Home
last modified time | relevance | path

Searched defs:cacheImage (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
Dimage_animator_pattern.cpp119 for (auto& cacheImage : cacheImages_) { in SetShowingIndex() local
157 void ImageAnimatorPattern::UpdateCacheImageInfo(CacheImageStruct& cacheImage, int32_t index) in UpdateCacheImageInfo()
264 for (auto& cacheImage : cacheImages_) { in OnDirtyLayoutWrapperSwap() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
Drs_ui_first_surface_render_node_drawable.cpp314 auto cacheImage = std::make_shared<Drawing::Image>(); in GetCompletedImage() local
337 auto cacheImage = GetCompletedImage(canvas, threadIndex, isUIFirst); in DrawCacheSurface() local
Drs_display_render_node_drawable.cpp999 std::shared_ptr<Drawing::Image> cacheImage = mirroredDrawable->GetCacheImgForCapture(); in DrawMirror() local
1032 auto cacheImage = mirrorDrawable.GetCacheImgForCapture(); in DrawMirrorCopy() local
1119 auto cacheImage = mirroredDrawable->GetCacheImgForCapture(); in WiredScreenProjection() local
Drs_render_node_drawable.cpp599 auto cacheImage = GetCachedImage(canvas); in DrawCachedImage() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dskia_image.cpp160 auto cacheImage = cache->GetCacheImage(key); in QueryFromCache() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
Dimage_testfour_ng.cpp532 ImagePattern::CacheImageStruct cacheImage; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_image.cpp226 auto cacheImage = cache->GetCacheImage(key); in QueryFromCache() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
Dcanvas_paint_method.cpp208 auto cacheImage = imageCache_->GetCacheImage(src); in CloseImageBitmap() local
Dcustom_paint_paint_method.cpp301 auto cacheImage = imageCache_->GetCacheImage(src); in GetImage() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
Dimage_pattern.cpp561 for (auto& cacheImage : cacheImages_) { in OnDirtyLayoutWrapperSwap() local
1747 for (auto& cacheImage : cacheImages_) { in SetShowingIndex() local
1786 void ImagePattern::UpdateCacheImageInfo(CacheImageStruct& cacheImage, int32_t index) in UpdateCacheImageInfo()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
Drosen_render_custom_paint.cpp3032 auto cacheImage = imageCache_->GetCacheImage(src); local
3058 auto cacheImage = imageCache_->GetCacheImage(src); local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_render_node.cpp2914 auto cacheImage = GetCompletedImage(canvas, threadIndex, isUIFirst); in DrawCacheSurface() local
3018 auto cacheImage = std::make_shared<Drawing::Image>(); in GetCompletedImage() local