Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.h94 bool InitInterpolationVector2f(const std::shared_ptr<RSPropertyBase>& startValue,
H A Drs_path_animation.cpp180 InitInterpolationVector2f(startValue_, endValue_)) { in InitInterpolationValue()
364 bool RSPathAnimation::InitInterpolationVector2f(const std::shared_ptr<RSPropertyBase>& startValue, in InitInterpolationVector2f() function in OHOS::Rosen::RSPathAnimation
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_path_animation_test.cpp256 bool res = rsPathAnimation.InitInterpolationVector2f(startValue, endValue); in HWTEST_F()