Home
last modified time | relevance | path

Searched refs:PALETTE_GREEN (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c49 #define PALETTE_GREEN(entry) (((entry) >> PALETTE_GREENSHIFT) & \ macro
163 graphics_set_palette(0, PALETTE_RED(background), PALETTE_GREEN(background), in graphics_init()
169 PALETTE_GREEN(color), PALETTE_BLUE(color)); in graphics_init()
173 PALETTE_GREEN(foreground), PALETTE_BLUE(foreground)); in graphics_init()
175 graphics_set_palette(0x11, PALETTE_RED(border), PALETTE_GREEN(border), in graphics_init()