Searched refs:aDestinationSizePixel (Results 1 – 2 of 2) sorted by relevance
337 const Size aDestinationSizePixel(maBufferDevice.GetOutputSizePixel()); variable340 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();
856 const Size aDestinationSizePixel(aDestination.GetSizePixel()); in impTransformBitmap() local859 for(sal_Int32 y(0L); y < aDestinationSizePixel.getHeight(); y++) in impTransformBitmap()861 for(sal_Int32 x(0L); x < aDestinationSizePixel.getWidth(); x++) in impTransformBitmap()
Completed in 11 milliseconds