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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdipluspixelformats.h38 #define PixelFormatExtended 0x00100000 macro
47 #define PixelFormat16bppGrayScale (4 | (16 << 8) | PixelFormatExtended)
55 #define PixelFormat48bppRGB (12 | (48 << 8) | PixelFormatExtended)
56 #define PixelFormat64bppARGB (13 | (64 << 8) | PixelFormatAlpha | PixelFormatCanonical | PixelFormatExtended)
57 #define PixelFormat64bppPARGB (14 | (64 << 8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatExtended)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdipluspixelformats.h38 #define PixelFormatExtended 0x00100000 macro
47 #define PixelFormat16bppGrayScale (4 | (16 << 8) | PixelFormatExtended)
55 #define PixelFormat48bppRGB (12 | (48 << 8) | PixelFormatExtended)
56 #define PixelFormat64bppARGB (13 | (64 << 8) | PixelFormatAlpha | PixelFormatCanonical | PixelFormatExtended)
57 #define PixelFormat64bppPARGB (14 | (64 << 8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatExtended)
78 return (format & PixelFormatExtended) != 0;

Completed in 420 milliseconds