Home
last modified time | relevance | path

Searched refs:cacheImgObjList_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_cache.cpp88 key, imgObj, cacheImgObjList_, imgObjCache_, imgObjCapacity_); in CacheImgObj()
94 …return CountLimitLRU::GetCacheObjWithCountLimitLRU<RefPtr<ImageObject>>(key, cacheImgObjList_, img… in GetCacheImgObj()
241 cacheImgObjList_.clear(); in Clear()
H A Dimage_cache.h111 std::list<CacheNode<RefPtr<ImageObject>>> cacheImgObjList_; variable