src/hbservers/hbthemeserver/hbicondatacache_p.h
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
child 7 923ff622b8b9
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
    47     bool contains(const HbIconKey &key) const;
    47     bool contains(const HbIconKey &key) const;
    48     HbIconCacheItem* value(const HbIconKey &key) const;
    48     HbIconCacheItem* value(const HbIconKey &key) const;
    49     bool isItemCachableInGpu(const HbIconCacheItem *item)const;
    49     bool isItemCachableInGpu(const HbIconCacheItem *item)const;
    50     bool isItemCachableInCpu(const HbIconCacheItem *item)const;
    50     bool isItemCachableInCpu(const HbIconCacheItem *item)const;
    51     void memoryGood();
    51     void memoryGood();
    52     void freeGpuRam(int bytes);
    52     void freeGpuRam(int bytes, bool useSwRendering);
    53     void freeUnusedGpuResources();
    53     void freeUnusedGpuResources();
    54     QVector<const HbIconKey *> getKeys(const QString &filename) const;
    54     QVector<const HbIconKey *> getKeys(const QString &filename) const;
    55 
    55 
    56 //Debug Code for Test Purpose
    56 //Debug Code for Test Purpose
    57 #ifdef HB_ICON_CACHE_DEBUG
    57 #ifdef HB_ICON_CACHE_DEBUG