Searched defs:PSOUTCOLOR_TO_REDBITS (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dpsout.h182 #define PSOUTCOLOR_TO_REDBITS(clr) ((clr) >> 32) macro
188 #define PSOUTCOLOR_TO_RGB24BIT(clr) (((PSOUTCOLOR_TO_REDBITS(clr) >> 8) << 16) | \
194 #define PSOUTCOLOR_TO_REDBITS(clr) ((clr) >> 16) macro
200 #define PSOUTCOLOR_TO_RGB24BIT(clr) ((PSOUTCOLOR_TO_REDBITS(clr) << 16) | \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dpsout.h182 #define PSOUTCOLOR_TO_REDBITS(clr) ((clr) >> 32) macro
188 #define PSOUTCOLOR_TO_RGB24BIT(clr) (((PSOUTCOLOR_TO_REDBITS(clr) >> 8) << 16) | \
194 #define PSOUTCOLOR_TO_REDBITS(clr) ((clr) >> 16) macro
200 #define PSOUTCOLOR_TO_RGB24BIT(clr) ((PSOUTCOLOR_TO_REDBITS(clr) << 16) | \

Completed in 44 milliseconds