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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfont.h33 typedef struct grub_font *grub_font_t; typedef in typeref:struct:grub_font
38 grub_font_t value;
47 grub_font_t font;
90 grub_font_t EXPORT_FUNC (grub_font_get) (const char *font_name);
92 const char *EXPORT_FUNC (grub_font_get_name) (grub_font_t font);
94 int EXPORT_FUNC (grub_font_get_max_char_width) (grub_font_t font);
96 int EXPORT_FUNC (grub_font_get_max_char_height) (grub_font_t font);
98 int EXPORT_FUNC (grub_font_get_ascent) (grub_font_t font);
100 int EXPORT_FUNC (grub_font_get_descent) (grub_font_t font);
102 int EXPORT_FUNC (grub_font_get_leading) (grub_font_t fon
[all...]
H A Dgfxmenu_view.h66 grub_font_t font,
69 int grub_font_get_string_width (grub_font_t font,
87 grub_font_t title_font;
88 grub_font_t message_font;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dvideotest.c68 grub_font_t sansbig;
69 grub_font_t sans;
70 grub_font_t sanssmall;
71 grub_font_t fixed;
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dfont.c40 grub_font_draw_string (const char *str, grub_font_t font,
82 grub_font_get_string_width (grub_font_t font, const char *str)
H A Dgui_list.c42 grub_font_t item_font;
43 grub_font_t selected_item_font;
269 grub_font_t font =
567 grub_font_t default_font;
H A Dgui_progress_bar.c42 grub_font_t font;
163 grub_font_t font = self->font;
H A Dview.c53 grub_font_t default_font;
247 grub_font_t font = view->message_font;
H A Dgui_label.c50 grub_font_t font;
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c77 static int register_font (grub_font_t font);
78 static void font_init (grub_font_t font);
79 static void free_font (grub_font_t font);
80 static void remove_font (grub_font_t font);
123 check for a NULL grub_font_t to avoid dereferencing a null pointer. */
206 font_init (grub_font_t font)
429 grub_font_t font = 0;
492 font = (grub_font_t) grub_zalloc (sizeof (struct grub_font));
669 find_glyph (const grub_font_t font, grub_uint32_t code)
711 grub_font_get_glyph_internal (grub_font_t fon
[all...]
H A Dfont_cmd.c55 grub_font_t font = node->value;
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dgfxterm.c86 grub_font_t font;
141 static unsigned int calculate_normal_character_width (grub_font_t font);
923 calculate_normal_character_width (grub_font_t font)

Completed in 38 milliseconds