Searched refs:io_rVCLFont (Results 1 – 3 of 3) sorted by relevance
71 ::Font& io_rVCLFont, in setupFontTransform() argument91 const sal_Int32 nFontWidth( rOutDev.GetFontMetric( io_rVCLFont ).GetWidth() ); in setupFontTransform()102 io_rVCLFont.SetWidth( nScaledFontWidth ); in setupFontTransform()107 const sal_Int32 nFontHeight( io_rVCLFont.GetHeight() ); in setupFontTransform()108 io_rVCLFont.SetHeight( ::basegfx::fround(nFontHeight * aScale.getY()) ); in setupFontTransform()111 …io_rVCLFont.SetOrientation( static_cast< short >( ::basegfx::fround(-fmod(nRotate, 2*M_PI)*(1800.0… in setupFontTransform()
110 ::Font& io_rVCLFont, in setupFontTransform() argument140 const sal_Int32 nFontWidth( rOutDev.GetFontMetric( io_rVCLFont ).GetWidth() ); in setupFontTransform()151 io_rVCLFont.SetWidth( nScaledFontWidth ); in setupFontTransform()156 const sal_Int32 nFontHeight( io_rVCLFont.GetHeight() ); 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()
104 ::Font& io_rVCLFont,
Completed in 14 milliseconds