Home | History | Annotate | Download | only in core

Lines Matching full:stopx

709     const int stopX = s.fBitmap->width();
727 ix = sk_int_mod(ix, stopX);
729 int n = SkMin32(stopX - ix, count);