Searched refs:GetBezierDerivative (Results 1 – 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/animator/ |
D | interpolation.cpp | 57 float Interpolation::GetBezierDerivative(float t, float u0, float u1, float u2, float u3) in GetBezierDerivative() function in OHOS::Interpolation 86 t = t + (x - xt) / GetBezierDerivative(t, 0, x1, x2, 1); in GetBezierY()
|
/foundation/arkui/ui_lite/interfaces/kits/animator/ |
D | interpolation.h | 100 static float GetBezierDerivative(float t, float u0, float u1, float u2, float u3);
|