Home
last modified time | relevance | path

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

/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx337 const Size aDestinationSizePixel(maBufferDevice.GetOutputSizePixel()); variable
340 if(aDestinationSizePixel != aOutputBufferSizePixel)
342 maOutputBufferDevice.SetOutputSizePixel(aDestinationSizePixel);
369 if(aRegionRectanglePixel.Right() > aDestinationSizePixel.getWidth())
371 aRegionRectanglePixel.Right() = aDestinationSizePixel.getWidth();
374 if(aRegionRectanglePixel.Bottom() > aDestinationSizePixel.getHeight())
376 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()

Completed in 23 milliseconds