Searched defs:D3DXCOLOR (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9math.h233 typedef struct D3DXCOLOR struct
236 D3DXCOLOR();
237 D3DXCOLOR(DWORD col);
238 D3DXCOLOR(const FLOAT *pf);
239 D3DXCOLOR(const D3DCOLORVALUE& col);
240 D3DXCOLOR(FLOAT fr, FLOAT fg, FLOAT fb, FLOAT fa);
253 D3DXCOLOR& operator += (const D3DXCOLOR&);
254 D3DXCOLOR& operator -= (const D3DXCOLOR
272 } D3DXCOLOR, *LPD3DXCOLOR; typedef in typeref:struct:D3DXCOLOR
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8math.h235 typedef struct D3DXCOLOR struct
238 D3DXCOLOR();
239 D3DXCOLOR(DWORD col);
240 D3DXCOLOR(CONST FLOAT *pf);
241 D3DXCOLOR(CONST D3DCOLORVALUE& col);
242 D3DXCOLOR(FLOAT fr, FLOAT fg, FLOAT fb, FLOAT fa);
255 D3DXCOLOR& operator += (CONST D3DXCOLOR&);
256 D3DXCOLOR& operator -= (CONST D3DXCOLOR
274 } D3DXCOLOR, *LPD3DXCOLOR; typedef in typeref:struct:D3DXCOLOR
[all...]
H A Dd3dx9math.h232 typedef struct D3DXCOLOR struct
235 D3DXCOLOR();
236 D3DXCOLOR(DWORD col);
237 D3DXCOLOR(CONST FLOAT *pf);
238 D3DXCOLOR(CONST D3DCOLORVALUE& col);
239 D3DXCOLOR(FLOAT fr, FLOAT fg, FLOAT fb, FLOAT fa);
252 D3DXCOLOR& operator += (CONST D3DXCOLOR&);
253 D3DXCOLOR& operator -= (CONST D3DXCOLOR
271 } D3DXCOLOR, *LPD3DXCOLOR; typedef in typeref:struct:D3DXCOLOR
[all...]

Completed in 37 milliseconds