Home | History | Annotate | Download | only in core

Lines Matching defs:conicTo

734 void SkPath::conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
763 this->conicTo(pt.fX + dx1, pt.fY + dy1, pt.fX + dx2, pt.fY + dy2, w);
1483 this->conicTo(pts[1], pts[2], iter.conicWeight());
1550 this->conicTo(pts[-1], pts[-2], *--conicWeights);
1601 this->conicTo(pts[1], pts[0], *--conicWeights);
1679 tmp.conicTo(pts[1], pts[2], iter.conicWeight());
2167 append_params(&builder, "path.conicTo", &pts[1], 2, iter.conicWeight());