Searched refs:glyph_id (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfont.h120 const struct grub_unicode_glyph *glyph_id);
123 const struct grub_unicode_glyph *glyph_id);
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c1122 blit_comb (const struct grub_unicode_glyph *glyph_id, argument
1186 for (i = 0; i < glyph_id->ncomb; i++)
1196 if (glyph_id->combining[i].code
1199 switch (glyph_id->combining[i].type)
1233 if (glyph_id->base != GRUB_UNICODE_HEBREW_WAW)
1316 switch (glyph_id->combining[i].code)
1363 const struct grub_unicode_glyph *glyph_id,
1375 if (glyph_id->attributes & GRUB_UNICODE_GLYPH_ATTRIBUTE_RIGHT_JOINED)
1378 if (glyph_id->attributes & GRUB_UNICODE_GLYPH_ATTRIBUTE_LEFT_JOINED)
1381 main_glyph = grub_font_get_glyph_with_fallback (hinted_font, glyph_id
1362 grub_font_construct_dry_run(grub_font_t hinted_font, const struct grub_unicode_glyph *glyph_id, struct grub_video_signed_rect *bounds, struct grub_font_glyph ***combining_glyphs_out, int *device_width) argument
1429 grub_font_get_constructed_device_width(grub_font_t hinted_font, const struct grub_unicode_glyph *glyph_id) argument
1443 grub_font_construct_glyph(grub_font_t hinted_font, const struct grub_unicode_glyph *glyph_id) argument
[all...]

Completed in 23 milliseconds