Home
last modified time | relevance | path

Searched refs:YHotSpot (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h238 UINT YHotSpot,
Dnine_lock.c601 UINT YHotSpot, in LockDevice9_SetCursorProperties() argument
606 r = NineDevice9_SetCursorProperties(This, XHotSpot, YHotSpot, pCursorBitmap); in LockDevice9_SetCursorProperties()
Ddevice9.c695 UINT YHotSpot, in NineDevice9_SetCursorProperties() argument
706 "pCursorBitmap=%p\n", This, XHotSpot, YHotSpot, pCursorBitmap); in NineDevice9_SetCursorProperties()
731 This->cursor.hotspot.y = YHotSpot; in NineDevice9_SetCursorProperties()
/external/mesa3d/include/D3D9/
Dd3d9.h168 …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…
/external/swiftshader/include/Direct3D/
Dd3d8.h262 …STDMETHOD(SetCursorProperties)(THIS_ UINT XHotSpot,UINT YHotSpot,IDirect3DSurface8* pCursorBitmap)… in DECLARE_INTERFACE_()