Searched refs:neighborRight (Results 1 – 1 of 1) sorted by relevance
3313 int neighborRight = (int) neighbor.right; in computeNeighbors() local3317 if (neighborLeft < right && neighborRight > left) { in computeNeighbors()3334 if (neighborRight <= center) { in computeNeighbors()3335 neighborDistance = center - neighborRight; in computeNeighbors()3348 if (neighborLeft < right && neighborRight > left) { in computeNeighbors()3365 if (neighborRight <= center) { in computeNeighbors()3366 neighborDistance = center - neighborRight; in computeNeighbors()3402 } else if (neighborRight <= left) { in computeNeighbors()3419 int neighborDistance = left - neighborRight; in computeNeighbors()