Searched refs:midIndex (Results 1 – 1 of 1) sorted by relevance
212 int midIndex = (startIndex + endIndex) / 2; in getInterpolation() local213 if (t < mX[midIndex]) { in getInterpolation()214 endIndex = midIndex; in getInterpolation()216 startIndex = midIndex; in getInterpolation()