Home
last modified time | relevance | path

Searched refs:GetCacheImgObj (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_cache.h60 RefPtr<ImageObject> GetCacheImgObj(const std::string& key);
H A Dimage_cache.cpp91 RefPtr<ImageObject> ImageCache::GetCacheImgObj(const std::string& key) in GetCacheImgObj() function in OHOS::Ace::ImageCache
H A Dimage_provider.cpp219 return imageCache->GetCacheImgObj(imageInfo.ToString()); in QueryImageObjectFromCache()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp536 return imageCache->GetCacheImgObj(sourceInfo_.GetKey());