Home
last modified time | relevance | path

Searched refs:aFontAttributes (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx124 FontAttrMap aFontAttributes; member in ImplFontAttrCache
179 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 21 milliseconds