Home
last modified time | relevance | path

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 Drs_path_animation_test.cpp123 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 Drs_animation_supplement_test.cpp400 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 Drs_animation_test_utils.h73 RotationMode::ROTATE_AUTO,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_common.h32 ROTATE_AUTO, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dnative_curve_helper.cpp65 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 Drs_render_path_animation_test.cpp136 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 Drs_animation_test.cpp346 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 Drs_render_path_animation_test.cpp414 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 Drs_render_path_animation.cpp289 case RotationMode::ROTATE_AUTO: in SetRotationValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp207 case RotationMode::ROTATE_AUTO: in OnUpdateStagingValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5129 … motionPath.GetRotate() ? Rosen::RotationMode::ROTATE_AUTO : Rosen::RotationMode::ROTATE_NONE);