Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieInterpolator.cpp90 float LottieInterpolator::binarySubdivide(float aX, float aA, float aB) in binarySubdivide() argument
96 t = aA + (aB - aA) / 2.0f; in binarySubdivide()
98 if (x > 0.0f) aB = t; in binarySubdivide()
DtvgLottieInterpolator.h44 float binarySubdivide(float aX, float aA, float aB);