Searched refs:maxRightCornerWidth (Results 1 – 1 of 1) sorted by relevance
209 double maxRightCornerWidth = Math.max(urWidth, lrWidth) / 2d; in intersects() local212 Zone x0class = classify(x, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects()213 Zone x1class = classify(x + w, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects()