Home
last modified time | relevance | path

Searched refs:ROTATE_AUTO_REVERSE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_common.h33 ROTATE_AUTO_REVERSE enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp347 RotationMode::ROTATE_AUTO_REVERSE};
379 RotationMode::ROTATE_AUTO_REVERSE};
423 RotationMode::ROTATE_AUTO_REVERSE};
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_test_utils.h74 RotationMode::ROTATE_AUTO_REVERSE};
H A Drs_path_animation_test.cpp182 pathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO_REVERSE);
192 EXPECT_EQ(RotationMode::ROTATE_AUTO_REVERSE, pathAnimation->GetRotationMode());
H A Drs_animation_supplement_test.cpp440 animation2->SetRotationMode(RotationMode::ROTATE_AUTO_REVERSE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_path_animation_test.cpp418 animation.SetRotationMode(RotationMode::ROTATE_AUTO_REVERSE); in HWTEST_F()
420 EXPECT_EQ(animation.GetRotationMode(), RotationMode::ROTATE_AUTO_REVERSE); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_path_animation_test.cpp388 renderPathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO_REVERSE);
418 renderPathAnimation->SetRotationMode(RotationMode::ROTATE_AUTO_REVERSE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_path_animation.cpp292 case RotationMode::ROTATE_AUTO_REVERSE: in SetRotationValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp211 case RotationMode::ROTATE_AUTO_REVERSE: in OnUpdateStagingValue()