Home
last modified time | relevance | path

Searched defs:invT (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/animator/
H A Dinterpolation.cpp24 int64_t invT = 1024 - t; // Intergerlize the standard equation, 1.0f is divided into 1024 parts in GetBezierInterpolation() local
43 float invT = 1 - t; in GetBezierInterpolation() local
59 float invT = 1 - t; GetBezierDerivative() local
[all...]

Completed in 1 milliseconds