Home
last modified time | relevance | path

Searched defs:totalMatrix (Results 1 – 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
Drs_render_node_drawable_autocache.cpp245 auto totalMatrix = canvas.GetTotalMatrix(); in AfterDrawCache() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
Drs_render_params.h300 virtual void SetTotalMatrix(const Drawing::Matrix& totalMatrix) {} in SetTotalMatrix()
Drs_surface_render_params.h421 void SetTotalMatrix(const Drawing::Matrix& totalMatrix) override in SetTotalMatrix()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
Drs_display_render_node.h347 void SetSurfaceTotalMatrix(NodeId id, const Drawing::Matrix& totalMatrix) in SetSurfaceTotalMatrix()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_composer_adapter.cpp737 auto totalMatrix = node.GetTotalMatrix(); in BuildComposeInfo() local
791 auto totalMatrix = params->GetTotalMatrix(); in BuildComposeInfo() local
Drs_uifirst_manager.cpp1275 Drawing::Matrix totalMatrix; in UpdateUIFirstNodeUseDma() local
Drs_uni_render_visitor.cpp2281 Drawing::Matrix totalMatrix = hwcNodeGeo->GetMatrix(); in UpdateHwcNodeProperty() local
2372 auto totalMatrix = hwcNode->GetTotalMatrix(); in UpdateHwcNodeEnableByRotateAndAlpha() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_surface_render_node.cpp2351 void RSSurfaceRenderNode::SetTotalMatrix(const Drawing::Matrix& totalMatrix) in SetTotalMatrix()