Searched refs:tmpDistance (Results 1 – 1 of 1) sorted by relevance
641 float tmpDistance = (float) Math.sqrt(Math.pow(tmpLp.cellX - lp.cellX, 2) + in getClosestIconOnLine() local643 if (tmpDistance < closestDistance) { in getClosestIconOnLine()645 closestDistance = tmpDistance; in getClosestIconOnLine()