Home
last modified time | relevance | path

Searched refs:fonttype (Results 1 – 13 of 13) sorted by relevance

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx327 fonttype::type eType = (fonttype::type)atoi( pLine ); in read()
517 case fonttype::TrueType: in copyPrintFont()
523 case fonttype::Type1: in copyPrintFont()
528 case fonttype::Builtin: in copyPrintFont()
565 case fonttype::TrueType: in equalsPrintFont()
576 case fonttype::Type1: in equalsPrintFont()
586 case fonttype::Builtin: in equalsPrintFont()
637 case fonttype::Type1: in clonePrintFont()
640 case fonttype::Builtin: in clonePrintFont()
691 case fonttype::Type1: in updateFontCacheEntry()
[all …]
H A Dfontmanager.cxx379 : PrintFont( fonttype::TrueType ) in TrueTypeFontFile()
1653 case fonttype::Type1: in getFontAttributesFromXLFD()
2740 if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getFontBoundingBox()
2864 case fonttype::Type1: in getAfmFile()
2872 case fonttype::Builtin: in getAfmFile()
2944 else if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getFontAscend()
2960 else if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getFontDescend()
3106 if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getMetrics()
3149 if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getMetrics()
3773 (pFont->m_eType != fonttype::TrueType && pFont->m_eType != fonttype::Type1) ) in getGlyphWidths()
[all …]
H A Dfontconfig.cxx798 if( (*it)->m_eType == fonttype::TrueType && in countFontconfigFonts()
809 … if( pUpdate->m_eType == fonttype::TrueType ) // sanity check, this should always be the case here in countFontconfigFonts()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx120 namespace fonttype namespace
152 fonttype::type m_eType;
169 m_eType( fonttype::Unknown ), in FastPrintFontInfo()
266 fonttype::type m_eType;
295 explicit PrintFont( fonttype::type eType );
312 Type1FontFile() : PrintFont( fonttype::Type1 ), m_nDirectory( 0 ) {} in Type1FontFile()
335 BuiltinFont() : PrintFont( fonttype::Builtin ) {} in BuiltinFont()
505 fonttype::type getFontType( fontID nFontID ) const in getFontType()
508 return pFont ? pFont->m_eType : fonttype::Unknown; in getFontType()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx210 if( mrFontMgr.getFontType( mnFontID ) != fonttype::TrueType ) in DrawGlyphs()
599 fonttype::type eType = mrFontMgr.getFontType (mnFontID); in drawText()
601 if (eType == fonttype::Type1) in drawText()
604 if ( eType == fonttype::TrueType in drawText()
658 fonttype::type eType = mrFontMgr.getFontType( n_font ); in getCharMetric()
659 if( (eType == fonttype::Builtin || eType == fonttype::Type1) ) in getCharMetric()
832 if (aIter->GetFontType() == fonttype::TrueType) in writeResources()
841 if( aIter->GetFontType() == fonttype::Builtin ) in writeResources()
H A Dglyphset.cxx80 fonttype::type
361 if (meBaseType == fonttype::TrueType) in GetCharSetName()
381 if (meBaseType == fonttype::TrueType) in GetGlyphSetName()
401 if (meBaseType == fonttype::TrueType) in GetGlyphSetEncoding()
445 if ((meBaseType != fonttype::Builtin) && (meBaseType != fonttype::Type1)) in PSDefineReencodedFont()
701 if ((meBaseType != fonttype::Builtin) && (meBaseType != fonttype::Type1)) in PSUploadEncoding()
836 if (meBaseType != fonttype::TrueType) in PSUploadFont()
H A Dglyphset.hxx50 fonttype::type meBaseType;
103 fonttype::type GetFontType ();
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1002 if( psp::fonttype::TrueType != psp::PrintFontManager::get().getFontType( nFontId ) ) in GetTextLayout()
1132 …if( aFontInfo.m_aEncoding == RTL_TEXTENCODING_SYMBOL && aFontInfo.m_eType == psp::fonttype::Type1 ) in DoGetEmbedFontData()
1163 case psp::fonttype::TrueType: in DoGetEmbedFontData()
1166 case psp::fonttype::Type1: { in DoGetEmbedFontData()
1315 case psp::fonttype::Builtin: in Info2DevFontAttributes()
1319 case psp::fonttype::TrueType: in Info2DevFontAttributes()
1323 case psp::fonttype::Type1: in Info2DevFontAttributes()
1365 if( aInfo.m_eType == psp::fonttype::TrueType ) in AnnounceFonts()
H A Dsalgdi3.cxx1043 if( aInfo.m_eType == psp::fonttype::Builtin ) in GetDevFontList()
1054 if( aInfo.m_eType == psp::fonttype::Type1 ) in GetDevFontList()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx911 if( psp::fonttype::TrueType != psp::PrintFontManager::get().getFontType( nFontId ) ) in GetTextLayout()
1026 …if( aFontInfo.m_aEncoding == RTL_TEXTENCODING_SYMBOL && aFontInfo.m_eType == psp::fonttype::Type1 ) in DoGetEmbedFontData()
1057 case psp::fonttype::TrueType: in DoGetEmbedFontData()
1060 case psp::fonttype::Type1: { in DoGetEmbedFontData()
1193 case psp::fonttype::Builtin: in Info2DevFontAttributes()
1199 case psp::fonttype::TrueType: in Info2DevFontAttributes()
1205 case psp::fonttype::Type1: in Info2DevFontAttributes()
1251 if( aInfo.m_eType == psp::fonttype::TrueType ) in AnnounceFonts()
H A Dsvptext.cxx298 if( aInfo.m_eType == psp::fonttype::Builtin ) in GetDevFontList()
309 if( aInfo.m_eType == psp::fonttype::Type1 ) in GetDevFontList()
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx976 if( it->m_eType == fonttype::Builtin ) in fillFontSubstitutions()
997 if( it->m_eType != fonttype::Builtin ) in fillFontSubstitutions()
/trunk/main/padmin/source/
H A Dprtsetup.cxx638 if( it->m_eType == fonttype::Builtin ) in RTSFontSubstPage()

Completed in 96 milliseconds