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

/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 18 milliseconds