Searched refs:iterationCnt (Results 1 – 1 of 1) sorted by relevance
82 int8_t iterationCnt = 10; // iterate at most 10 times in GetBezierY() local85 while ((MATH_ABS(xt - x) > PRECISION) && (iterationCnt-- > 0)) { in GetBezierY()