Home
last modified time | relevance | path

Searched refs:maFontInstanceList (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Doutdev.h217 FontInstanceList maFontInstanceList; member in ImplFontCache
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx2322 FontInstanceList::iterator it = maFontInstanceList.begin(); in ~ImplFontCache()
2323 for(; it != maFontInstanceList.end(); ++it ) in ~ImplFontCache()
2373 if( it != maFontInstanceList.end() ) 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()
2811 FontInstanceList::iterator it = maFontInstanceList.begin(); in Invalidate()
2812 for(; it != maFontInstanceList.end(); ++it ) in Invalidate()
[all …]

Completed in 55 milliseconds