Searched refs:aRegionRectanglePixel (Results 1 – 1 of 1) sorted by relevance
106 const Rectangle aRegionRectanglePixel( in ImpRestoreBackground() local109 const Region aRegionPixel(aRegionRectanglePixel); in ImpRestoreBackground()350 Rectangle aRegionRectanglePixel( variable357 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())[all …]