Lines Matching defs:weight
243 bool SkPath::interpolate(const SkPath& ending, SkScalar weight, SkPath* out) const {
253 fPathRef->interpolate(*ending.fPathRef, weight, out->fPathRef.get());
299 for (auto [verb, pts, weight] : SkPathPriv::Iterate(*this)) {
323 orig.set(pts, *weight);
955 const SkScalar weight = SK_ScalarRoot2Over2;
972 this->conicTo(rectIter.next(), rrectIter.next(), weight);
975 this->conicTo(rectIter.next(), rrectIter.next(), weight);
980 this->conicTo(rectIter.next(), rrectIter.next(), weight);
1069 const SkScalar weight = SK_ScalarRoot2Over2;
1073 this->conicTo(rectIter.next(), ovalIter.next(), weight);
1361 SkScalar weight = SkScalarSqrt(SkDoubleToScalar(SK_ScalarHalf + cosh * 0.5));
1362 return this->conicTo(x1, y1, x1 + after.fX, y1 + after.fY, weight);
2791 static int winding_conic(const SkPoint pts[], SkScalar x, SkScalar y, SkScalar weight,
2793 SkConic conic(pts, weight);