Searched refs:nDirID (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/vcl/unx/generic/fontmanager/ |
| H A D | fontcache.cxx | 497 void FontCache::updateDirTimestamp( int nDirID ) in updateDirTimestamp() argument 500 const OString& rDir = rManager.getDirectory( nDirID ); in updateDirTimestamp() 504 m_aCache[ nDirID ].m_nTimestamp = (sal_Int64)aStat.st_mtime; in updateDirTimestamp() 655 bool FontCache::getFontCacheFile( int nDirID, const OString& rFile, list< PrintFontManager::PrintFo… in getFontCacheFile() argument 659 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in getFontCacheFile() 684 int nDirID = 0; in updateFontCacheEntry() local 688 nDirID = static_cast<const PrintFontManager::TrueTypeFontFile*>(pFont)->m_nDirectory; in updateFontCacheEntry() 692 nDirID = static_cast<const PrintFontManager::Type1FontFile*>(pFont)->m_nDirectory; in updateFontCacheEntry() 696 nDirID = static_cast<const PrintFontManager::BuiltinFont*>(pFont)->m_nDirectory; in updateFontCacheEntry() 702 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in updateFontCacheEntry() [all …]
|
| H A D | fontmanager.cxx | 1258 int nDirID = getDirectoryAtom( aDir, true ); in addFontFile() local 1259 fontID nFontId = findFontFileID( nDirID, aName ); in addFontFile() 1263 if( analyzeFontFile( nDirID, aName, ::std::list<OString>(), aNewFonts ) ) in addFontFile() 1279 bool PrintFontManager::analyzeFontFile( int nDirID, const OString& rFontFile, const ::std::list<OSt… in analyzeFontFile() argument 1283 OString aDir( getDirectory( nDirID ) ); in analyzeFontFile() 1330 pFont->m_nDirectory = nDirID; in analyzeFontFile() 1354 pFont->m_nDirectory = nDirID; in analyzeFontFile() 1366 pFont->m_nDirectory = nDirID; in analyzeFontFile() 1393 pFont->m_nDirectory = nDirID; in analyzeFontFile() 1409 …fprintf( stderr, "CountTTCFonts( \"%s/%s\" ) failed\n", getDirectory(nDirID).getStr(), rFontFile.g… in analyzeFontFile() [all …]
|
| H A D | fontconfig.cxx | 766 int nDirID = getDirectoryAtom( aDir, true ); in countFontconfigFonts() local 767 if( ! m_pFontCache->getFontCacheFile( nDirID, aBase, aFonts ) ) in countFontconfigFonts() 775 analyzeFontFile( nDirID, aBase, aDummy, aFonts ); in countFontconfigFonts() 1244 int nDirID = getDirectoryAtom( aDir, true ); in matchFont() local 1245 fontID aFont = findFontFileID( nDirID, aBase ); in matchFont()
|
| /AOO42X/main/vcl/inc/ |
| H A D | fontcache.hxx | 68 void createCacheDir( int nDirID ); 73 …bool getFontCacheFile( int nDirID, const rtl::OString& rFile, std::list< PrintFontManager::PrintFo… 75 void markEmptyDir( int nDirID, bool bNoFiles = true ); 85 void updateDirTimestamp( int nDirID );
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | fontmanager.hxx | 405 …bool analyzeFontFile( int nDirID, const rtl::OString& rFileName, const std::list< rtl::OString >& … 411 fontID findFontFileID( int nDirID, const rtl::OString& rFile ) const;
|