Searched refs:insideRightY1 (Results 1 – 1 of 1) sorted by relevance
172 double insideRightY1 = y1 - lrHeight / 2d; in contains() local173 if (x > insideBottomX1 && y > insideRightY1) { in contains()175 return isInsideCorner(x - insideBottomX1, y - insideRightY1, lrWidth / 2d, in contains()