Searched refs:lowIndex (Results 1 – 2 of 2) sorted by relevance
68 int lowIndex = floor(fraction); in getValueFromData() local69 fraction -= lowIndex; in getValueFromData()72 mEvaluator->evaluate(&value, mDataSource[lowIndex], mDataSource[lowIndex + 1], fraction); in getValueFromData()
9489 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits() local9492 while (lowIndex <= highIndex) { in findLargestTextSizeWhichFits()9493 sizeToTryIndex = (lowIndex + highIndex) / 2; in findLargestTextSizeWhichFits()9495 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()9496 lowIndex = sizeToTryIndex + 1; in findLargestTextSizeWhichFits()