Home | History | Annotate | Download | only in core

Lines Matching defs:cubicTo

851 void SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
871 this->cubicTo(pt.fX + x1, pt.fY + y1, pt.fX + x2, pt.fY + y2,
1608 this->cubicTo(pts[1], pts[2], pts[3]);
1665 this->cubicTo(pts[2], pts[1], pts[0]);
1717 this->cubicTo(pts[2], pts[1], pts[0]);
1746 path->cubicTo(pts[1], pts[2], pts[3]);
2165 append_params(&builder, "path.cubicTo", &pts[1], 3, asType);