Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx225 struct PrintFont;
229 friend struct PrintFont;
264 struct PrintFont struct in psp::PrintFontManager
296 virtual ~PrintFont();
302 struct Type1FontFile : public PrintFont
317 struct TrueTypeFontFile : public PrintFont
330 struct BuiltinFont : public PrintFont
416 PrintFont* getFont( fontID nID ) const in getFont()
507 PrintFont* pFont = getFont( nFontID ); in getFontType()
514 PrintFont* pFont = getFont( nFontID ); in getFontItalic()
[all …]
/trunk/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…
/trunk/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()
2546 PrintFont* pFont = it->second; in getFontList()
2578 PrintFont* pFont = it->second; in getFontList()
3449 ::std::list< PrintFont* > aFonts; in getImportableFontProperties()
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()
[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()

Completed in 50 milliseconds