Home
last modified time | relevance | path

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

/aoo42x/main/vcl/unx/kde4/
H A DKDESalFrame.cxx158 int nPointHeight = qFontInfo.pointSize(); in toFont() local
159 if ( nPointHeight <= 0 ) in toFont()
160 nPointHeight = rQFont.pointSize(); in toFont()
163 Font aFont( aInfo.m_aFamilyName, Size( 0, nPointHeight ) ); in toFont()
/aoo42x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1801 int nPointHeight = qFontInfo.pointSize(); in toFont() local
1802 if ( nPointHeight <= 0 ) in toFont()
1803 nPointHeight = rQFont.pointSize(); in toFont()
1806 Font aFont( aInfo.m_aFamilyName, Size( 0, nPointHeight ) ); in toFont()
/aoo42x/main/vcl/inc/
H A Dprintergfx.hxx387 sal_Int32 nPointHeight,
/aoo42x/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3501 int nPointHeight = 0; in updateSettings() local
3506 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 54 milliseconds