Home
last modified time | relevance | path

Searched defs:offscreenSurface (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_hps_blur.cpp53 …std::shared_ptr<Drawing::Surface> offscreenSurface = surface->MakeSurface(dimension[0], dimension[… in ApplyHpsBlur() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_effect_render_node_drawable.cpp102 … auto offscreenSurface = surface->MakeSurface(currentRect.GetWidth(), currentRect.GetHeight()); in GenerateEffectDataOnDemand() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_filter_cache_manager.cpp248 … auto offscreenSurface = surface->MakeSurface(offscreenRect.GetWidth(), offscreenRect.GetHeight()); in GenerateFilteredSnapshot() local
H A Drs_properties_painter.cpp712 auto offscreenSurface = surface->MakeSurface(canvas.GetWidth(), canvas.GetHeight()); in DrawBackgroundImageAsEffect() local
777 std::shared_ptr<Drawing::Surface> offscreenSurface = in DrawBackgroundEffect() local
H A Drs_property_drawable_bounds_geometry.cpp754 …std::shared_ptr<Drawing::Surface> offscreenSurface = surface->MakeSurface(bounds.width_, bounds.he… in Draw() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_adapter_test.cpp274 std::shared_ptr<Drawing::Surface> offscreenSurface = std::make_shared<Drawing::Surface>(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp375 …std::shared_ptr<Drawing::Surface> offscreenSurface = surface->MakeSurface(bounds.width_, bounds.he… in BeginForegroundFilter() local
475 std::shared_ptr<Drawing::Surface> offscreenSurface = in DrawBackgroundEffect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp1394 std::shared_ptr<Surface> offscreenSurface = Surface::MakeRaster(offscreenInfo); in GenerateCachedOpItem() local
1446 std::shared_ptr<Surface> offscreenSurface = nullptr; in GenerateCachedOpItem() local
1506 std::shared_ptr<Surface> offscreenSurface = nullptr; in GenerateCachedOpItem() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp907 void RSPaintFilterCanvas::ReplaceMainScreenData(std::shared_ptr<Drawing::Surface>& offscreenSurface, in ReplaceMainScreenData()