Home | History | Annotate | Download | only in graphics

Lines Matching refs:maxY

57         && y() < other.maxY() && other.y() < maxY();
63 && y() <= other.y() && maxY() >= other.maxY();
71 int b = min(maxY(), other.maxY());
100 int b = max(maxY(), other.maxY());
121 int bottom = max(maxY(), other.maxY());
149 int ydistance = distanceToInterval(point.y(), y(), maxY());
155 SkIRect rect = { x(), y(), maxX(), maxY() };
162 rect.set(SkIntToScalar(x()), SkIntToScalar(y()), SkIntToScalar(maxX()), SkIntToScalar(maxY()));