Lines Matching defs:conicTo
61 case SkPathVerb::kConic: this->conicTo(pts[1], pts[2], w[0]); break;
122 SkPathBuilder& SkPathBuilder::conicTo(SkPoint pt1, SkPoint pt2, SkScalar w) {
176 return this->conicTo(base + p1, base + p2, w);
383 this->conicTo(conics[i].fPts[1], conics[i].fPts[2], conics[i].fW);
445 return this->conicTo(p1, p1 + after, weight);
573 this->conicTo(mapped[0], mapped[1], w);
692 this->conicTo(rectIter.next(), ovalIter.next(), SK_ScalarRoot2Over2);
720 ? 9 // moveTo + 4x conicTo + 3x lineTo + close
721 : 10; // moveTo + 4x lineTo + 4x conicTo + close
733 this->conicTo(rectIter.next(), rrectIter.next(), weight);
736 this->conicTo(rectIter.next(), rrectIter.next(), weight);
741 this->conicTo(rectIter.next(), rrectIter.next(), weight);
807 case SkPath::kConic_Verb: this->conicTo(pts[1], pts[2], iter.conicWeight()); break;
851 this->conicTo(pts[1], pts[0], *--conicWeights);