Lines Matching refs:distance
8065 int distance = kMaxInt;8075 // Get position and distance.8080 // same distance as the current candidate and the position is higher then8082 if ((dist < distance) ||8083 (dist == distance && pos > position)) {8085 distance = dist;