Searched refs:nPointHeight (Results 1 – 4 of 4) sorted by relevance
158 int nPointHeight = qFontInfo.pointSize(); in toFont() local159 if ( nPointHeight <= 0 ) in toFont()160 nPointHeight = rQFont.pointSize(); in toFont()163 Font aFont( aInfo.m_aFamilyName, Size( 0, nPointHeight ) ); in toFont()
1801 int nPointHeight = qFontInfo.pointSize(); in toFont() local1802 if ( nPointHeight <= 0 ) in toFont()1803 nPointHeight = rQFont.pointSize(); in toFont()1806 Font aFont( aInfo.m_aFamilyName, Size( 0, nPointHeight ) ); in toFont()
387 sal_Int32 nPointHeight,
3501 int nPointHeight = 0; in updateSettings() local3506 nPointHeight = (nPangoHeight * 72 + nDispDPIY*PANGO_SCALE/2) / (nDispDPIY * PANGO_SCALE); in updateSettings()3508 nPointHeight = nPangoHeight/PANGO_SCALE; in updateSettings()3510 Font aFont( aInfo.m_aFamilyName, Size( 0, nPointHeight ) ); in updateSettings()
Completed in 37 milliseconds