Searched refs:YHotSpot (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 261 UINT YHotSpot,
|
D | nine_lock.c | 601 UINT YHotSpot, in LockDevice9_SetCursorProperties() argument 606 r = NineDevice9_SetCursorProperties(This, XHotSpot, YHotSpot, pCursorBitmap); in LockDevice9_SetCursorProperties()
|
D | device9.c | 809 UINT YHotSpot, in NineDevice9_SetCursorProperties() argument 820 "pCursorBitmap=%p\n", This, XHotSpot, YHotSpot, pCursorBitmap); in NineDevice9_SetCursorProperties() 845 This->cursor.hotspot.y = YHotSpot; in NineDevice9_SetCursorProperties()
|
/third_party/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…
|