Home | History | Annotate | Download | only in core

Lines Matching full:stopx

625     const int stopX = s.fBitmap->width();
643 ix = sk_int_mod(ix, stopX);
645 int n = SkMin32(stopX - ix, count);