Searched refs:maFontNameList (Results 1 – 2 of 2) sorted by relevance
221 FontNameList maFontNameList; member in ImplFontCache
2342 FontNameList::const_iterator it_name = maFontNameList.find( aSearchName ); in GetFontEntry()2343 if( it_name != maFontNameList.end() ) in GetFontEntry()2395 if( maFontNameList.size() >= 4000 ) in GetFontEntry()2396 maFontNameList.clear(); in GetFontEntry()2400 maFontNameList[ aFontSelData.maName ] = aFontSelData.maSearchName; in GetFontEntry()
Completed in 269 milliseconds