Home
last modified time | relevance | path

Searched refs:GetImageSnapshot (Results 1 - 25 of 41) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp94 std::shared_ptr<Image> Surface::GetImageSnapshot() const in GetImageSnapshot() function in OHOS::Rosen::Drawing::Surface
96 return impl_->GetImageSnapshot(); in GetImageSnapshot()
104 std::shared_ptr<Image> Surface::GetImageSnapshot(const RectI& bounds) const in GetImageSnapshot() function in OHOS::Rosen::Drawing::Surface
106 return impl_->GetImageSnapshot(bounds); in GetImageSnapshot()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dsurface_test.cpp162 auto ret = surface->GetImageSnapshot(); in HWTEST_F()
180 auto ret = surface->GetImageSnapshot(); in HWTEST_F()
195 auto ret = surface->GetImageSnapshot(bounds); in HWTEST_F()
214 auto ret = surface->GetImageSnapshot(bounds); in HWTEST_F()
233 auto ret = surface->GetImageSnapshot(bounds); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dsurface_impl.h57 virtual std::shared_ptr<Image> GetImageSnapshot() const = 0;
58 virtual std::shared_ptr<Image> GetImageSnapshot(const RectI& bounds) const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.h59 std::shared_ptr<Image> GetImageSnapshot() const override;
60 std::shared_ptr<Image> GetImageSnapshot(const RectI& bounds) const override;
H A Dskia_surface.cpp343 std::shared_ptr<Image> SkiaSurface::GetImageSnapshot() const in GetImageSnapshot() function in OHOS::Rosen::Drawing::SkiaSurface
361 std::shared_ptr<Image> SkiaSurface::GetImageSnapshot(const RectI& bounds) const in GetImageSnapshot() function in OHOS::Rosen::Drawing::SkiaSurface
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h137 std::shared_ptr<Image> GetImageSnapshot() const;
148 std::shared_ptr<Image> GetImageSnapshot(const RectI& bounds) const;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp60 auto image = surface->GetImageSnapshot(); in HWTEST_F()
314 * @tc.desc: Test GetImageSnapshot
323 auto snapshot = skiaSurface.GetImageSnapshot(); in HWTEST_F()
329 * @tc.desc: Test GetImageSnapshot
343 auto snapshot = skiaSurface.GetImageSnapshot(rectI); in HWTEST_F()
H A Dskia_image_test.cpp107 auto image = surface->GetImageSnapshot(); in HWTEST_F()
230 auto image = surface->GetImageSnapshot(); in HWTEST_F()
327 auto image = surface->GetImageSnapshot(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp85 auto image = preSurface->GetImageSnapshot(); in ResetSurfaceWithTexture()
168 image_ = surface_->GetImageSnapshot();
388 auto image = surface_->GetImageSnapshot(); in GetPixelmap()
390 RS_LOGE("RSCanvasDrawingRenderNode::GetPixelmap: GetImageSnapshot failed"); in GetPixelmap()
440 auto pixelmapImage = surface->GetImageSnapshot(); in GetPixelmap()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/magic_pointer_render/
H A Drs_magic_pointer_render_manager_test.cpp137 RSMagicPointerRenderManager::GetInstance().SetCacheImgForPointer(surface->GetImageSnapshot()); in HWTEST_F()
183 RSMagicPointerRenderManager::GetInstance().SetCacheImgForPointer(surface->GetImageSnapshot()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp105 surface.GetImageSnapshot(); in SurfaceFuzzTest002()
111 surface.GetImageSnapshot(bounds); in SurfaceFuzzTest002()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_window_cache.cpp76 image_ = windowSurface->GetImageSnapshot(); in DrawAndCacheWindowContent()
H A Drs_surface_capture_task.cpp92 std::shared_ptr<Drawing::Image> img(surface.get()->GetImageSnapshot()); in Run()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_hps_blur.cpp69 auto imageCache = offscreenSurface->GetImageSnapshot(); in ApplyHpsBlur()
H A Drs_foreground_effect_filter.cpp151 return surface->GetImageSnapshot(); in MakeImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_frame_geometry.cpp44 auto imageSnapshot = drSurface->GetImageSnapshot(clipBounds); in Draw()
H A Drs_properties_painter.cpp562 imageSnapshot = surface->GetImageSnapshot(); in DrawForegroundFilter()
684 auto imageSnapshot = surface->GetImageSnapshot(imageClipIBounds); in DrawFilter()
807 auto imageSnapshot = surface->GetImageSnapshot(imageRect); in ProcessAndCacheImage()
827 auto imageCache = offscreenSurface->GetImageSnapshot(); in ProcessAndCacheImage()
1054 auto image = surface->GetImageSnapshot(rectI); in DrawPixelStretchImage()
1580 auto imageSnapshot = spherizeSurface->GetImageSnapshot(); in DrawSpherize()
1694 auto imageSnapshot = surface->GetImageSnapshot(clipBounds); in DrawColorFilter()
1717 auto imageSnapshot = drSurface->GetImageSnapshot(clipBounds); in DrawBinarizationShader()
1794 auto image = surface->GetImageSnapshot(clipBounds); in DrawLightUpEffect()
1959 auto image = surface->GetImageSnapshot(clipBound in DrawDynamicDim()
[all...]
H A Drs_filter_cache_manager.cpp226 auto snapshot = drawingSurface->GetImageSnapshot(snapshotIBounds); in TakeSnapshot()
273 auto filteredSnapshot = offscreenSurface->GetImageSnapshot(); in GenerateFilteredSnapshot()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp120 std::shared_ptr<Drawing::Image> shadowRegionImage = drSurface->GetImageSnapshot(regionBounds); in GetShadowRegionImage()
129 ROSEN_LOGE("RSPropertyDrawableUtils::PickColorSyn GetImageSnapshot Failed"); in PickColorSyn()
349 auto imageSnapshot = surface->GetImageSnapshot(imageClipIBounds); in DrawFilter()
396 imageSnapshot = surface->GetImageSnapshot(); in DrawForegroundFilter()
469 auto imageSnapshot = surface->GetImageSnapshot(imageRect); in DrawBackgroundEffect()
488 auto imageCache = offscreenSurface->GetImageSnapshot(); in DrawBackgroundEffect()
536 auto image = surface->GetImageSnapshot(clipBounds); in DrawLightUpEffect()
569 auto image = surface->GetImageSnapshot(clipBounds); in DrawDynamicDim()
770 auto imageSnapshot = drSurface->GetImageSnapshot(clipBounds); in DrawBinarization()
850 auto image = surface->GetImageSnapshot(rect in DrawPixelStretch()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_windows.cpp108 auto image = frameWindows->surface_->GetImageSnapshot(); in FlushFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_darwin.cpp106 auto image = frameDarwin->surface_->GetImageSnapshot(); in FlushFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.cpp362 image_ = surface_->GetImageSnapshot(); // planning: return image_ in FlushForGL()
387 image_ = surface_->GetImageSnapshot(); in FlushForVK()
426 auto image = surface->GetImageSnapshot(); // planning: adapt multithread in ProcessCPURenderInBackgroundThread()
581 auto pixelmapImage = surface->GetImageSnapshot(); in GetPixelmap()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_gpu_overdraw_canvas_listener.cpp56 auto image = listenedSurface_->GetImageSnapshot(); in Draw()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_marshalling_test.cpp135 return surface->GetImageSnapshot(); in CreateDrawingImage()
H A Drs_ashmem_test.cpp160 return surface->GetImageSnapshot(); in CreateDrawingImage()

Completed in 21 milliseconds

12