Home | History | Annotate | Download | only in core

Lines Matching defs:conicTo

810 void SkPath::conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
839 this->conicTo(pt.fX + dx1, pt.fY + dy1, pt.fX + dx2, pt.fY + dy2, w);
1152 ? 9 // moveTo + 4x conicTo + 3x lineTo + close
1153 : 10; // moveTo + 4x lineTo + 4x conicTo + close
1165 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1168 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1173 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1255 const int kVerbs = 6; // moveTo + 4x conicTo + close
1265 this->conicTo(rectIter.next(), ovalIter.next(), weight);
1329 this->conicTo(conics[i].fPts[1], conics[i].fPts[2], conics[i].fW);
1460 this->conicTo(mapped[0], mapped[1], w);
1534 this->conicTo(x1, y1, x1 + after.fX, y1 + after.fY, weight);
1576 this->conicTo(pts[1], pts[2], iter.conicWeight());
1634 this->conicTo(pts[1], pts[0], *--conicWeights);
1686 this->conicTo(pts[1], pts[0], *--conicWeights);
1746 tmp.conicTo(pts[1], pts[2],
1750 tmp.conicTo(pts[1], pts[2],
2278 append_params(&builder, "path.conicTo", &pts[1], 2, asType, iter.conicWeight());