Searched refs:ROTATE_AUTO (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_path_animation_test.cpp | 123 pathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO); 124 EXPECT_FALSE(RotationMode::ROTATE_AUTO == pathAnimation->GetRotationMode()); 149 pathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO); 157 EXPECT_EQ(RotationMode::ROTATE_AUTO, pathAnimation->GetRotationMode());
|
H A D | rs_animation_supplement_test.cpp | 400 animation->SetRotationMode(RotationMode::ROTATE_AUTO); 415 animation->SetRotationMode(RotationMode::ROTATE_AUTO); 438 animation2->SetRotationMode(RotationMode::ROTATE_AUTO); 843 animation->SetRotationMode(RotationMode::ROTATE_AUTO); 854 animation->SetRotationMode(RotationMode::ROTATE_AUTO); 1078 option.SetRotationMode(RotationMode::ROTATE_AUTO);
|
H A D | rs_animation_test_utils.h | 73 RotationMode::ROTATE_AUTO,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_animation_common.h | 32 ROTATE_AUTO, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | native_curve_helper.cpp | 65 option.GetRotate() ? Rosen::RotationMode::ROTATE_AUTO : Rosen::RotationMode::ROTATE_NONE); in ToNativeMotionPathOption()
|
/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); 386 renderPathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO); 447 renderPathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 346 RotationMode testRotationModeData[] = {RotationMode::ROTATE_NONE, RotationMode::ROTATE_AUTO, 378 RotationMode testRotationModeData[] = {RotationMode::ROTATE_NONE, RotationMode::ROTATE_AUTO, 422 RotationMode testRotationModeData[] = {RotationMode::ROTATE_NONE, 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 | 414 animation.SetRotationMode(RotationMode::ROTATE_AUTO); in HWTEST_F() 416 EXPECT_EQ(animation.GetRotationMode(), RotationMode::ROTATE_AUTO); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_path_animation.cpp | 289 case RotationMode::ROTATE_AUTO: in SetRotationValue()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_path_animation.cpp | 207 case RotationMode::ROTATE_AUTO: in OnUpdateStagingValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 5129 … motionPath.GetRotate() ? Rosen::RotationMode::ROTATE_AUTO : Rosen::RotationMode::ROTATE_NONE);
|