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