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