Home | History | Annotate | Download | only in core

Lines Matching defs:stopY

626     const int stopY = s.fBitmap->height();
628 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
634 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
701 const int stopY = s.fBitmap->height();
704 iY0 = SkClampMax(yTemp, stopY-1);
707 iY0 = sk_int_mod(yTemp, stopY);
711 iY0 = sk_int_mirror(yTemp, stopY);
731 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
734 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
738 iY2 = sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);