Searched refs:SetCursorProperties (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 656 …long Direct3DDevice9Ex::SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cur… in SetCursorProperties() function in D3D9::Direct3DDevice9Ex 660 return Direct3DDevice9::SetCursorProperties(x, y, cursorBitmap); in SetCursorProperties()
|
D | Direct3DDevice9Ex.hpp | 67 …long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap…
|
D | Direct3DDevice9.hpp | 145 …long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap…
|
D | Direct3DDevice9.cpp | 2644 …long Direct3DDevice9::SetCursorProperties(unsigned int x0, unsigned int y0, IDirect3DSurface9 *cur… in SetCursorProperties() function in D3D9::Direct3DDevice9
|