Searched refs:cursorSurface (Results 1 – 1 of 1) sorted by relevance
2655 sw::Surface *cursorSurface = static_cast<Direct3DSurface9*>(cursorBitmap); in SetCursorProperties() local2657 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()