Home
last modified time | relevance | path

Searched refs:SetPathValue (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.cpp202 SetPathValue(position, tangent); in OnAnimate()
219 SetPathValue(animationValue, tangent); in OnAnimate()
268 void RSRenderPathAnimation::SetPathValue(const Vector2f& value, float tangent) in SetPathValue() function in OHOS::Rosen::RSRenderPathAnimation
277 void RSRenderPathAnimation::SetPathValue(const Vector4f& value, float tangent) in SetPathValue() function in OHOS::Rosen::RSRenderPathAnimation
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_path_animation.h80 void SetPathValue(const Vector2f& value, float tangent);
81 void SetPathValue(const Vector4f& value, float tangent);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_path_animation_test.cpp375 rsRenderPathAnimation.SetPathValue(value, tangent); in HWTEST_F()
394 rsRenderPathAnimation.SetPathValue(value, tangent); in HWTEST_F()