Lines Matching refs:fY
101 v1.fY = mat.getSkewY();
104 v2.fY = mat.getScaleY();
644 int iy2 = SkClampMax(SkScalarFloorToInt(pt.fY), maxY);
718 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
777 yTemp = SkScalarFloorToInt(pt.fY * s.fBitmap->height());
779 yTemp = SkScalarFloorToInt(pt.fY);
809 pt.fY *= s.fBitmap->height();
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);
869 if (SkScalarAbs(pt.fX) > too_big || SkScalarAbs(pt.fY) > too_big) {
877 fFilterOneY = SkScalarFloorToInt(pt.fY);