Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c48 #define PALETTE_RED(entry) ((entry) >> PALETTE_REDSHIFT) macro
163 graphics_set_palette(0, PALETTE_RED(background), PALETTE_GREEN(background), in graphics_init()
168 graphics_set_palette(index, PALETTE_RED(color), in graphics_init()
172 graphics_set_palette(15, PALETTE_RED(foreground), in graphics_init()
175 graphics_set_palette(0x11, PALETTE_RED(border), PALETTE_GREEN(border), in graphics_init()