Home | History | Annotate | Download | only in core

Lines Matching refs:stopY

618     const int stopY = s.fBitmap->height();
620 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
626 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
693 const int stopY = s.fBitmap->height();
696 iY0 = SkClampMax(yTemp, stopY-1);
699 iY0 = sk_int_mod(yTemp, stopY);
703 iY0 = sk_int_mirror(yTemp, stopY);
723 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
726 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
730 iY2 = sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);