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

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dvideotest.c82 color = grub_video_map_rgb (0, 255, 255);
93 color = grub_video_map_rgb (255, 255, 255);
126 color = grub_video_map_rgb (128, 128, 255);
160 color = grub_video_map_rgb (0, 0, 0);
163 color = grub_video_map_rgb (255, 0, 0);
166 color = grub_video_map_rgb (0, 255, 255);
171 color = grub_video_map_rgb (77, 33, 77);
178 color = grub_video_map_rgb (i, 33, 77);
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dview.c288 grub_video_fill_rect (grub_video_map_rgb (0, 0, 0),
293 grub_video_fill_rect (grub_video_map_rgb (0, 0, 0),
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dvideo.c239 grub_video_map_rgb (grub_uint8_t red, grub_uint8_t green, grub_uint8_t blue) function
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo.h440 grub_video_color_t EXPORT_FUNC (grub_video_map_rgb) (grub_uint8_t red,

Completed in 18 milliseconds