src/hbservers/hbthemeserver/hbicondatacache_p.cpp
changeset 7 923ff622b8b9
parent 5 627c4a0fd0e7
child 21 4633027730f5
child 34 ed14f46c0e55
equal deleted inserted replaced
6:c3690ec91ef8 7:923ff622b8b9
   953         cache->remove(key);
   953         cache->remove(key);
   954         delete releaseItem;
   954         delete releaseItem;
   955     }
   955     }
   956 }
   956 }
   957 
   957 
       
   958 int HbIconDataCache::gpuLRUSize() const
       
   959 {
       
   960     return gpuLruListSize;
       
   961 }
   958 #ifdef HB_ICON_CACHE_DEBUG
   962 #ifdef HB_ICON_CACHE_DEBUG
   959 int HbIconDataCache::count() const
   963 int HbIconDataCache::count() const
   960 {
   964 {
   961     return cache->count();
   965     return cache->count();
   962 }
       
   963 
       
   964 int HbIconDataCache::gpuLRUSize() const
       
   965 {
       
   966     return gpuLruListSize;
       
   967 }
   966 }
   968 
   967 
   969 int HbIconDataCache::freeVectorMemory()
   968 int HbIconDataCache::freeVectorMemory()
   970 {
   969 {
   971     return (maxCpuCacheLimit - currentCpuCacheSize);
   970     return (maxCpuCacheLimit - currentCpuCacheSize);