Lines Matching defs:weights

49      *  The points and weights arrays are read in order, based on the sequence of verbs.
59 * or weights is not sufficient given the verbs, an empty Path is returned.
95 /** Constructs an empty SkPath. By default, SkPath has no verbs, no SkPoint, and no weights.
107 and weights are copied when modified.
128 shares pointer values. The underlying verb array, SkPoint array and weights
135 @param path verb array, SkPoint array, weights, and SkPath::FillType to copy
142 /** Compares a and b; returns true if SkPath::FillType, verb array, SkPoint array, and weights
151 /** Compares a and b; returns true if SkPath::FillType, verb array, SkPoint array, and weights
162 /** Returns true if SkPath contain equal verbs and equal weights.
163 If SkPath contain one or more conics, the weights must match.
170 @return true if SkPath verb array and weights are equivalent
177 Copy verb array and weights to out, and set out SkPoint array to a weighted
260 Removes verb array, SkPoint array, and weights, and sets FillType to kWinding.
270 Removes verb array, SkPoint array, and weights, and sets FillType to kWinding.
462 /** Exchanges the verb array, SkPoint array, weights, and SkPath::FillType with other.
692 and (x1, y1), (x2, y2) to SkPoint array; and w to conic weights.
717 and SkPoint p1, p2 to SkPoint array; and w to conic weights.
1253 If mode is kAppend_AddPathMode, src verb array, SkPoint array, and conic weights are
1255 verbs, SkPoint, and conic weights.
1257 @param src SkPath verbs, SkPoint, and conic weights to add
1268 If mode is kAppend_AddPathMode, src verb array, SkPoint array, and conic weights are
1270 verbs, SkPoint, and conic weights.
1272 @param src SkPath verbs, SkPoint, and conic weights to add
1283 verbs, SkPoint, and conic weights.
1285 If mode is kAppend_AddPathMode, src verb array, SkPoint array, and conic weights are
1287 verbs, SkPoint, and conic weights.
1289 @param src SkPath verbs, SkPoint, and conic weights to add
1300 @param src SkPath verbs, SkPoint, and conic weights to add
1535 RangeIter(const uint8_t* verbs, const SkPoint* points, const SkScalar* weights)
1536 : fVerb(verbs), fPoints(points), fWeights(weights) {
1678 of floating point numbers used in SkPoint array and conic weights.