Home
last modified time | relevance | path

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

/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx335 const Size aDestinationSizePixel(maBufferDevice.GetOutputSizePixel()); variable
338 if(aDestinationSizePixel != aOutputBufferSizePixel)
340 maOutputBufferDevice.SetOutputSizePixel(aDestinationSizePixel);
367 if(aRegionRectanglePixel.Right() > aDestinationSizePixel.getWidth())
369 aRegionRectanglePixel.Right() = aDestinationSizePixel.getWidth();
372 if(aRegionRectanglePixel.Bottom() > aDestinationSizePixel.getHeight())
374 aRegionRectanglePixel.Bottom() = aDestinationSizePixel.getHeight();
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx858 const Size aDestinationSizePixel(aDestination.GetSizePixel()); in impTransformBitmap() local
861 for(sal_Int32 y(0L); y < aDestinationSizePixel.getHeight(); y++) in impTransformBitmap()
863 for(sal_Int32 x(0L); x < aDestinationSizePixel.getWidth(); x++) in impTransformBitmap()