Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
Drs_path_animation.cpp32const std::shared_ptr<RSPath>& animationPath) : RSPropertyAnimation(property), animationPath_(anim… in RSPathAnimation()
305 std::string animationPath = path; in ProcessPath() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
Drs_render_path_animation.cpp29const std::shared_ptr<RSPath>& animationPath) : RSRenderPropertyAnimation(id, propertyId, originPo… in RSRenderPathAnimation()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
Drs_animation_supplement_test.cpp329 …imationMock(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPath>& animationPath) in RSPathAnimationMock()