Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h338 float GetAbsRotation() const in GetAbsRotation() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h783 float GetAbsRotation() const in GetAbsRotation() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1303 int degree = static_cast<int>(node.GetAbsRotation()) % 360; in GetRotateTransformForRotationFixed()
1523 … : TransferToAntiClockwiseDegrees(static_cast<int>(node.GetAbsRotation()) % 360); in GetLayerTransform()
H A Drs_base_render_util.cpp1323 int degree = static_cast<int>(nodeParams->GetAbsRotation()) % 360; in DealWithSurfaceRotationAndGravity()
H A Drs_uni_render_visitor.cpp1624 … hwcNode->SetAbsRotation(hwcNode->GetAbsRotation() + parent->GetRenderProperties().GetRotation()); in UpdateHwcNodeProperty()