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

/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c67 short descent; member in struct:grub_font
197 null_font.descent = 3;
220 font->descent = 0;
578 if (read_section_as_short (&section, &font->descent) != 0)
617 font->ascent, font->descent,
624 || font->char_index == 0 || font->ascent == 0 || font->descent == 0)
906 return font->descent;
918 descent of one line and the ascent of the next line. This is included
930 return font->ascent + font->descent + font->leading;
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c223 int descent = grub_font_get_descent (self->item_font); local
281 (item_top + (item_height - (ascent + descent))

Completed in 19 milliseconds