Searched refs:pCacheFont (Results 1 – 1 of 1) sorted by relevance
705 PrintFontManager::PrintFont* pCacheFont = NULL; in updateFontCacheEntry() local721 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 11 milliseconds