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