Searched refs:nFontWidth (Results 1 – 4 of 4) sorted by relevance
474 long nFontWidth = m_pEngine->GetStandardFont(0).GetSize().Width(); in layoutWindow() local475 if ( !nFontWidth ) in layoutWindow()479 … nFontWidth = m_pViewport->GetTextWidth( String( RTL_CONSTASCII_USTRINGPARAM( "x" ) ) ); in layoutWindow()483 m_pHScroll->SetLineSize( 5 * nFontWidth ); in layoutWindow()485 …m_pHScroll->SetPageSize( ::std::max( nFontWidth, aViewportPlaygroundLogic.Width() - nFontWidth ) ); in layoutWindow()
91 const sal_Int32 nFontWidth( rOutDev.GetFontMetric( io_rVCLFont ).GetWidth() ); in setupFontTransform() local93 const sal_Int32 nScaledFontWidth( ::basegfx::fround(nFontWidth * aScale.getX()) ); in setupFontTransform()
140 const sal_Int32 nFontWidth( rOutDev.GetFontMetric( io_rVCLFont ).GetWidth() ); in setupFontTransform() local142 const sal_Int32 nScaledFontWidth( ::basegfx::fround(nFontWidth * aScale.getX()) ); in setupFontTransform()
1876 int nFontWidth = rFSD.mnWidth ? rFSD.mnWidth : rFSD.mnHeight; in GetKernPairs() local1881 rVal = ((rVal * nFontWidth) + 500) / 1000; in GetKernPairs()
Completed in 107 milliseconds