Home
last modified time | relevance | path

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

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