Searched refs:halfCellWidth (Results 1 – 1 of 1) sorted by relevance
263 final int halfCellWidth = mCellWidth / 2; in computeNearestNeighbors() local339 final int xMiddleOfLeftCell = leftPixelWithinThreshold - xDeltaToGrid + halfCellWidth; in computeNearestNeighbors()340 final int xStart = Math.max(halfCellWidth, in computeNearestNeighbors()341 xMiddleOfLeftCell + (xDeltaToGrid <= halfCellWidth ? 0 : mCellWidth)); in computeNearestNeighbors()