Lines Matching refs:PrintFont

339 PrintFontManager::PrintFont::PrintFont( fonttype::type eType ) :  in PrintFont()  function in PrintFontManager::PrintFont
364 PrintFontManager::PrintFont::~PrintFont() in ~PrintFont()
379 : PrintFont( fonttype::TrueType ) in TrueTypeFontFile()
752 bool PrintFontManager::PrintFont::readAfmMetrics( const OString& rFileName, MultiAtomProvider* pPro… in readAfmMetrics()
1216 …for( ::std::hash_map< fontID, PrintFont* >::const_iterator it = m_aFonts.begin(); it != m_aFonts.e… in ~PrintFontManager()
1262 ::std::list< PrintFont* > aNewFonts; in addFontFile()
1265 for( ::std::list< PrintFont* >::iterator it = aNewFonts.begin(); in addFontFile()
1279 …ile, const ::std::list<OString>& rXLFDs, ::std::list< PrintFontManager::PrintFont* >& rNewFonts ) … in analyzeFontFile()
1420 ::std::hash_map< fontID, PrintFont* >::const_iterator it; in findFontBuiltinID()
1441 ::std::hash_map< fontID, PrintFont* >::const_iterator it = m_aFonts.find( *font_it ); in findFontFileID()
1585 void PrintFontManager::getFontAttributesFromXLFD( PrintFont* pFont, const std::list< OString >& rXL… in getFontAttributesFromXLFD()
1666 OString PrintFontManager::getXLFD( PrintFont* pFont ) const in getXLFD()
1860 bool PrintFontManager::analyzeTrueTypeFile( PrintFont* pFont ) const in analyzeTrueTypeFile()
2103 …for( ::std::hash_map< fontID, PrintFont* >::const_iterator it = m_aFonts.begin(); it != m_aFonts.e… in initialize()
2185 std::list< PrintFont* > aCacheFonts; in initialize()
2191 … for( ::std::list< PrintFont* >::iterator it = aCacheFonts.begin(); it != aCacheFonts.end(); ++it ) in initialize()
2276 ::std::list< PrintFont* > aNewFonts; in initialize()
2279 …for( ::std::list< PrintFont* >::iterator font_it = aNewFonts.begin(); font_it != aNewFonts.end(); … in initialize()
2317 std::list< PrintFont* > aCacheFonts; in initialize()
2324 … for( ::std::list< PrintFont* >::iterator it = aCacheFonts.begin(); it != aCacheFonts.end(); ++it ) in initialize()
2369 ::std::list< PrintFont* > aNewFonts; in initialize()
2372 … for( ::std::list< PrintFont* >::iterator it = aNewFonts.begin(); it != aNewFonts.end(); ++it ) in initialize()
2400 ::std::hash_map< fontID, PrintFont* >::iterator font_it; in initialize()
2501 std::hash_map< fontID, PrintFont* >::const_iterator it; in getFontList()
2534 std::hash_map<fontID,PrintFont*>::const_iterator font_it = m_aFonts.find( *over ); in getFontList()
2546 PrintFont* pFont = it->second; in getFontList()
2578 PrintFont* pFont = it->second; in getFontList()
2622 void PrintFontManager::fillPrintFontInfo( PrintFont* pFont, FastPrintFontInfo& rInfo ) const in fillPrintFontInfo()
2646 void PrintFontManager::fillPrintFontInfo( PrintFont* pFont, PrintFontInfo& rInfo ) const in fillPrintFontInfo()
2707 PrintFont* pFont = getFont( nFontID ); in getFontInfo()
2720 PrintFont* pFont = getFont( nFontID ); in getFontFastInfo()
2734 PrintFont* pFont = getFont( nFontID ); in getFontBoundingBox()
2759 PrintFont* pFont = getFont( nFontID ); in getFontFaceNumber()
2837 PrintFont* pFont = getFont( nFontID ); in getFontFamilyType()
2851 PrintFont* pFont = getFont( nFontID ); in getFontFamily()
2857 OString PrintFontManager::getAfmFile( PrintFont* pFont ) const in getAfmFile()
2888 OString PrintFontManager::getFontFile( PrintFont* pFont ) const in getFontFile()
2915 PrintFont* pFont = getFont( nFontID ); in getPSName()
2930 PrintFont* pFont = getFont( nFontID ); in getGlobalFontMetric()
2938 PrintFont* pFont = getFont( nFontID ); in getFontAscend()
2954 PrintFont* pFont = getFont( nFontID ); in getFontDescend()
2970 PrintFont* pFont = getFont( nFontID ); in getFontLeading()
2984 PrintFont* pFont = getFont( nFontID ); in hasVerticalSubstitutions()
2999 PrintFont* pFont = getFont( nFontID ); in hasVerticalSubstitutions()
3027 PrintFont* pFont = getFont( nFontID ); in getFontXLFD()
3044 PrintFont* pFont = getFont( nFontID ); in getKernPairs()
3064 PrintFont* pFont = getFont( nFont ); in isFontDownloadingAllowed()
3097 PrintFont* pFont = getFont( nFontID ); in getMetrics()
3140 PrintFont* pFont = getFont( nFontID ); in getMetrics()
3320 ::std::list< PrintFont* > aNewFonts; in importFonts()
3321 ::std::list< PrintFont* >::iterator it; in importFonts()
3326 ::std::hash_map< fontID, PrintFont* >::iterator current, next; in importFonts()
3425 PrintFont* pFont = getFont( nFontID ); in changeFontProperties()
3449 ::std::list< PrintFont* > aFonts; in getImportableFontProperties()
3453 PrintFont* pFont = aFonts.front(); in getImportableFontProperties()
3471 PrintFont* pSearchFont = getFont( nFont ); in getFileDuplicates()
3482 …for( ::std::hash_map< fontID, PrintFont* >::const_iterator it = m_aFonts.begin(); it != m_aFonts.e… in getFileDuplicates()
3505 ::std::hash_map< fontID, PrintFont* >::const_iterator haveFont = m_aFonts.find( *it ); in removeFonts()
3509 PrintFont* pFont = haveFont->second; in removeFonts()
3543 PrintFont* pDup = m_aFonts[ *dup ]; in removeFonts()
3559 PrintFont* pFont = getFont( nFont ); in isPrivateFontFile()
3589 PrintFont* pFont = getFont( nFont ); in getAlternativeFamilyNames()
3636 PrintFont* pFont = getFont( nFont ); in createFontSubset()
3771 PrintFont* pFont = getFont( nFont ); in getGlyphWidths()
3859 PrintFont* pFont = getFont( nFont ); in getEncodingMap()