Searched refs:maFontInstanceList (Results 1 – 2 of 2) sorted by relevance
2322 FontInstanceList::iterator it = maFontInstanceList.begin(); in ~ImplFontCache()2323 for(; it != maFontInstanceList.end(); ++it ) in ~ImplFontCache()2372 FontInstanceList::iterator it = maFontInstanceList.find( aFontSelData ); in GetFontEntry()2373 if( it != maFontInstanceList.end() ) in GetFontEntry()2386 FontInstanceList::iterator it = maFontInstanceList.find( aFontSelData ); in GetFontEntry()2387 if( it != maFontInstanceList.end() ) in GetFontEntry()2425 maFontInstanceList[ aFontSelData ] = pEntry; in GetFontEntry()2786 FontInstanceList::iterator it_next = maFontInstanceList.begin(); in Release()2787 while( it_next != maFontInstanceList.end() ) in Release()2794 maFontInstanceList.erase( it ); in Release()[all …]
217 FontInstanceList maFontInstanceList; variable