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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdipluspixelformats.h35 #define PixelFormatGDI 0x00020000 macro
44 #define PixelFormat1bppIndexed (1 | ( 1 << 8) | PixelFormatIndexed | PixelFormatGDI)
45 #define PixelFormat4bppIndexed (2 | ( 4 << 8) | PixelFormatIndexed | PixelFormatGDI)
46 #define PixelFormat8bppIndexed (3 | ( 8 << 8) | PixelFormatIndexed | PixelFormatGDI)
48 #define PixelFormat16bppRGB555 (5 | (16 << 8) | PixelFormatGDI)
49 #define PixelFormat16bppRGB565 (6 | (16 << 8) | PixelFormatGDI)
50 #define PixelFormat16bppARGB1555 (7 | (16 << 8) | PixelFormatAlpha | PixelFormatGDI)
51 #define PixelFormat24bppRGB (8 | (24 << 8) | PixelFormatGDI)
52 #define PixelFormat32bppRGB (9 | (32 << 8) | PixelFormatGDI)
53 #define PixelFormat32bppARGB (10 | (32 << 8) | PixelFormatAlpha | PixelFormatGDI | PixelFormatCanonica
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdipluspixelformats.h35 #define PixelFormatGDI 0x00020000 macro
44 #define PixelFormat1bppIndexed (1 | ( 1 << 8) | PixelFormatIndexed | PixelFormatGDI)
45 #define PixelFormat4bppIndexed (2 | ( 4 << 8) | PixelFormatIndexed | PixelFormatGDI)
46 #define PixelFormat8bppIndexed (3 | ( 8 << 8) | PixelFormatIndexed | PixelFormatGDI)
48 #define PixelFormat16bppRGB555 (5 | (16 << 8) | PixelFormatGDI)
49 #define PixelFormat16bppRGB565 (6 | (16 << 8) | PixelFormatGDI)
50 #define PixelFormat16bppARGB1555 (7 | (16 << 8) | PixelFormatAlpha | PixelFormatGDI)
51 #define PixelFormat24bppRGB (8 | (24 << 8) | PixelFormatGDI)
52 #define PixelFormat32bppRGB (9 | (32 << 8) | PixelFormatGDI)
53 #define PixelFormat32bppARGB (10 | (32 << 8) | PixelFormatAlpha | PixelFormatGDI | PixelFormatCanonica
[all...]

Completed in 56 milliseconds