Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp2655 sw::Surface *cursorSurface = static_cast<Direct3DSurface9*>(cursorBitmap); in SetCursorProperties() local
2657 int width = cursorSurface->getWidth(); in SetCursorProperties()
2658 int height = cursorSurface->getHeight(); in SetCursorProperties()
2659 void *bitmap = cursorSurface->lockExternal(0, 0, 0, sw::LOCK_READONLY, sw::PUBLIC); in SetCursorProperties()
2668 cursorSurface->unlockExternal(); in SetCursorProperties()