Home
last modified time | relevance | path

Searched refs:m_ePitch (Results 1 – 11 of 11) sorted by relevance

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx189 aLine.Append( ByteString::CreateFromInt32( (*it)->m_ePitch ) ); in flush()
406 pFont->m_ePitch = (pitch::type)atoi( pLine+nTokenPos[5] ); in read()
541 pTo->m_ePitch = pFrom->m_ePitch; in copyPrintFont()
603 pRight->m_ePitch != pLeft->m_ePitch || in equalsPrintFont()
H A Dfontmanager.cxx346 m_ePitch( pitch::Unknown ), in PrintFont()
813 m_ePitch = pInfo->gfi->isFixedPitch ? pitch::Fixed : pitch::Variable; in readAfmMetrics()
1641 pFont->m_ePitch = it->ePitch; in getFontAttributesFromXLFD()
1725 aXLFD.append( pFont->m_ePitch == pitch::Fixed ? "m" : "p" ); in getXLFD()
1947 pFont->m_ePitch = aInfo.pitch ? pitch::Fixed : pitch::Variable; in analyzeTrueTypeFile()
2570 pFont->m_ePitch, in getFontList()
2605 pFont->m_ePitch, in getFontList()
2633 rInfo.m_ePitch = pFont->m_ePitch; in fillPrintFontInfo()
3992 pFont->m_ePitch = static_cast<pitch::type>(getInt(pProps[n].Value)); in readOverrideMetrics()
H A Dfontconfig.cxx841 pUpdate->m_ePitch = convertSpacing(spacing); in countFontconfigFonts()
1133 …addtopattern(rWrapper, pPattern, rInfo.m_eItalic, rInfo.m_eWeight, rInfo.m_eWidth, rInfo.m_ePitch); in getFontOptions()
1223 …addtopattern(rWrapper, pPattern, rInfo.m_eItalic, rInfo.m_eWeight, rInfo.m_eWidth, rInfo.m_ePitch); in matchFont()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx162 pitch::type m_ePitch; member
174 m_ePitch( pitch::Unknown ), in FastPrintFontInfo()
276 pitch::type m_ePitch; member
536 return pFont ? pFont->m_ePitch : pitch::Unknown; in getFontPitch()
/trunk/main/vcl/unx/kde4/
H A DKDESalFrame.cxx170 if( aInfo.m_ePitch != psp::pitch::Unknown ) in toFont()
171 aFont.SetPitch( PspGraphics::ToFontPitch( aInfo.m_ePitch ) ); in toFont()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1813 if( aInfo.m_ePitch != psp::pitch::Unknown ) in toFont()
1814 aFont.SetPitch( PspGraphics::ToFontPitch( aInfo.m_ePitch ) ); in toFont()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx92 FontPitch m_ePitch; // Pitch member
H A Dpdfwriter_impl.cxx2264 aDFA.mePitch = rBuiltin.m_ePitch; in GetDevFontAttributes()
2318 pMetric->mePitch = pBuiltinFont->m_ePitch; in getFontMetric()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1308 aDFA.mePitch = ToFontPitch (rInfo.m_ePitch); in Info2DevFontAttributes()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1188 aDFA.mePitch = ToFontPitch (rInfo.m_ePitch); in Info2DevFontAttributes()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3517 if( aInfo.m_ePitch != psp::pitch::Unknown ) in updateSettings()
3518 aFont.SetPitch( PspGraphics::ToFontPitch( aInfo.m_ePitch ) ); in updateSettings()

Completed in 154 milliseconds