Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp452 int rWidth = sRect.right - sRect.left; in CopyRects() local
460 dRect.right = dPoint.x + rWidth; in CopyRects()
477 memcpy(destLock.pBits, sourceLock.pBits, rWidth * bpp / 8); in CopyRects()
481 memcpy(destLock.pBits, sourceLock.pBits, rWidth * bpp / 8); in CopyRects()