Searched refs:XHotSpot (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 251 UINT XHotSpot,
|
D | nine_lock.c | 600 UINT XHotSpot, in LockDevice9_SetCursorProperties() argument 606 r = NineDevice9_SetCursorProperties(This, XHotSpot, YHotSpot, pCursorBitmap); in LockDevice9_SetCursorProperties()
|
D | device9.c | 760 UINT XHotSpot, in NineDevice9_SetCursorProperties() argument 772 "pCursorBitmap=%p\n", This, XHotSpot, YHotSpot, pCursorBitmap); in NineDevice9_SetCursorProperties() 796 This->cursor.hotspot.x = XHotSpot; in NineDevice9_SetCursorProperties()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 168 …virtual HRESULT WINAPI SetCursorProperties(UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9 *pCurso… 756 …HRESULT (WINAPI *SetCursorProperties)(IDirect3DDevice9 *This, UINT XHotSpot, UINT YHotSpot, IDirec… 1007 …HRESULT (WINAPI *SetCursorProperties)(IDirect3DDevice9Ex *This, UINT XHotSpot, UINT YHotSpot, IDir…
|