Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp64 … unsigned int rects, IDirect3DSurface8 *destinationSurface, const POINT *destPointsArray) override;
DDirect3DDevice8.cpp404 …ectsArray, unsigned int rects, IDirect3DSurface8 *destinationSurface, const POINT *destPointsArray) in CopyRects() argument
437 if(!sourceRectsArray || !destPointsArray) in CopyRects()
440 destPointsArray = &dPoint; in CopyRects()
450 const POINT &dPoint = destPointsArray[i]; in CopyRects()