Searched refs:PSOUTCOLOR_TO_GREENBITS (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dpsout.h183 #define PSOUTCOLOR_TO_GREENBITS(clr) (((clr) >> 16) & 0xFFFF) macro
189 ((PSOUTCOLOR_TO_GREENBITS(clr) >> 8) << 8) | \
195 #define PSOUTCOLOR_TO_GREENBITS(clr) (((clr) >> 8) & 0xFF) macro
201 (PSOUTCOLOR_TO_GREENBITS(clr) << 8) | \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dpsout.h183 #define PSOUTCOLOR_TO_GREENBITS(clr) (((clr) >> 16) & 0xFFFF) macro
189 ((PSOUTCOLOR_TO_GREENBITS(clr) >> 8) << 8) | \
195 #define PSOUTCOLOR_TO_GREENBITS(clr) (((clr) >> 8) & 0xFF) macro
201 (PSOUTCOLOR_TO_GREENBITS(clr) << 8) | \

Completed in 42 milliseconds