Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp205 auto cacheImage = std::make_shared<Drawing::Image>(); in GetCompletedImage() local
228 auto cacheImage = GetCompletedImage(canvas, threadIndex, isUIFirst); in DrawCacheSurface() local
H A Drs_display_render_node_drawable.cpp1044 auto cacheImage = mirrorDrawable.GetCacheImgForCapture(); in DrawMirrorCopy() local
1149 auto cacheImage = mirroredDrawable.GetCacheImgForCapture(); in DrawWiredMirrorCopy() local
H A Drs_render_node_drawable.cpp643 auto cacheImage = GetCachedImage(canvas); in DrawCachedImage() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.cpp160 auto cacheImage = cache->GetCacheImage(key); in QueryFromCache() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testfour_ng.cpp532 ImagePattern::CacheImageStruct cacheImage; variable
/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() local
H A Dcustom_paint_paint_method.cpp301 auto cacheImage = imageCache_->GetCacheImage(src); in GetImage() local
/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() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp628 for (auto& cacheImage : cacheImages_) { in OnDirtyLayoutWrapperSwap() local
1819 for (auto& cacheImage : cacheImages_) { in SetShowingIndex() local
1858 void ImagePattern::UpdateCacheImageInfo(CacheImageStruct& cacheImage, int32_t index) in UpdateCacheImageInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp3032 auto cacheImage = imageCache_->GetCacheImage(src); local
3058 auto cacheImage = imageCache_->GetCacheImage(src); local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2962 auto cacheImage = GetCompletedImage(canvas, threadIndex, isUIFirst); in DrawCacheSurface() local
3066 auto cacheImage = std::make_shared<Drawing::Image>(); in GetCompletedImage() local