Home
last modified time | relevance | path

Searched defs:animationPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_path_animation_test.cpp48 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/test/render_service/render_service_client/unittest/animation/
H A Drs_path_animation_test.cpp53 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
124 auto animationPath = nullptr; in HWTEST_F() local
144 auto animationPath = nullptr; in HWTEST_F() local
161 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local
178 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local
196 auto animationPath = std::make_shared<RSPath>(); in HWTEST_F() local
216 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 Drs_path_animation.cpp34const std::shared_ptr<RSPath>& animationPath) : RSPropertyAnimation(property), animationPath_(anim… in RSPathAnimation()
310 std::string animationPath = path; in ProcessPath() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_path_animation.cpp30const std::shared_ptr<RSPath>& animationPath) : RSRenderPropertyAnimation(id, propertyId, originPo… in RSRenderPathAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_path_animation_test.cpp37 const std::shared_ptr<RSPath>& animationPath) : RSRenderPathAnimation(id, in RSRenderPathAnimationMock()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp336 …imationMock(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPath>& animationPath) in RSPathAnimationMock()