Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/animator/
Dinterpolation.cpp25 int64_t invT2 = invT * invT; in GetBezierInterpolation() local
26 int64_t invT3 = invT2 * invT; in GetBezierInterpolation()
31 ret += BEZIER_COEFFICIENT * invT2 * t * u1; in GetBezierInterpolation()
44 float invT2 = invT * invT; in GetBezierInterpolation() local
45 float invT3 = invT2 * invT; in GetBezierInterpolation()
50 ret += BEZIER_COEFFICIENT * invT2 * t * u1; in GetBezierInterpolation()