Home | History | Annotate | Download | only in core

Lines Matching refs:cubicTo

511 void SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
532 this->cubicTo(pt.fX + x1, pt.fY + y1, pt.fX + x2, pt.fY + y2,
628 this->cubicTo(rect.fLeft + rx - sx, rect.fTop,
634 this->cubicTo(rect.fLeft, rect.fBottom - ry + sy,
640 this->cubicTo(rect.fRight - rx + sx, rect.fBottom,
646 this->cubicTo(rect.fRight, rect.fTop + ry - sy,
650 this->cubicTo(rect.fRight - rx + sx, rect.fTop,
656 this->cubicTo(rect.fRight, rect.fBottom - ry + sy,
662 this->cubicTo(rect.fLeft + rx - sx, rect.fBottom,
668 this->cubicTo(rect.fLeft, rect.fTop + ry - sy,
746 this->cubicTo(cx + rx, cy - sy, cx + sx, cy - ry, cx, cy - ry);
747 this->cubicTo(cx - sx, cy - ry, cx - rx, cy - sy, cx - rx, cy);
748 this->cubicTo(cx - rx, cy + sy, cx - sx, cy + ry, cx, cy + ry);
749 this->cubicTo(cx + sx, cy + ry, cx + rx, cy + sy, cx + rx, cy);
751 this->cubicTo(cx + rx, cy + sy, cx + sx, cy + ry, cx, cy + ry);
752 this->cubicTo(cx - sx, cy + ry, cx - rx, cy + sy, cx - rx, cy);
753 this->cubicTo(cx - rx, cy - sy, cx - sx, cy - ry, cx, cy - ry);
754 this->cubicTo(cx + sx, cy - ry, cx + rx, cy - sy, cx + rx, cy);
995 this->cubicTo(pts[1], pts[2], pts[3]);
1039 this->cubicTo(pts[0].fX, pts[0].fY, pts[1].fX, pts[1].fY,
1079 this->cubicTo(pts[-1].fX, pts[-1].fY, pts[-2].fX, pts[-2].fY,
1126 this->cubicTo(pts[2], pts[1], pts[0]);
1170 path->cubicTo(pts[1], pts[2], pts[3]);