Searched refs:aOverridePSNames (Results 1 – 1 of 1) sorted by relevance
2527 std::map<int, fontID > aOverridePSNames; in getFontList() local2537 aOverridePSNames[ font_it->second->m_nPSName ] = *over; in getFontList()2554 … std::map<int,fontID>::const_iterator over = aOverridePSNames.find( pFont->m_nPSName ); in getFontList()2555 if( over != aOverridePSNames.end() && over->second != it->first ) in getFontList()2587 … std::map<int,fontID>::const_iterator over = aOverridePSNames.find( pFont->m_nPSName ); in getFontList()2588 if( over != aOverridePSNames.end() && over->second != it->first ) in getFontList()
Completed in 29 milliseconds