Home
last modified time | relevance | path

Searched refs:UpdateVector4fPathValue (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.cpp218 UpdateVector4fPathValue(animationValue, position); in OnAnimate()
337 void RSRenderPathAnimation::UpdateVector4fPathValue(Vector4f& value, const Vector2f& position) in UpdateVector4fPathValue() function in OHOS::Rosen::RSRenderPathAnimation
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_path_animation.h90 void UpdateVector4fPathValue(Vector4f& value, const Vector2f& position);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_path_animation_test.cpp500 rsRenderPathAnimation.UpdateVector4fPathValue(value, position); in HWTEST_F()