Home | History | Annotate | Download | only in core

Lines Matching refs:sy

399     SkScalar    sy = SkScalarMul(ry, CUBIC_ARC_FACTOR);
408 rect.fLeft, rect.fTop + ry - sy,
413 this->cubicTo(rect.fLeft, rect.fBottom - ry + sy,
420 rect.fRight, rect.fBottom - ry + sy,
425 this->cubicTo(rect.fRight, rect.fTop + ry - sy,
430 rect.fRight, rect.fTop + ry - sy,
435 this->cubicTo(rect.fRight, rect.fBottom - ry + sy,
442 rect.fLeft, rect.fBottom - ry + sy,
447 this->cubicTo(rect.fLeft, rect.fTop + ry - sy,
515 SkScalar sy = SkScalarMul(ry, CUBIC_ARC_FACTOR);
520 this->cubicTo(cx + rx, cy - sy, cx + sx, cy - ry, cx, cy - ry);
521 this->cubicTo(cx - sx, cy - ry, cx - rx, cy - sy, cx - rx, cy);
522 this->cubicTo(cx - rx, cy + sy, cx - sx, cy + ry, cx, cy + ry);
523 this->cubicTo(cx + sx, cy + ry, cx + rx, cy + sy, cx + rx, cy);
525 this->cubicTo(cx + rx, cy + sy, cx + sx, cy + ry, cx, cy + ry);
526 this->cubicTo(cx - sx, cy + ry, cx - rx, cy + sy, cx - rx, cy);
527 this->cubicTo(cx - rx, cy - sy, cx - sx, cy - ry, cx, cy - ry);
528 this->cubicTo(cx + sx, cy - ry, cx + rx, cy - sy, cx + rx, cy);
532 SkScalar sy = SkScalarMul(ry, SK_ScalarTanPIOver8);
550 this->quadTo( R, cy - sy, cx + mx, cy - my);
553 this->quadTo( L, cy - sy, L, cy );
554 this->quadTo( L, cy + sy, cx - mx, cy + my);
557 this->quadTo( R, cy + sy, R, cy );
559 this->quadTo( R, cy + sy, cx + mx, cy + my);
562 this->quadTo( L, cy + sy, L, cy );
563 this->quadTo( L, cy - sy, cx - mx, cy - my);
566 this->quadTo( R, cy - sy, R, cy );