Home | History | Annotate | Download | only in core

Lines Matching defs:conicTo

694 void SkPath::conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
723 this->conicTo(pt.fX + dx1, pt.fY + dy1, pt.fX + dx2, pt.fY + dy2, w);
1438 this->conicTo(pts[1], pts[2], iter.conicWeight());
1504 this->conicTo(pts[-1], pts[-2], *--conicWeights);
1555 this->conicTo(pts[1], pts[0], *--conicWeights);
1633 tmp.conicTo(pts[1], pts[2], iter.conicWeight());
2133 append_params(&builder, "path.conicTo", &pts[1], 2, iter.conicWeight());