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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo.h444 grub_video_color_t EXPORT_FUNC (grub_video_map_rgba) (grub_uint8_t red,
523 return grub_video_map_rgba (c.red, c.green, c.blue, c.alpha);
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dvideo.c249 grub_video_map_rgba (grub_uint8_t red, grub_uint8_t green, grub_uint8_t blue, function
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dgfxterm.c166 virtual_screen.bg_color = grub_video_map_rgba(0, 0, 0, 0);

Completed in 27 milliseconds