Home
last modified time | relevance | path

Searched refs:SetRotationY (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_node_demo.cpp100 nodes[0]->SetRotationY(0); in main()
101 nodes[1]->SetRotationY(0); in main()
110 nodes[0]->SetRotationY(360.f); in main()
111 nodes[1]->SetRotationY(360.f); in main()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_obj_abs_geometry_test.cpp72 rsObjAbsGeometry.SetRotationY(rotationY);
167 rsObjAbsGeometry.SetRotationY(rotationY);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_obj_geometry.h187 void SetRotationY(float rotationY) in SetRotationY() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H A Drsnode_fuzzer.cpp133 surfaceNode->SetRotationY(GetData<float>()); in RSNodeFuzzTestInner01()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp198 geometry->SetRotationY(value); in Apply()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H A Drsproperty_fuzzer.cpp174 properties.SetRotationY(degree); in RSPropertiesFuzzTestInner02()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_showing_properties_freezer_test.cpp138 canvasNode->SetRotationY(SHOWING_FLOAT_NUM);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddisplay_zoom_controller.cpp350 surfaceNode->SetRotationY(trans.rotationY_); in TransformSurfaceNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_node_test.cpp869 canvasNode->SetRotationY(floatData[1]);
881 canvasNode->SetRotationY(floatData[2]);
893 canvasNode->SetRotationY(floatData[3]);
905 canvasNode->SetRotationY(floatData[4]);
917 canvasNode->SetRotationY(floatData[0]);
H A Drs_node_test.cpp923 rsNode->SetRotationY(floatData[1]);
935 rsNode->SetRotationY(floatData[2]);
947 rsNode->SetRotationY(floatData[3]);
959 rsNode->SetRotationY(floatData[4]);
971 rsNode->SetRotationY(floatData[0]);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h125 void SetRotationY(float degree);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h222 void SetRotationY(float degree);
H A Drs_node.cpp846 SetRotationY(degreeY); in SetRotation()
855 void RSNode::SetRotationY(float degree) in SetRotationY() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp704 node_->GetMutableRenderProperties().SetRotationY(90.0f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp339 properties.SetRotationY(2.f);
1015 properties.SetRotationY(1.0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp85 [](RSProperties* prop) { prop->SetRotationY(0.f); }, // ROTATION_Y in __anonf204f7ba0902()
661 void RSProperties::SetRotationY(float degree) in SetRotationY() function in OHOS::Rosen::RSProperties
663 boundsGeo_->SetRotationY(degree); in SetRotationY()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3795 surfaceNode_->SetRotationY(trans.rotationY_); in TransformSurfaceNode()
H A Dwindow_scene_session_impl.cpp3359 surfaceNode_->SetRotationY(trans.rotationY_); in TransformSurfaceNode()