Home
last modified time | relevance | path

Searched refs:SetCursorProperties (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp656 …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()
DDirect3DDevice9Ex.hpp67 …long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap…
DDirect3DDevice9.hpp145 …long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap…
DDirect3DDevice9.cpp2644 …long Direct3DDevice9::SetCursorProperties(unsigned int x0, unsigned int y0, IDirect3DSurface9 *cur… in SetCursorProperties() function in D3D9::Direct3DDevice9