Searched refs:dist (Results 1 – 1 of 1) sorted by relevance
98 GLint dist = location - m_Indexes[i].base; in getIndexForLocation() local99 if (dist >= 0 && in getIndexForLocation()100 (minDist < 0 || dist < minDist)) { in getIndexForLocation()102 minDist = dist; in getIndexForLocation()