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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfont.h106 int EXPORT_FUNC (grub_font_get_xheight) (grub_font_t font);
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c911 grub_font_get_xheight (grub_font_t font) function
1249 - grub_font_get_xheight (combining_glyphs[i]->font) - 1;
1251 space = 1 + (grub_font_get_xheight (main_glyph->font)) / 8;
1272 - grub_font_get_xheight (combining_glyphs[i]->font) - 1;
1274 space = 1 + (grub_font_get_xheight (main_glyph->font)) / 8;
1307 space = 1 + (grub_font_get_xheight (main_glyph->font)) / 8;

Completed in 22 milliseconds