Searched refs:aFontAttributes (Results 1 – 1 of 1) sorted by relevance
124 FontAttrMap aFontAttributes; member in ImplFontAttrCache179 aFontAttributes[ aFontFileURL ] = aDFA; in ImplFontAttrCache()194 FontAttrMap::const_iterator aIter = aFontAttributes.begin(); in ~ImplFontAttrCache()195 while ( aIter != aFontAttributes.end() ) in ~ImplFontAttrCache()232 FontAttrMap::const_iterator it = aFontAttributes.find( OptimizeURL( rFontFileName ) ); in GetFontAttr()233 if( it != aFontAttributes.end() ) in GetFontAttr()245 aFontAttributes.insert( FontAttrMap::value_type( OptimizeURL( rFontFileName ), rDFA ) ); in AddFontAttr()
Completed in 16 milliseconds