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

/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c65 short max_char_height; member in struct:grub_font
199 null_font.max_char_height = unknown_glyph->height;
218 font->max_char_height = 0;
563 if (read_section_as_short (&section, &font->max_char_height) != 0)
618 font->max_char_width, font->max_char_height, font->num_chars);
622 || font->max_char_height == 0
891 return font->max_char_height;
970 if (a->max_char_height && b->max_char_height)
971 d += grub_abs (a->max_char_height
[all...]

Completed in 20 milliseconds