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

/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c1125 struct grub_font_glyph *main_glyph,
1168 glyph->device_width = main_glyph->device_width;
1170 *device_width = main_glyph->device_width;
1172 bounds.x = main_glyph->offset_x;
1173 bounds.y = main_glyph->offset_y;
1174 bounds.width = main_glyph->width;
1175 bounds.height = main_glyph->height;
1177 above_rightx = main_glyph->offset_x + main_glyph->width;
1180 above_leftx = main_glyph
1122 blit_comb(const struct grub_unicode_glyph *glyph_id, struct grub_font_glyph *glyph, struct grub_video_signed_rect *bounds_out, struct grub_font_glyph *main_glyph, struct grub_font_glyph **combining_glyphs, int *device_width) argument
1368 struct grub_font_glyph *main_glyph = NULL; local
1434 struct grub_font_glyph *main_glyph; local
1446 struct grub_font_glyph *main_glyph; local
[all...]

Completed in 27 milliseconds