Searched refs:cursorBitmap (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 656 …ct3DDevice9Ex::SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap) in SetCursorProperties() argument 658 …d int x = %d, unsigned int y = %d, IDirect3DSurface9 *cursorBitmap = 0x%0.8p", x, y, cursorBitmap); in SetCursorProperties() 660 return Direct3DDevice9::SetCursorProperties(x, y, cursorBitmap); in SetCursorProperties()
|
D | Direct3DDevice9Ex.hpp | 67 …ong __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap);
|
D | Direct3DDevice9.hpp | 145 …ong __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap);
|
D | Direct3DDevice9.cpp | 2644 …ct3DDevice9::SetCursorProperties(unsigned int x0, unsigned int y0, IDirect3DSurface9 *cursorBitmap) in SetCursorProperties() argument 2648 …t x0 = %d, unsigned int y0 = %d, IDirect3DSurface9 *cursorBitmap = 0x%0.8p", x0, y0, cursorBitmap); in SetCursorProperties() 2650 if(!cursorBitmap) in SetCursorProperties() 2655 sw::Surface *cursorSurface = static_cast<Direct3DSurface9*>(cursorBitmap); in SetCursorProperties()
|