Home | History | Annotate | Download | only in graphics

Lines Matching refs:maxY

54         && y() < other.maxY() && other.y() < maxY();
60 && y() <= other.y() && maxY() >= other.maxY();
66 LayoutPoint newMaxPoint(min(maxX(), other.maxX()), min(maxY(), other.maxY()));
89 LayoutPoint newMaxPoint(max(maxX(), other.maxX()), max(maxY(), other.maxY()));
106 LayoutPoint newMaxPoint(max(maxX(), other.maxX()), max(maxY(), other.maxY()));