Lines Matching refs:fround
142 const sal_Int32 nScaledFontWidth( ::basegfx::fround(nFontWidth * aScale.getX()) ); in setupFontTransform()
157 io_rVCLFont.SetHeight( ::basegfx::fround(nFontHeight * aScale.getY()) ); in setupFontTransform()
160 …io_rVCLFont.SetOrientation( static_cast< short >( ::basegfx::fround(-fmod(nRotate, 2*M_PI)*(1800.0… in setupFontTransform()
163 o_rPoint.X() = ::basegfx::fround(aTranslate.getX()); in setupFontTransform()
164 o_rPoint.Y() = ::basegfx::fround(aTranslate.getY()); in setupFontTransform()
317 const Size aDestBmpSize( ::basegfx::fround( aDestRect.getWidth() ), in transformBitmap()
318 ::basegfx::fround( aDestRect.getHeight() ) ); in transformBitmap()
370 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap()
371 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap()
416 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap()
417 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap()
473 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap()
474 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap()
495 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap()
496 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap()