Home
last modified time | relevance | path

Searched refs:SetAbsRotation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h333 void SetAbsRotation(float degree) in SetAbsRotation() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h778 void SetAbsRotation(float degree) in SetAbsRotation() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp1547 hwcNode->SetAbsRotation(hwcNode->GetRenderProperties().GetRotation()); in UpdateHwcNodeProperty()
1624 … hwcNode->SetAbsRotation(hwcNode->GetAbsRotation() + parent->GetRenderProperties().GetRotation()); in UpdateHwcNodeProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4094 stagingRenderParams_->SetAbsRotation(absRotation_); in UpdateRenderParams()