Searched defs:D3DCOLOR (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h48 typedef DWORD D3DCOLOR, *LPD3DCOLOR; typedef
H A Dd3d8types.h47 #define D3DCOLOR_ARGB(a,r,g,b) ((D3DCOLOR)((((a)&0xff)<<24)|(((r)&0xff)<<16)|(((g)&0xff)<<8)|((b)&0xff)))
996 typedef DWORD D3DCOLOR; typedef
H A Dd3dtypes.h61 #define RGBA_MAKE(r, g, b, a) ((D3DCOLOR) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b)))
74 #define RGB_MAKE(r, g, b) ((D3DCOLOR) (((r) << 16) | ((g) << 8) | (b)))
75 #define RGBA_TORGB(rgba) ((D3DCOLOR) ((rgba) & 0xffffff))
76 #define RGB_TORGBA(rgb) ((D3DCOLOR) ((rgb) | 0xff000000))
92 typedef DWORD D3DCOLOR, *LPD3DCOLOR; typedef
233 D3DCOLOR color;
234 D3DCOLOR dcColor;
237 D3DCOLOR specular;
238 D3DCOLOR dcSpecular;
251 _D3DTLVERTEX(const D3DVECTOR& v, float _rhw, D3DCOLOR _colo
[all...]
H A Dd3d9types.h47 #define D3DCOLOR_ARGB(a,r,g,b) ((D3DCOLOR)((((a)&0xff)<<24)|(((r)&0xff)<<16)|(((g)&0xff)<<8)|((b)&0xff)))
1223 typedef DWORD D3DCOLOR; typedef
H A Ddinput.h1375 typedef DWORD D3DCOLOR; typedef
1381 D3DCOLOR cTextFore;
1382 D3DCOLOR cTextHighlight;
1383 D3DCOLOR cCalloutLine;
1384 D3DCOLOR cCalloutHighlight;
1385 D3DCOLOR cBorder;
1386 D3DCOLOR cControlFill;
1387 D3DCOLOR cHighlightFill;
1388 D3DCOLOR cAreaFill;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h48 typedef DWORD D3DCOLOR, *LPD3DCOLOR; typedef
H A Dd3d8types.h47 #define D3DCOLOR_ARGB(a,r,g,b) ((D3DCOLOR)((((a)&0xff)<<24)|(((r)&0xff)<<16)|(((g)&0xff)<<8)|((b)&0xff)))
996 typedef DWORD D3DCOLOR; typedef
H A Dd3dtypes.h64 #define RGBA_MAKE(r, g, b, a) ((D3DCOLOR) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b)))
77 #define RGB_MAKE(r, g, b) ((D3DCOLOR) (((r) << 16) | ((g) << 8) | (b)))
78 #define RGBA_TORGB(rgba) ((D3DCOLOR) ((rgba) & 0xffffff))
79 #define RGB_TORGBA(rgb) ((D3DCOLOR) ((rgb) | 0xff000000))
95 typedef DWORD D3DCOLOR, *LPD3DCOLOR; typedef
236 D3DCOLOR color;
237 D3DCOLOR dcColor;
240 D3DCOLOR specular;
241 D3DCOLOR dcSpecular;
254 _D3DTLVERTEX(const D3DVECTOR& v, float _rhw, D3DCOLOR _colo
[all...]
H A Dd3d9types.h47 #define D3DCOLOR_ARGB(a,r,g,b) ((D3DCOLOR)((((a)&0xff)<<24)|(((r)&0xff)<<16)|(((g)&0xff)<<8)|((b)&0xff)))
1219 typedef DWORD D3DCOLOR; typedef
H A Ddinput.h1220 typedef DWORD D3DCOLOR; typedef
1226 D3DCOLOR cTextFore;
1227 D3DCOLOR cTextHighlight;
1228 D3DCOLOR cCalloutLine;
1229 D3DCOLOR cCalloutHighlight;
1230 D3DCOLOR cBorder;
1231 D3DCOLOR cControlFill;
1232 D3DCOLOR cHighlightFill;
1233 D3DCOLOR cAreaFill;

Completed in 2579 milliseconds