Home
last modified time | relevance | path

Searched refs:GetImageCache (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.cpp146 auto cache = pipelineCtx->GetImageCache(); in Cache()
151 pipelineCtx->GetImageCache()->CacheImage(key, cached); in Cache()
158 auto cache = pipelineCtx->GetImageCache(); in QueryFromCache()
H A Danimated_image.cpp282 auto cache = ctx->GetImageCache(); in CacheFrame()
364 auto cache = ctx->GetImageCache(); in CacheFrame()
H A Dpixelmap_image.cpp413 auto cache = pipeline->GetImageCache(); in Cache()
422 auto cache = pipeline->GetImageCache(); in QueryFromCache()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_provider.cpp47 auto cache = pipelineCtx->GetImageCache(); in CacheImageObject()
96 auto cache = pipeline->GetImageCache(); in QueryThumbnailCache()
115 auto imageCache = pipelineCtx->GetImageCache(); in QueryImageObjectFromCache()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_app_module.cpp104 auto imageCache = pipelineContext->GetImageCache(); in AppSetImageCacheCount()
143 auto imageCache = pipelineContext->GetImageCache(); in AppSetImageRawDataCacheSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.cpp212 auto cache = pipelineCtx->GetImageCache(); in Cache()
217 pipelineCtx->GetImageCache()->CacheImage(key, cached); in Cache()
224 auto cache = pipelineCtx->GetImageCache(); in QueryFromCache()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_loader.cpp202 auto imageCache = pipelineCtx->GetImageCache(); in QueryImageDataFromImageCache()
215 auto imageCache = pipelineCtx->GetImageCache(); in CacheImageData()
743 auto cache = pipeline->GetImageCache(); in LoadDecodedImageData()
864 auto cache = pipeline->GetImageCache(); in LoadDecodedImageData()
H A Dimage_object.cpp198 auto imageCache = pipelineContext->GetImageCache();
H A Dimage_provider.cpp215 auto imageCache = pipelineContext->GetImageCache(); in QueryImageObjectFromCache()
242 auto imageCache = context->GetImageCache(); in LoadImageRawData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp253 auto imageCache = context->GetImageCache(); in CacheImageObject()
520 auto imageCache = context->GetImageCache();
532 auto imageCache = context->GetImageCache();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp539 auto imageCache = pipelineContext->GetImageCache(); in ClearImageCache()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp750 RefPtr<ImageCache> PipelineBase::GetImageCache() const in GetImageCache() function in OHOS::Ace::PipelineBase
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp213 RefPtr<ImageCache> PipelineBase::GetImageCache() const in GetImageCache() function in OHOS::Ace::PipelineBase
H A Dpipeline_base.h602 RefPtr<ImageCache> GetImageCache() const;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2868 auto cache = pipelineContext_->GetImageCache(); in UpdateResource()