Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp453 int rHeight = sRect.bottom - sRect.top; in CopyRects() local
459 dRect.bottom = dPoint.y + rHeight; in CopyRects()
468 for(int y = 0; y < rHeight; y++) in CopyRects()