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

/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c66 short ascent; member in struct:grub_font
196 null_font.ascent = unknown_glyph->height - 3;
219 font->ascent = 0;
571 if (read_section_as_short (&section, &font->ascent) != 0)
617 font->ascent, font->descent,
624 || font->char_index == 0 || font->ascent == 0 || font->descent == 0)
898 return font->ascent;
913 return font->ascent / 2;
918 descent of one line and the ascent of the next line. This is included
930 return font->ascent
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c222 int ascent = grub_font_get_ascent (self->item_font); local
281 (item_top + (item_height - (ascent + descent))
282 / 2 + ascent));
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dgfxterm.c607 int ascent; local
628 ascent = grub_font_get_ascent (virtual_screen.font);
642 grub_font_draw_glyph (glyph, color, x, y + ascent);

Completed in 22 milliseconds