Searched defs:pCursorBitmap (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c464 static HRESULT WINAPI IDirect3DDevice8Impl_SetCursorProperties(LPDIRECT3DDEVICE8 iface, UINT XHotSpot, UINT YHotSpot, IDirect3DSurface8* pCursorBitmap) { argument
466 IDirect3DSurface8Impl *pSurface = (IDirect3DSurface8Impl*)pCursorBitmap;
470 iface, XHotSpot, YHotSpot, pCursorBitmap);
472 if(!pCursorBitmap) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c448 static HRESULT WINAPI IDirect3DDevice9Impl_SetCursorProperties(LPDIRECT3DDEVICE9EX iface, UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9* pCursorBitmap) { argument
450 IDirect3DSurface9Impl *pSurface = (IDirect3DSurface9Impl*)pCursorBitmap;
454 iface, XHotSpot, YHotSpot, pCursorBitmap);
456 if(!pCursorBitmap) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c6286 UINT YHotSpot, IWineD3DSurface *pCursorBitmap) {
6289 IWineD3DSurfaceImpl * pSur = (IWineD3DSurfaceImpl *) pCursorBitmap;
6309 if(pCursorBitmap) {
6315 ERR("(%p) : surface(%p) has an invalid format\n", This, pCursorBitmap);
6337 if (SUCCEEDED(IWineD3DSurface_LockRect(pCursorBitmap, &rect, NULL, WINED3DLOCK_READONLY)))
6357 IWineD3DSurface_UnlockRect(pCursorBitmap);
6413 IWineD3DSurface_LockRect(pCursorBitmap, &lockedRect, NULL,
6427 IWineD3DSurface_UnlockRect(pCursorBitmap);
6285 IWineD3DDeviceImpl_SetCursorProperties(IWineD3DDevice* iface, UINT XHotSpot, UINT YHotSpot, IWineD3DSurface *pCursorBitmap) argument

Completed in 86 milliseconds