Searched refs:imgObj (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_cache.cpp | 64 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 D | image_cache.h | 57 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 D | mock_image_cache.cpp | 27 void ImageCache::CacheImgObjNG(const std::string& key, const RefPtr<NG::ImageObject>& imgObj) {} in CacheImgObjNG() argument
|