/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_render_path_animation_test.cpp | 125 rotation = rsRenderPathAnimation.GetRotationMode(); in HWTEST_F() 416 EXPECT_EQ(animation.GetRotationMode(), RotationMode::ROTATE_AUTO); in HWTEST_F() 420 EXPECT_EQ(animation.GetRotationMode(), RotationMode::ROTATE_AUTO_REVERSE); in HWTEST_F() 424 EXPECT_EQ(animation.GetRotationMode(), 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 | 63 RotationMode GetRotationMode() const in GetRotationMode() function
|
H A D | rs_path_animation.h | 48 RotationMode GetRotationMode() const;
|
H A D | rs_path_animation.cpp | 66 RotationMode RSPathAnimation::GetRotationMode() const in GetRotationMode() 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_path_animation_test.cpp | 124 EXPECT_FALSE(RotationMode::ROTATE_AUTO == pathAnimation->GetRotationMode()); 157 EXPECT_EQ(RotationMode::ROTATE_AUTO, pathAnimation->GetRotationMode()); 192 EXPECT_EQ(RotationMode::ROTATE_AUTO_REVERSE, pathAnimation->GetRotationMode());
|
H A D | rs_motion_path_option_test.cpp | 118 EXPECT_EQ(RotationMode::ROTATE_NONE, motionPathOption->GetRotationMode());
|
H A D | rs_animation_supplement_test.cpp | 1079 option.GetRotationMode();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_path_animation.cpp | 60 RotationMode RSRenderPathAnimation::GetRotationMode() const in GetRotationMode() function in OHOS::Rosen::RSRenderPathAnimation 288 switch (GetRotationMode()) { in SetRotationValue()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_path_animation.h | 46 RotationMode GetRotationMode() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 350 EXPECT_EQ(data, option->GetRotationMode()); 382 EXPECT_EQ(data, animation->GetRotationMode()); 426 EXPECT_EQ(data, animation->GetRotationMode());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 216 secondPathAnimation->GetRotationMode(); in RsPathAnimationFuzzTest() 256 motionPathOption->GetRotationMode(); in RsMotionPathOptionFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_path_animation_test.cpp | 137 EXPECT_TRUE(renderPathAnimation->GetRotationMode() == RotationMode::ROTATE_NONE); 164 EXPECT_TRUE(renderPathAnimation->GetRotationMode() == (RotationMode)errorRotationMode);
|