Lines Matching defs:conicTo
695 SkPath& SkPath::conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
725 return this->conicTo(pt.fX + dx1, pt.fY + dy1, pt.fX + dx2, pt.fY + dy2, w);
959 ? 9 // moveTo + 4x conicTo + 3x lineTo + close
960 : 10; // moveTo + 4x lineTo + 4x conicTo + close
972 this->conicTo(rectIter.next(), rrectIter.next(), weight);
975 this->conicTo(rectIter.next(), rrectIter.next(), weight);
980 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1063 const int kVerbs = 6; // moveTo + 4x conicTo + close
1073 this->conicTo(rectIter.next(), ovalIter.next(), weight);
1150 this->conicTo(conics[i].fPts[1], conics[i].fPts[2], conics[i].fW);
1283 this->conicTo(mapped[0], mapped[1], w);
1362 return this->conicTo(x1, y1, x1 + after.fX, y1 + after.fY, weight);
1431 this->conicTo(mappedPts[0], mappedPts[1], *w);
1474 this->conicTo(pts[1], pts[0], *--conicWeights);
1530 this->conicTo(pts[1], pts[0], *--conicWeights);
1606 tmp.conicTo(pts[1], pts[2],
1610 tmp.conicTo(pts[1], pts[2],
1927 append_params(&builder, "path.conicTo", &pts[1], 2, asType, iter.conicWeight());
1977 append_params(&descSk, "path.conicTo", &points[1], 2, kDec_SkScalarAsStringType, iter.conicWeight());