Searched refs:m_pFontCache (Results 1 – 3 of 3) sorted by relevance
1187 m_pFontCache( NULL ), in PrintFontManager()1219 if( m_pFontCache ) in ~PrintFontManager()1220 delete m_pFontCache; in ~PrintFontManager()1270 m_pFontCache->updateFontCacheEntry( *it, true ); in addFontFile()2086 if( ! m_pFontCache ) in initialize()2094 m_pFontCache = new FontCache(); in initialize()2186 if( m_pFontCache->listDirectory( aPath, aCacheFonts ) ) in initialize()2212 if( ! m_pFontCache->scanAdditionalFiles( aPath ) ) in initialize()2284 m_pFontCache->updateFontCacheEntry( *font_it, false ); in initialize()2297 m_pFontCache->updateDirTimestamp( nDirID ); in initialize()[all …]
767 if( ! m_pFontCache->getFontCacheFile( nDirID, aBase, aFonts ) ) in countFontconfigFonts()850 m_pFontCache->updateFontCacheEntry( pUpdate, false ); in countFontconfigFonts()865 … m_pFontCache->updateFontCacheEntry( *it, false ); // prepare a cache entry for a collection item in countFontconfigFonts()
395 mutable FontCache* m_pFontCache; member in psp::PrintFontManager