Lines Matching refs:aRegionRectanglePixel
106 const Rectangle aRegionRectanglePixel( in ImpRestoreBackground() local
109 const Region aRegionPixel(aRegionRectanglePixel); in ImpRestoreBackground()
350 Rectangle aRegionRectanglePixel( variable
357 if(aRegionRectanglePixel.Left() < 0L)
359 aRegionRectanglePixel.Left() = 0L;
362 if(aRegionRectanglePixel.Top() < 0L)
364 aRegionRectanglePixel.Top() = 0L;
367 if(aRegionRectanglePixel.Right() > aDestinationSizePixel.getWidth())
369 aRegionRectanglePixel.Right() = aDestinationSizePixel.getWidth();
372 if(aRegionRectanglePixel.Bottom() > aDestinationSizePixel.getHeight())
374 aRegionRectanglePixel.Bottom() = aDestinationSizePixel.getHeight();
378 const Point aTopLeft(aRegionRectanglePixel.TopLeft());
379 const Size aSize(aRegionRectanglePixel.GetSize());
443 const Rectangle aRegionRectanglePixel( variable
455 if(aCandidatePosSizePixel.IsOver(aRegionRectanglePixel))