Lines Matching refs:aRegionRectanglePixel
108 const Rectangle aRegionRectanglePixel( in ImpRestoreBackground() local
111 const Region aRegionPixel(aRegionRectanglePixel); in ImpRestoreBackground()
352 Rectangle aRegionRectanglePixel( variable
359 if(aRegionRectanglePixel.Left() < 0L)
361 aRegionRectanglePixel.Left() = 0L;
364 if(aRegionRectanglePixel.Top() < 0L)
366 aRegionRectanglePixel.Top() = 0L;
369 if(aRegionRectanglePixel.Right() > aDestinationSizePixel.getWidth())
371 aRegionRectanglePixel.Right() = aDestinationSizePixel.getWidth();
374 if(aRegionRectanglePixel.Bottom() > aDestinationSizePixel.getHeight())
376 aRegionRectanglePixel.Bottom() = aDestinationSizePixel.getHeight();
380 const Point aTopLeft(aRegionRectanglePixel.TopLeft());
381 const Size aSize(aRegionRectanglePixel.GetSize());
445 const Rectangle aRegionRectanglePixel( variable
457 if(aCandidatePosSizePixel.IsOver(aRegionRectanglePixel))