Lines Matching refs:aTmpRect
242 ::basegfx::B2DRange aTmpRect; in getLayerBoundsPixel()
243 ::canvas::tools::calcTransformedRectBounds( aTmpRect, in getLayerBoundsPixel()
247 if( aTmpRect.isEmpty() ) in getLayerBoundsPixel()
253 return ::basegfx::B2IRange( ::basegfx::fround(aTmpRect.getMinX()), in getLayerBoundsPixel()
254 ::basegfx::fround(aTmpRect.getMinY()), in getLayerBoundsPixel()
255 ::basegfx::fround(aTmpRect.getMaxX()) + 1, in getLayerBoundsPixel()
256 ::basegfx::fround(aTmpRect.getMaxY()) + 1 ); in getLayerBoundsPixel()
532 basegfx::B2DRectangle aTmpRect; in getTransformation() local
533 canvas::tools::calcTransformedRectBounds( aTmpRect, in getTransformation()
541 if ( ! aTmpRect.isEmpty()) in getTransformation()
543 aMatrix.translate( -basegfx::fround(aTmpRect.getMinX()), in getTransformation()
544 -basegfx::fround(aTmpRect.getMinY()) ); in getTransformation()