Home
last modified time | relevance | path

Searched refs:GetCacheImage (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_cache_test.cpp87 imageCache->GetCacheImage(FILE_KEYS[2]);
95 auto image = imageCache->GetCacheImage("key8");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_cache.h51 std::shared_ptr<CachedImage> GetCacheImage(const std::string& key);
H A Dimage_cache.cpp58 std::shared_ptr<CachedImage> ImageCache::GetCacheImage(const std::string& key) in GetCacheImage() function in OHOS::Ace::ImageCache
H A Dimage_object.cpp200 auto cachedImage = imageCache->GetCacheImage(key);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.cpp160 auto cacheImage = cache->GetCacheImage(key); in QueryFromCache()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.cpp226 auto cacheImage = cache->GetCacheImage(key); in QueryFromCache()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.cpp208 auto cacheImage = imageCache_->GetCacheImage(src); in CloseImageBitmap()
H A Dcustom_paint_paint_method.cpp301 auto cacheImage = imageCache_->GetCacheImage(src); in GetImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp3032 auto cacheImage = imageCache_->GetCacheImage(src);
3058 auto cacheImage = imageCache_->GetCacheImage(src);