Lines Matching refs:m_eType

340         m_eType( eType ),  in PrintFont()
883 if( m_eType == fonttype::Builtin && ( nAdobeEncoding == 3 || nAdobeEncoding == 0 ) ) in readAfmMetrics()
1423 if( it->second->m_eType == fonttype::Builtin && in findFontBuiltinID()
1444 switch( it->second->m_eType ) in findFontFileID()
1605 switch( pFont->m_eType ) in getFontAttributesFromXLFD()
1651 switch( pFont->m_eType ) in getFontAttributesFromXLFD()
1668 if( pFont->m_eType == fonttype::Type1 ) in getXLFD()
1673 if( pFont->m_eType == fonttype::TrueType ) in getXLFD()
2195 if( (*it)->m_eType == fonttype::Type1 ) in initialize()
2197 else if( (*it)->m_eType == fonttype::TrueType ) in initialize()
2199 else if( (*it)->m_eType == fonttype::Builtin ) in initialize()
2202 if( (*it)->m_eType == fonttype::Builtin ) in initialize()
2328 if( (*it)->m_eType == fonttype::Type1 ) in initialize()
2330 else if( (*it)->m_eType == fonttype::TrueType ) in initialize()
2332 else if( (*it)->m_eType == fonttype::Builtin ) in initialize()
2335 if( (*it)->m_eType == fonttype::Builtin ) in initialize()
2547 if( it->second->m_eType == fonttype::Builtin && in getFontList()
2579 if( it->second->m_eType == fonttype::Builtin ) in getFontList()
2626 rInfo.m_eType = pFont->m_eType; in fillPrintFontInfo()
2636 rInfo.m_bEmbeddable = (pFont->m_eType == fonttype::Type1); in fillPrintFontInfo()
2637 rInfo.m_bSubsettable = (pFont->m_eType == fonttype::TrueType); // TODO: rename to SfntType in fillPrintFontInfo()
2653 if( pFont->m_eType == fonttype::Type1 ) in fillPrintFontInfo()
2655 else if( pFont->m_eType == fonttype::TrueType ) in fillPrintFontInfo()
2740 if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getFontBoundingBox()
2742 else if( pFont->m_eType == fonttype::TrueType ) in getFontBoundingBox()
2760 if( pFont && pFont->m_eType == fonttype::TrueType ) in getFontFaceNumber()
2862 switch( pFont->m_eType ) in getAfmFile()
2892 if( pFont && pFont->m_eType == fonttype::Type1 ) in getFontFile()
2900 else if( pFont && pFont->m_eType == fonttype::TrueType ) in getFontFile()
2918 if( pFont->m_eType == fonttype::TrueType ) in getPSName()
2942 if( pFont->m_eType == fonttype::TrueType ) in getFontAscend()
2944 else if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getFontAscend()
2958 if( pFont->m_eType == fonttype::TrueType ) in getFontDescend()
2960 else if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getFontDescend()
2974 if( pFont->m_eType == fonttype::TrueType ) in getFontLeading()
2988 if( pFont->m_eType == fonttype::TrueType ) in hasVerticalSubstitutions()
3003 if( pFont->m_eType == fonttype::TrueType ) in hasVerticalSubstitutions()
3065 if( pFont && pFont->m_eType == fonttype::TrueType ) in isFontDownloadingAllowed()
3106 if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getMetrics()
3108 else if( pFont->m_eType == fonttype::TrueType ) in getMetrics()
3149 if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getMetrics()
3151 else if( pFont->m_eType == fonttype::TrueType ) in getMetrics()
3332 switch( current->second->m_eType ) in importFonts()
3473 pSearchFont->m_eType != fonttype::TrueType || in getFileDuplicates()
3562 switch( pFont->m_eType ) in isPrivateFontFile()
3590 if( pFont && pFont->m_eType == fonttype::TrueType ) in getAlternativeFamilyNames()
3640 switch( pFont->m_eType ) in createFontSubset()
3648 if( pFont->m_eType != fonttype::TrueType ) in createFontSubset()
3773 (pFont->m_eType != fonttype::TrueType && pFont->m_eType != fonttype::Type1) ) in getGlyphWidths()
3775 if( pFont->m_eType == fonttype::TrueType ) in getGlyphWidths()
3832 else if( pFont->m_eType == fonttype::Type1 ) in getGlyphWidths()
3861 (pFont->m_eType != fonttype::Type1 && pFont->m_eType != fonttype::Builtin) in getEncodingMap()