Home
last modified time | relevance | path

Searched refs:SetParentSurfaceMatrix (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp448 RSRenderParams::SetParentSurfaceMatrix(curCanvas_->GetTotalMatrix()); in OnDraw()
494 RSRenderParams::SetParentSurfaceMatrix(parentSurfaceMatrix); in OnDraw()
749 RSRenderParams::SetParentSurfaceMatrix(canvas.GetTotalMatrix()); in CaptureSurface()
753 RSRenderParams::SetParentSurfaceMatrix(parentSurfaceMatrix); in CaptureSurface()
H A Drs_ui_first_surface_render_node_drawable.cpp464 RSRenderParams::SetParentSurfaceMatrix(IDENTITY_MATRIX); in SubDraw()
467 RSRenderParams::SetParentSurfaceMatrix(parentSurfaceMatrix); in SubDraw()
H A Drs_display_render_node_drawable.cpp1026 RSRenderParams::SetParentSurfaceMatrix(curCanvas_->GetTotalMatrix()); in DrawMirror()
1183 RSRenderParams::SetParentSurfaceMatrix(curCanvas_->GetTotalMatrix()); in DrawWiredMirrorOnDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h253 static void SetParentSurfaceMatrix(const Drawing::Matrix& parentSurfaceMatrix);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp531 void RSRenderParams::SetParentSurfaceMatrix(const Drawing::Matrix& parentSurfaceMatrix) in SetParentSurfaceMatrix() function in OHOS::Rosen::RSRenderParams