/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_path_animation_test.cpp | 53 auto animationPath = nullptr; in HWTEST_F() local 71 auto animationPath = nullptr; in HWTEST_F() local 90 auto animationPath = nullptr; in HWTEST_F() local 106 auto animationPath = nullptr; in HWTEST_F() local 113 ASSERT_EQ(animationPath, nullptr); in HWTEST_F() 124 auto animationPath = nullptr; in HWTEST_F() local 133 ASSERT_EQ(animationPath, nullptr); in HWTEST_F() 144 auto animationPath = nullptr; in HWTEST_F() local 149 ASSERT_EQ(animationPath, nullptr); in HWTEST_F() 166 ASSERT_NE(animationPath, nullptr); in HWTEST_F() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_render_path_animation_test.cpp | 48 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local 66 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local 84 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local 102 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local 121 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local 139 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local 157 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local 174 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local 192 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local 209 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_path_animation.cpp | 34 …const std::shared_ptr<RSPath>& animationPath) : RSPropertyAnimation(property), animationPath_(anim… in RSPathAnimation() argument 310 std::string animationPath = path; in ProcessPath() local 311 ReplaceSubString(animationPath, "start.x", std::to_string(startX)); in ProcessPath() 312 ReplaceSubString(animationPath, "start.y", std::to_string(startY)); in ProcessPath() 313 ReplaceSubString(animationPath, "end.x", std::to_string(endX)); in ProcessPath() 314 ReplaceSubString(animationPath, "end.y", std::to_string(endY)); in ProcessPath() 315 return RSPath::CreateRSPath(animationPath); in ProcessPath()
|
H A D | rs_path_animation.h | 35 …hAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPath>& animationPath);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_path_animation.cpp | 30 …const std::shared_ptr<RSPath>& animationPath) : RSRenderPropertyAnimation(id, propertyId, originPo… in RSRenderPathAnimation() argument 32 animationPath_(animationPath) in RSRenderPathAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_path_animation.h | 34 const std::shared_ptr<RSPath>& animationPath);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_path_animation_test.cpp | 37 const std::shared_ptr<RSPath>& animationPath) : RSRenderPathAnimation(id, in RSRenderPathAnimationMock() argument 38 propertyId, originPosition, startPosition, endPosition, originRotation, animationPath) {} in RSRenderPathAnimationMock()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_supplement_test.cpp | 336 …imationMock(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPath>& animationPath) in RSPathAnimationMock() argument 337 : RSPathAnimation(property, animationPath) in RSPathAnimationMock()
|