Home
last modified time | relevance | path

Searched refs:PrintFont (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/vcl/inc/vcl/
H A Dfontmanager.hxx225 struct PrintFont;
229 friend struct PrintFont;
264 struct PrintFont struct in psp::PrintFontManager
295 explicit PrintFont( fonttype::type eType );
296 virtual ~PrintFont();
302 struct Type1FontFile : public PrintFont
312 Type1FontFile() : PrintFont( fonttype::Type1 ), m_nDirectory( 0 ) {} in Type1FontFile()
317 struct TrueTypeFontFile : public PrintFont
330 struct BuiltinFont : public PrintFont
335 BuiltinFont() : PrintFont( fonttype::Builtin ) {} in BuiltinFont()
[all …]
/AOO41X/main/vcl/inc/
H A Dfontcache.hxx39 typedef std::list< PrintFontManager::PrintFont* > FontCacheEntry;
64 …void copyPrintFont( const PrintFontManager::PrintFont* pFrom, PrintFontManager::PrintFont* pTo ) c…
65 …bool equalsPrintFont( const PrintFontManager::PrintFont* pLeft, PrintFontManager::PrintFont* pRigh…
66 PrintFontManager::PrintFont* clonePrintFont( const PrintFontManager::PrintFont* pFont ) const;
73 …le( int nDirID, const rtl::OString& rFile, std::list< PrintFontManager::PrintFont* >& rNewFonts ) …
74 void updateFontCacheEntry( const PrintFontManager::PrintFont*, bool bFlush );
79 …bool listDirectory( const rtl::OString& rDir, std::list< PrintFontManager::PrintFont* >& rNewFonts…
/AOO41X/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx339 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()
[all …]
H A Dfontcache.cxx346 PrintFontManager::PrintFont* pFont = NULL; in read()
511 …oid FontCache::copyPrintFont( const PrintFontManager::PrintFont* pFrom, PrintFontManager::PrintFon… in copyPrintFont()
559 …l FontCache::equalsPrintFont( const PrintFontManager::PrintFont* pLeft, PrintFontManager::PrintFon… in equalsPrintFont()
629 PrintFontManager::PrintFont* FontCache::clonePrintFont( const PrintFontManager::PrintFont* pOldFont… in clonePrintFont()
631 PrintFontManager::PrintFont* pFont = NULL; in clonePrintFont()
655 …ontCacheFile( int nDirID, const OString& rFile, list< PrintFontManager::PrintFont* >& rNewFonts ) … in getFontCacheFile()
668 PrintFontManager::PrintFont* pFont = clonePrintFont( *font ); in getFontCacheFile()
679 void FontCache::updateFontCacheEntry( const PrintFontManager::PrintFont* pFont, bool bFlush ) in updateFontCacheEntry()
705 PrintFontManager::PrintFont* pCacheFont = NULL; in updateFontCacheEntry()
752 bool FontCache::listDirectory( const OString& rDir, std::list< PrintFontManager::PrintFont* >& rNew… in listDirectory()
[all …]
H A Dfontconfig.cxx760 std::list< PrintFont* > aFonts; in countFontconfigFonts()
788 PrintFont* pUpdate = aFonts.front(); in countFontconfigFonts()
789 std::list<PrintFont*>::const_iterator second_font = aFonts.begin(); in countFontconfigFonts()
796 … for( std::list< PrintFont* >::iterator it = aFonts.begin(); it != aFonts.end(); ++it ) in countFontconfigFonts()
861 for( std::list< PrintFont* >::iterator it = aFonts.begin(); it != aFonts.end(); ++it ) in countFontconfigFonts()