Home
last modified time | relevance | path

Searched refs:imgObj (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_cache.cpp64 void ImageCache::CacheImgObjNG(const std::string& key, const RefPtr<NG::ImageObject>& imgObj) in CacheImgObjNG() argument
71 key, imgObj, cacheImgObjListNG_, imgObjCacheNG_, imgObjCapacity_); in CacheImgObjNG()
81 void ImageCache::CacheImgObj(const std::string& key, const RefPtr<ImageObject>& imgObj) in CacheImgObj() argument
88 key, imgObj, cacheImgObjList_, imgObjCache_, imgObjCapacity_); in CacheImgObj()
H A Dimage_cache.h57 void CacheImgObjNG(const std::string& key, const RefPtr<NG::ImageObject>& imgObj);
59 void CacheImgObj(const std::string& key, const RefPtr<ImageObject>& imgObj);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_cache.cpp27 void ImageCache::CacheImgObjNG(const std::string& key, const RefPtr<NG::ImageObject>& imgObj) {} in CacheImgObjNG() argument