Home | History | Annotate | Download | only in core

Lines Matching defs:sy

1143     SkScalar    sy = SkScalarMul(ry, CUBIC_ARC_FACTOR);
1152 rect.fLeft, rect.fTop + ry - sy,
1157 this->cubicTo(rect.fLeft, rect.fBottom - ry + sy,
1164 rect.fRight, rect.fBottom - ry + sy,
1169 this->cubicTo(rect.fRight, rect.fTop + ry - sy,
1174 rect.fRight, rect.fTop + ry - sy,
1179 this->cubicTo(rect.fRight, rect.fBottom - ry + sy,
1186 rect.fLeft, rect.fBottom - ry + sy,
1191 this->cubicTo(rect.fLeft, rect.fTop + ry - sy,
1232 SkScalar sy = SkScalarMul(ry, SK_ScalarTanPIOver8);
1250 this->quadTo( R, cy - sy, cx + mx, cy - my);
1253 this->quadTo( L, cy - sy, L, cy );
1254 this->quadTo( L, cy + sy, cx - mx, cy + my);
1257 this->quadTo( R, cy + sy, R, cy );
1259 this->quadTo( R, cy + sy, cx + mx, cy + my);
1262 this->quadTo( L, cy + sy, L, cy );
1263 this->quadTo( L, cy - sy, cx - mx, cy - my);
1266 this->quadTo( R, cy - sy, R, cy );
2250 int sy = sign(vec.fY);
2252 fDy += (sy != fSy);
2254 fSy = sy;