Home | History | Annotate | Download | only in core

Lines Matching defs:stopY

2202     const int stopY = y + clip.height();
2208 localStopY = SkMin32(localStopY + 1, stopY);
2219 } while (y < stopY);