Home
last modified time | relevance | path

Searched refs:rTargetSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/slideshow/source/engine/transitions/
H A Dclippingfunctor.cxx161 … const ::basegfx::B2DSize& rTargetSize ) in operator ()()
215 const double nScale( ::std::max( rTargetSize.getX(), in operator ()()
216 rTargetSize.getY() ) ); in operator ()()
218 aMatrix.translate( -(nScale-rTargetSize.getX())/2.0, in operator ()()
219 -(nScale-rTargetSize.getY())/2.0 ); in operator ()()
223 aMatrix.scale( rTargetSize.getX(), in operator ()()
224 rTargetSize.getY() ); in operator ()()
H A Dclippingfunctor.hxx75 const ::basegfx::B2DSize& rTargetSize );
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx2328 const awt::Size& rTargetSize in calculateNewSizeRespectingAspectRatio() argument
2333 double fFactorWidth = double(rTargetSize.Width)/double(rSourceSizeWithCorrectAspectRatio.Width); in calculateNewSizeRespectingAspectRatio()
2334 …double fFactorHeight = double(rTargetSize.Height)/double(rSourceSizeWithCorrectAspectRatio.Height); in calculateNewSizeRespectingAspectRatio()
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx210 const ::com::sun::star::awt::Size& rTargetSize

Completed in 53 milliseconds