Searched refs:SLOP (Results 1 – 1 of 1) sorted by relevance
186 int SLOP = 2; in computeMatches() local188 if (rightDistance < radius + SLOP) { in computeMatches()192 if (bottomDistance < radius + SLOP) { in computeMatches()197 boolean createColumn = leftDistance < radius + SLOP; in computeMatches()198 boolean createRow = topDistance < radius + SLOP; in computeMatches()