Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable_autocache.cpp245 auto totalMatrix = canvas.GetTotalMatrix(); in AfterDrawCache() local
/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()
H A Drs_surface_render_params.h415 void SetTotalMatrix(const Drawing::Matrix& totalMatrix) override in SetTotalMatrix()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp716 auto totalMatrix = node.GetTotalMatrix(); in BuildComposeInfo() local
770 auto totalMatrix = params->GetTotalMatrix(); in BuildComposeInfo() local
H A Drs_uifirst_manager.cpp1295 Drawing::Matrix totalMatrix; in UpdateUIFirstNodeUseDma() local
H A Drs_uni_render_visitor.cpp1544 Drawing::Matrix totalMatrix = hwcNodeGeo->GetMatrix(); in UpdateHwcNodeProperty() local
1639 auto totalMatrix = hwcNode->GetTotalMatrix(); in UpdateHwcNodeEnableByRotateAndAlpha() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2417 void RSSurfaceRenderNode::SetTotalMatrix(const Drawing::Matrix& totalMatrix) in SetTotalMatrix()