Home | History | Annotate | Download | only in D3D9

Lines Matching defs:bitmap

2660 		void *bitmap = cursorSurface->lockExternal(0, 0, 0, sw::LOCK_READONLY, sw::PUBLIC);
2666 memcpy(buffer, bitmap, width * height * sizeof(unsigned int));