Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c44 #define PALETTE_COLORMASK 63 macro
50 PALETTE_COLORMASK)
51 #define PALETTE_BLUE(entry) ((entry) & PALETTE_COLORMASK)
479 ((r & PALETTE_COLORMASK) << PALETTE_REDSHIFT) | in read_image()
480 ((g & PALETTE_COLORMASK) << PALETTE_GREENSHIFT) | in read_image()
481 (b & PALETTE_COLORMASK); in read_image()