Searched refs:thisVal (Results 1 – 2 of 2) sorted by relevance
104 float thisVal = Float.parseFloat(indices[i]); in fontSizeValueToIndex() local105 if (val < (lastVal + (thisVal - lastVal) * .5f)) { in fontSizeValueToIndex()108 lastVal = thisVal; in fontSizeValueToIndex()
208 float thisVal = Float.parseFloat(indices[i]); in floatToIndex() local209 if (val < (lastVal + (thisVal-lastVal)*.5f)) { in floatToIndex()212 lastVal = thisVal; in floatToIndex()