Searched refs:destLock (Results 1 – 1 of 1) sorted by relevance
463 D3DLOCKED_RECT destLock; in CopyRects() local466 destinationSurface->LockRect(&destLock, &dRect, D3DLOCK_DISCARD); in CopyRects()477 memcpy(destLock.pBits, sourceLock.pBits, rWidth * bpp / 8); in CopyRects()481 memcpy(destLock.pBits, sourceLock.pBits, rWidth * bpp / 8); in CopyRects()485 (char*&)destLock.pBits += destLock.Pitch; in CopyRects()