Searched refs:m_nCacheSize (Results 1 – 2 of 2) sorted by relevance
37 if (m_nCacheSize <= (uint32_t)dwLimitCacheSize) in CacheOptimization()62 while (i < nCount && m_nCacheSize > (uint32_t)dwLimitCacheSize) in CacheOptimization()71 m_nCacheSize -= it->second->EstimateSize(); in ClearImageCacheEntry()101 m_nCacheSize += m_pCurImageCacheEntry->EstimateSize(); in StartGetCachedBitmap()117 m_nCacheSize += m_pCurImageCacheEntry->EstimateSize(); in Continue()130 m_nCacheSize -= pEntry->EstimateSize(); in ResetBitmapForImage()132 m_nCacheSize += pEntry->EstimateSize(); in ResetBitmapForImage()
56 uint32_t m_nCacheSize = 0; variable