/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_node_demo.cpp | 100 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 D | rs_obj_abs_geometry_test.cpp | 72 rsObjAbsGeometry.SetRotationY(rotationY); 167 rsObjAbsGeometry.SetRotationY(rotationY);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_obj_geometry.h | 187 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 D | rsnode_fuzzer.cpp | 133 surfaceNode->SetRotationY(GetData<float>()); in RSNodeFuzzTestInner01()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property_modifier.cpp | 198 geometry->SetRotationY(value); in Apply()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/ |
H A D | rsproperty_fuzzer.cpp | 174 properties.SetRotationY(degree); in RSPropertiesFuzzTestInner02()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_showing_properties_freezer_test.cpp | 138 canvasNode->SetRotationY(SHOWING_FLOAT_NUM);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | display_zoom_controller.cpp | 350 surfaceNode->SetRotationY(trans.rotationY_); in TransformSurfaceNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_canvas_node_test.cpp | 869 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 D | rs_node_test.cpp | 923 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 D | rs_properties.h | 125 void SetRotationY(float degree);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 222 void SetRotationY(float degree);
|
H A D | rs_node.cpp | 846 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 D | rs_base_render_util_test.cpp | 704 node_->GetMutableRenderProperties().SetRotationY(90.0f);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 339 properties.SetRotationY(2.f); 1015 properties.SetRotationY(1.0);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 85 [](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 D | window_impl.cpp | 3795 surfaceNode_->SetRotationY(trans.rotationY_); in TransformSurfaceNode()
|
H A D | window_scene_session_impl.cpp | 3359 surfaceNode_->SetRotationY(trans.rotationY_); in TransformSurfaceNode()
|