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

/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c400 read_section_as_short (struct font_file_section *section, function
532 if (read_section_as_short (&section, &font->point_size) != 0)
555 if (read_section_as_short (&section, &font->max_char_width) != 0)
563 if (read_section_as_short (&section, &font->max_char_height) != 0)
571 if (read_section_as_short (&section, &font->ascent) != 0)
578 if (read_section_as_short (&section, &font->descent) != 0)

Completed in 22 milliseconds