Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/animator/
Dinterpolation.cpp82 int8_t iterationCnt = 10; // iterate at most 10 times in GetBezierY() local
85 while ((MATH_ABS(xt - x) > PRECISION) && (iterationCnt-- > 0)) { in GetBezierY()