Searched refs:mnRef0Count (Results 1 – 2 of 2) sorted by relevance
210 int mnRef0Count; // number of unreferenced ImplFontEntries member in ImplFontCache
2314 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 59 milliseconds