Searched refs:bCursorVisible (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c4775 if (device->bCursorVisible) SetCursor( cursor );
4807 if (device->bCursorVisible) SetCursor( NULL );
4816 BOOL oldVisible = device->bCursorVisible;
4834 device->bCursorVisible = show;
4843 device->bCursorVisible = show;
H A Dswapchain.c607 if (swapchain->device->bCursorVisible &&
H A Dwined3d_private.h1899 WORD bCursorVisible : 1; member in struct:wined3d_device
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c376 if (This->device->bCursorVisible && This->device->cursorTexture)
H A Ddevice.c6457 BOOL oldVisible = This->bCursorVisible;
6472 This->bCursorVisible = bShow;
6481 This->bCursorVisible = bShow;
H A Dwined3d_private.h1876 WORD bCursorVisible : 1; member in struct:IWineD3DDeviceImpl
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1908 WORD bCursorVisible : 1; member in struct:IWineD3DDeviceImpl

Completed in 117 milliseconds