Searched refs:dPoint (Results 1 – 1 of 1) sorted by relevance
435 POINT dPoint = {0, 0}; in CopyRects() local440 destPointsArray = &dPoint; in CopyRects()450 const POINT &dPoint = destPointsArray[i]; in CopyRects() local457 dRect.top = dPoint.y; in CopyRects()458 dRect.left = dPoint.x; in CopyRects()459 dRect.bottom = dPoint.y + rHeight; in CopyRects()460 dRect.right = dPoint.x + rWidth; in CopyRects()