Home
last modified time | relevance | path

Searched refs:SetTotalMatrix (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_divided_render_util_test.cpp58 node->SetTotalMatrix(matrix);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h320 virtual void SetTotalMatrix(const Drawing::Matrix& totalMatrix) {} in SetTotalMatrix() function
H A Drs_surface_render_params.h415 void SetTotalMatrix(const Drawing::Matrix& totalMatrix) override in SetTotalMatrix() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp263 SetTotalMatrix(canvas.GetTotalMatrix()); in PrepareRenderBeforeChildren()
622 SetTotalMatrix(canvas.GetTotalMatrix()); in ProcessAnimatePropertyBeforeChildren()
2417 void RSSurfaceRenderNode::SetTotalMatrix(const Drawing::Matrix& totalMatrix) in SetTotalMatrix() function in OHOS::Rosen::RSSurfaceRenderNode
2420 stagingRenderParams_->SetTotalMatrix(totalMatrix); in SetTotalMatrix()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h438 void SetTotalMatrix(const Drawing::Matrix& totalMatrix);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1299 node.SetTotalMatrix(totalMatrix); in UpdateUIFirstNodeUseDma()
H A Drs_uni_render_visitor.cpp1631 hwcNode->SetTotalMatrix(totalMatrix); in UpdateHwcNodeProperty()
2654 hwcNodePtr->SetTotalMatrix(matrix); in UpdateHwcNodeRectInSkippedSubTree()