Home | History | Annotate | Download | only in core

Lines Matching full:weights

58     /** By default, SkPath has no verbs, no points, and no weights.
67 and weights are copied when modified.
83 shares pointer values. The underlying verb array, SkPoint array and weights
90 @param path verb array, SkPoint array, weights, and SkPath::FillType to copy
95 /** Compares a and b; returns true if SkPath::FillType, verb array, SkPoint array, and weights
104 /** Compares a and b; returns true if SkPath::FillType, verb array, SkPoint array, and weights
115 /** Return true if paths contain equal verbs and equal weights.
116 If paths contain one or more conics, the weights must match.
123 @return true if paths verb array and weights are equivalent
128 Copy verb array and weights to out, and set out SkPoint array to a weighted
339 Removes verb array, SkPoint array, and weights, and sets FillType to kWinding_FillType.
345 Removes verb array, SkPoint array, and weights, and sets FillType to kWinding_FillType.
507 /** Exchanges the verb array, SkPoint array, weights, and SkPath::FillType with other.
699 and (x1, y1), (x2, y2) to SkPoint array; and w to conic weights.
723 and points p1, p2 to SkPoint array; and w to conic weights.
1222 SkPath initial kMove_Verb, then append remining verbs, points, and conic weights.
1229 If mode is kAppend_AddPathMode, src verb array, SkPoint array, and conic weights are
1231 verbs, points, and conic weights.
1233 @param src SkPath verbs, points, and conic weights to add
1243 If mode is kAppend_AddPathMode, src verb array, SkPoint array, and conic weights are
1245 verbs, points, and conic weights.
1247 @param src SkPath verbs, points, and conic weights to add
1257 verbs, points, and conic weights.
1259 If mode is kAppend_AddPathMode, src verb array, SkPoint array, and conic weights are
1261 verbs, points, and conic weights.
1263 @param src SkPath verbs, points, and conic weights to add
1272 @param src SkPath verbs, points, and conic weights to add
1575 of floating point numbers used in SkPoint array and conic weights.