Searched refs:thisVal (Results 1 – 3 of 3) sorted by relevance
109 float thisVal = Float.parseFloat(indices[i]); in fontSizeValueToIndex() local110 if (val < (lastVal + (thisVal - lastVal) * .5f)) { in fontSizeValueToIndex()113 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()