/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_path_animation_test.cpp | 136 renderPathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO); 157 renderPathAnimation->SetRotationMode((RotationMode)errorRotationMode); 386 renderPathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO); 388 renderPathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO_REVERSE); 416 renderPathAnimation->SetRotationMode(RotationMode::ROTATE_NONE); 418 renderPathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO_REVERSE); 420 renderPathAnimation->SetRotationMode((RotationMode)errorRotationMode); 447 renderPathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_render_path_animation_test.cpp | 107 rsRenderPathAnimation.SetRotationMode(rotationMode); in HWTEST_F() 414 animation.SetRotationMode(RotationMode::ROTATE_AUTO); in HWTEST_F() 418 animation.SetRotationMode(RotationMode::ROTATE_AUTO_REVERSE); in HWTEST_F() 422 animation.SetRotationMode(RotationMode::ROTATE_NONE); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_motion_path_option.h | 58 void SetRotationMode(const RotationMode& rotationMode) in SetRotationMode() function
|
H A D | rs_path_animation.h | 46 void SetRotationMode(const RotationMode& rotationMode);
|
H A D | rs_path_animation.cpp | 56 void RSPathAnimation::SetRotationMode(const RotationMode& rotationMode) in SetRotationMode() function in OHOS::Rosen::RSPathAnimation 152 animation->SetRotationMode(GetRotationMode()); in OnStart()
|
H A D | rs_implicit_animation_param.cpp | 235 pathAnimation->SetRotationMode(motionPathOption_->GetRotationMode()); in CreateAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_supplement_test.cpp | 400 animation->SetRotationMode(RotationMode::ROTATE_AUTO); 415 animation->SetRotationMode(RotationMode::ROTATE_AUTO); 436 animation2->SetRotationMode(RotationMode::ROTATE_NONE); 438 animation2->SetRotationMode(RotationMode::ROTATE_AUTO); 440 animation2->SetRotationMode(RotationMode::ROTATE_AUTO_REVERSE); 843 animation->SetRotationMode(RotationMode::ROTATE_AUTO); 854 animation->SetRotationMode(RotationMode::ROTATE_AUTO); 1078 option.SetRotationMode(RotationMode::ROTATE_AUTO);
|
H A D | rs_path_animation_test.cpp | 123 pathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO); 149 pathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO); 182 pathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO_REVERSE);
|
H A D | rs_motion_path_option_test.cpp | 117 motionPathOption->SetRotationMode(RotationMode::ROTATE_NONE);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_path_animation.cpp | 50 void RSRenderPathAnimation::SetRotationMode(const RotationMode& rotationMode) in SetRotationMode() function in OHOS::Rosen::RSRenderPathAnimation 184 SetRotationMode(static_cast<RotationMode>(rotationMode)); in ParseParam()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | native_curve_helper.cpp | 64 motionOption.SetRotationMode( in ToNativeMotionPathOption()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_path_animation.h | 44 void SetRotationMode(const RotationMode& rotationMode);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 349 option->SetRotationMode(data); 381 animation->SetRotationMode(data); 425 animation->SetRotationMode(data);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 215 secondPathAnimation->SetRotationMode(rotationMode); in RsPathAnimationFuzzTest() 255 motionPathOption->SetRotationMode(rotationMode); in RsMotionPathOptionFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_path_animation_test.cpp | 111 rsPathAnimation.SetRotationMode(rotationMode); in HWTEST_F()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 5128 motionOption.SetRotationMode(
|