Home | History | Annotate | Download | only in graphics

Lines Matching refs:maxX

47         && x() < other.maxX() && other.x() < maxX()
53 return x() <= other.x() && maxX() >= other.maxX()
61 int r = min(maxX(), other.maxX());
90 int r = max(maxX(), other.maxX());
111 int right = max(maxX(), other.maxX());