/reactos/sdk/include/psdk/ |
H A D | gdiplusbrush.h | 386 SetTransform(const Matrix *matrix) in SetTransform() function 611 SetTransform(const Matrix *matrix) in SetTransform() function
|
H A D | gdipluspen.h | 340 SetTransform(const Matrix *matrix) in SetTransform() function
|
H A D | d3d.h | 1050 …STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatri… in DECLARE_INTERFACE_() local 1089 #define IDirect3DDevice2_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(p,a,b) 1125 #define IDirect3DDevice2_SetTransform(p,a,b) (p)->SetTransform(a,b) 1168 …STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatri… in DECLARE_INTERFACE_() local 1216 #define IDirect3DDevice3_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(p,a,b) 1261 #define IDirect3DDevice3_SetTransform(p,a,b) (p)->SetTransform(a,b) 1299 …STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE dtstTransformStateType, LPD3DMATRIX lpD3DMatri… in DECLARE_INTERFACE_() local 1354 #define IDirect3DDevice7_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(p,a… 1406 #define IDirect3DDevice7_SetTransform(p,a,b) (p)->SetTransform(a,b)
|
H A D | d3d9.h | 1419 STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE state, const D3DMATRIX *matrix) PURE; in DECLARE_INTERFACE_() local 1551 #define IDirect3DDevice9_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(p,… 1673 #define IDirect3DDevice9_SetTransform(p,a,b) (p)->SetTransform(a,b) 1807 STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE state, const D3DMATRIX *matrix) PURE; in DECLARE_INTERFACE_() local 1960 #define IDirect3DDevice9Ex_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(… 2098 #define IDirect3DDevice9Ex_SetTransform(p,a,b) (p)->SetTransform(a,b)
|
H A D | d3d8.h | 875 STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE state, const D3DMATRIX *matrix) PURE; in DECLARE_INTERFACE_() local 984 #define IDirect3DDevice8_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(p,a,b) 1084 #define IDirect3DDevice8_SetTransform(p,a,b) (p)->SetTransform(a,b)
|
H A D | gdipluspath.h | 993 SetTransform(const Matrix *matrix) in SetTransform() function
|
H A D | msinkaut.idl | 232 [id(0x0000000e)] HRESULT SetTransform(
|
H A D | gdiplusgraphics.h | 1471 SetTransform(const Matrix *matrix) in SetTransform() function
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9core.h | 423 STDMETHOD(SetTransform)(THIS_ const D3DXMATRIX *transform) PURE; in DECLARE_INTERFACE_() local 446 #define ID3DXSprite_SetTransform(p,a) (p)->lpVtbl->SetTransform(p,a) 463 #define ID3DXSprite_SetTransform(p,a) (p)->SetTransform(a)
|
H A D | d3dx9effect.h | 177 STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE state, const D3DMATRIX *matrix) PURE; in DECLARE_INTERFACE_() local
|
/reactos/dll/directx/d3d9/ |
H A D | d3d9_device.h | 41 …HRESULT (WINAPI *SetTransform)(LPDIRECT3DDEVICE9 iface, D3DTRANSFORMSTATETYPE State,CONST D3DMATRI…
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | effect.c | 1693 … return SET_D3D_STATE(effect, SetTransform, state_table[state->operation].op + state->index, in d3dx9_apply_state()
|