Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Doutdev.h210 int mnRef0Count; // number of unreferenced ImplFontEntries member in ImplFontCache
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx2314 mnRef0Count( 0 ), in ImplFontCache()
2408 --mnRef0Count; in GetFontEntry()
2782 if( ++mnRef0Count < FONTCACHE_MAX ) in Release()
2796 --mnRef0Count; in Release()
2797 DBG_ASSERT( (mnRef0Count>=0), "ImplFontCache::Release() - refcount0 underflow" ); in Release()
2803 DBG_ASSERT( (mnRef0Count==0), "ImplFontCache::Release() - refcount0 mismatch" ); in Release()
2819 --mnRef0Count; in Invalidate()
2826 DBG_ASSERT( (mnRef0Count==0), "ImplFontCache::Invalidate() - mnRef0Count non-zero" ); in Invalidate()

Completed in 49 milliseconds