Searched refs:grub_font_draw_glyph (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | font.h | 114 grub_err_t EXPORT_FUNC (grub_font_draw_glyph) (struct grub_font_glyph *glyph,
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | videotest.c | 91 grub_font_draw_glyph (glyph, color, 200 ,0); 152 grub_font_draw_glyph (glyph, color, 16 + i * 16, 220);
|
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/ |
H A D | font.c | 66 err = grub_font_draw_glyph (glyph, color, x, baseline_y);
|
/osnet-11/usr/src/grub/grub2/grub-core/term/ |
H A D | gfxterm.c | 642 grub_font_draw_glyph (glyph, color, x, y + ascent);
|
/osnet-11/usr/src/grub/grub2/grub-core/font/ |
H A D | font.c | 1495 grub_font_draw_glyph (struct grub_font_glyph * glyph, function
|
Completed in 42 milliseconds