Home
last modified time | relevance | path

Searched refs:SetInFixedRotation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp485 renderNode->SetInFixedRotation(false);
489 renderNode->SetInFixedRotation(false);
492 renderNode->SetInFixedRotation(false);
494 renderNode->SetInFixedRotation(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_surface_render_params.cpp226 void RSSurfaceRenderParams::SetInFixedRotation(bool flag) in SetInFixedRotation() function in OHOS::Rosen::RSSurfaceRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h338 void SetInFixedRotation(bool flag);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h151 void SetInFixedRotation(bool isRotating);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp786 void RSSurfaceRenderNode::SetInFixedRotation(bool isRotating) in SetInFixedRotation() function in OHOS::Rosen::RSSurfaceRenderNode
1553 surfaceParams->SetInFixedRotation(isInFixedRotation_); in UpdateHwcNodeLayerInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp1331 node.SetInFixedRotation(displayNodeRotationChanged_ || isScreenRotationAnimating_); in UpdateHwcNodeInfoForAppNode()
1402 node.SetInFixedRotation(displayNodeRotationChanged_ || isScreenRotationAnimating_); in UpdateHwcNodeByTransform()