Home
last modified time | relevance | path

Searched refs:originRotation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_path_animation.cpp29 const std::shared_ptr<RSRenderPropertyBase>& endPosition, float originRotation, in RSRenderPathAnimation() argument
31 originRotation_(originRotation), startValue_(startPosition), endValue_(endPosition), in RSRenderPathAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_path_animation.h33 const std::shared_ptr<RSRenderPropertyBase>& endPosition, float originRotation,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_path_animation_test.cpp36 const std::shared_ptr<RSRenderPropertyBase>& endPosition, float originRotation, in RSRenderPathAnimationMock() argument
38 propertyId, originPosition, startPosition, endPosition, originRotation, animationPath) {} in RSRenderPathAnimationMock()