Home
last modified time | relevance | path

Searched defs:imageCache (Results 1 – 24 of 24) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
Drs_image_cache_test.cpp73 RSImageCache& imageCache = RSImageCache::Instance(); variable
85 RSImageCache& imageCache = RSImageCache::Instance(); variable
100 RSImageCache& imageCache = RSImageCache::Instance(); variable
116 RSImageCache& imageCache = RSImageCache::Instance(); variable
132 RSImageCache& imageCache = RSImageCache::Instance(); variable
148 RSImageCache& imageCache = RSImageCache::Instance(); variable
164 RSImageCache& imageCache = RSImageCache::Instance(); variable
180 RSImageCache& imageCache = RSImageCache::Instance(); variable
198 RSImageCache& imageCache = RSImageCache::Instance(); variable
216 RSImageCache& imageCache = RSImageCache::Instance(); variable
[all …]
Drs_hps_blur_test.cpp100 auto imageCache = std::make_shared<Drawing::Image>(); variable
121 auto imageCache = std::make_shared<Drawing::Image>(); variable
142 auto imageCache = std::make_shared<Drawing::Image>(); variable
163 auto imageCache = std::make_shared<Drawing::Image>(); variable
184 auto imageCache = std::make_shared<Drawing::Image>(); variable
205 auto imageCache = std::make_shared<Drawing::Image>(); variable
226 auto imageCache = std::make_shared<Drawing::Image>(); variable
247 auto imageCache = std::make_shared<Drawing::Image>(); variable
268 auto imageCache = std::make_shared<Drawing::Image>(); variable
289 auto imageCache = std::make_shared<Drawing::Image>(); variable
[all …]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/feature/gpuComposition/
Drs_vk_image_manager_test.cpp112 auto imageCache = vkImageManager_->MapVkImageFromSurfaceBuffer( variable
145 auto imageCache = vkImageManager_->MapVkImageFromSurfaceBuffer( variable
180 auto imageCache = vkImageManager_->MapVkImageFromSurfaceBuffer( variable
187 auto imageCache = vkImageManager_->MapVkImageFromSurfaceBuffer( variable
Drs_egl_image_manager_test.cpp207 auto imageCache = EglImageResource::Create( variable
224 auto imageCache = EglImageResource::Create( variable
/foundation/arkui/ace_engine/interfaces/ets/ani/imagecache/src/
Dimagecache.cpp43 auto imageCache = pipelineContext->GetImageCache(); in setImageCacheCount() local
71 auto imageCache = pipelineContext->GetImageCache(); in setImageRawDataCacheSize() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/feature/gpuComposition/
Drs_vk_image_manager.cpp165 auto imageCache = VkImageResource::Create(buffer); in CreateImageCacheFromBuffer() local
184 auto imageCache = VkImageResource::Create(buffer); in NewImageCacheFromBuffer() local
266 auto imageCache = MapVkImageFromSurfaceBuffer(buffer, in CreateImageFromBuffer() local
310 auto imageCache = CreateImageCacheFromBuffer(buffer, acquireFence); in GetIntersectImage() local
Drs_egl_image_manager.cpp228 auto imageCache = std::make_unique<EglImageResource>( in Create() local
248 auto imageCache = EglImageResource::Create(eglDisplay_, EGL_NO_CONTEXT, buffer); in CreateEglImageCacheFromBuffer() local
280 const auto& imageCache = imageCacheSeqs_[bufferId]; in MapEglImageFromSurfaceBuffer() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
Djsi_app_module.cpp104 auto imageCache = pipelineContext->GetImageCache(); in AppSetImageCacheCount() local
143 auto imageCache = pipelineContext->GetImageCache(); in AppSetImageRawDataCacheSize() local
/foundation/graphic/graphics_effect/src/
Dge_hps_effect_filter.cpp370 …ctFilter::DrawImageWithHps(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& imageCa… in DrawImageWithHps()
452 auto imageCache = offscreenSurface->GetImageSnapshot(); in ApplyHpsSmallCanvas() local
501 auto imageCache = offscreenSurface->GetImageSnapshot(); in ApplyHpsEffect() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_hps_blur.cpp131 auto imageCache = offscreenSurface->GetImageSnapshot(); in ApplyHpsBlur() local
Drs_image_base.cpp698 std::shared_ptr<Drawing::Image> imageCache = nullptr; in BindPixelMapToDrawingImage() local
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_object.cpp142 auto imageCache = pipelineContext->GetImageCache(); in UploadToGpuForRender() local
Dimage_provider.cpp200 auto imageCache = pipelineContext->GetImageCache(); in QueryImageObjectFromCache() local
223 auto imageCache = context->GetImageCache(); in LoadImageRawData() local
Dimage_loader.cpp168 auto imageCache = pipelineCtx->GetImageCache(); in QueryImageDataFromImageCache() local
181 auto imageCache = pipelineCtx->GetImageCache(); in CacheImageData() local
/foundation/arkui/ace_engine/test/unittest/core/image/
Dimage_cache_test.cpp56 RefPtr<ImageCache> imageCache = ImageCache::Create(); member in OHOS::Ace::ImageCacheTest
/foundation/arkui/ace_engine/frameworks/core/components/image/
Drosen_render_image.cpp253 auto imageCache = context->GetImageCache(); in CacheImageObject() local
520 auto imageCache = context->GetImageCache(); local
532 auto imageCache = context->GetImageCache(); local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
Dgauge_model_ng.cpp316 auto imageCache = pipelineContext->GetImageCache(); in HandleIndicatorIconResource() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_provider.cpp120 auto imageCache = pipelineCtx->GetImageCache(); in QueryImageObjectFromCache() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
Dwindow_pattern.cpp772 auto imageCache = pipelineContext->GetImageCache(); in ClearImageCache() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties_painter.cpp752 auto imageCache = offscreenSurface->GetImageSnapshot(); in DrawBackgroundEffect() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_base.cpp253 void PipelineBase::SetImageCache(const RefPtr<ImageCache>& imageCache) in SetImageCache()
/foundation/arkui/ace_engine/component_ext/movingphoto/
Dmovingphoto_pattern.cpp1788 auto imageCache = pipeline->GetImageCache(); in RefreshMovingPhoto() local
1855 auto imageCache = pipeline->GetImageCache(); in NotifyTransition() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_draw_cmd.cpp328 std::shared_ptr<Drawing::Image> imageCache = nullptr; in GetRsImageCache() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
Drs_property_drawable_utils.cpp502 auto imageCache = offscreenSurface->GetImageSnapshot(); in DrawBackgroundEffect() local