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

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dvideotest.c161 grub_video_fill_rect (color, 0, 0, width, height);
164 grub_video_fill_rect (color, 0, 0, 100, 100);
167 grub_video_fill_rect (color, 100, 100, 100, 100);
172 grub_video_fill_rect (color, 0, 0, width, height);
179 grub_video_fill_rect (color, 0, 0, width, height);
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dview.c135 grub_video_fill_rect (grub_video_map_rgba_color (view->desktop_color),
251 grub_video_fill_rect (color,
254 grub_video_fill_rect (grub_video_map_rgba_color (view->message_bg_color),
288 grub_video_fill_rect (grub_video_map_rgb (0, 0, 0),
293 grub_video_fill_rect (grub_video_map_rgb (0, 0, 0),
H A Dgui_progress_bar.c112 grub_video_fill_rect (grub_video_map_rgba_color (self->border_color),
120 grub_video_fill_rect (grub_video_map_rgba_color (self->bg_color),
125 grub_video_fill_rect (grub_video_map_rgba_color (self->fg_color),
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dgfxterm.c339 grub_video_fill_rect (color, 0, 0, mode_info.width, mode_info.height);
343 grub_video_fill_rect (color, 0, 0, mode_info.width, mode_info.height);
459 grub_video_fill_rect (color, tx, y, w, h);
474 grub_video_fill_rect (color, x, ty, width, h);
481 grub_video_fill_rect (color, x, y, width, height);
641 grub_video_fill_rect (bgcolor, x, y, width, height);
686 grub_video_fill_rect (color, x, y, width, height);
741 grub_video_fill_rect (color,
1028 grub_video_fill_rect (color, 0, 0,
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dvideo.c276 grub_video_fill_rect (grub_video_color_t color, int x, int y, function
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo.h455 grub_err_t EXPORT_FUNC (grub_video_fill_rect) (grub_video_color_t color,

Completed in 31 milliseconds