Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_cubic_bezier_interpolator.cpp21 inline float GetCubicBezierValue(const float time, const float ctl1, const float ctl2) in GetCubicBezierValue() function
50 return GetCubicBezierValue(SEARCH_STEP * BinarySearch(input), controlY1_, controlY2_); in InterpolateImpl()
93 approximation = GetCubicBezierValue(SEARCH_STEP * middle, controlX1_, controlX2_); in BinarySearch()