Home | History | Annotate | Download | only in core

Lines Matching refs:stopY

710     const int stopY = s.fBitmap->height();
712 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
718 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
785 const int stopY = s.fBitmap->height();
788 iY0 = SkClampMax(yTemp, stopY-1);
791 iY0 = sk_int_mod(yTemp, stopY);
795 iY0 = sk_int_mirror(yTemp, stopY);
815 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
818 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
822 iY2 = sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);