Home
last modified time | relevance | path

Searched refs:pCacheFont (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx705 PrintFontManager::PrintFont* pCacheFont = NULL; in updateFontCacheEntry() local
721 pCacheFont = *font; in updateFontCacheEntry()
727 if( pCacheFont ) in updateFontCacheEntry()
729 if( ! equalsPrintFont( pFont, pCacheFont ) ) in updateFontCacheEntry()
731 copyPrintFont( pFont, pCacheFont ); in updateFontCacheEntry()
737 pCacheFont = clonePrintFont( pFont ); in updateFontCacheEntry()
738 m_aCache[nDirID].m_aEntries[aFile].m_aEntry.push_back( pCacheFont ); in updateFontCacheEntry()

Completed in 37 milliseconds