Searched refs:maxLeftCornerWidth (Results 1 – 1 of 1) sorted by relevance
222 double maxLeftCornerWidth = Math.max(ulWidth, llWidth) / 2d; in intersects() local226 Zone x0class = classify(x, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects()227 Zone x1class = classify(x + w, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects()