Lines Matching refs:weights
44 int points, weights;
67 SkPathRef(SkTDArray<SkPoint> points, SkTDArray<uint8_t> verbs, SkTDArray<SkScalar> weights,
71 , fConicWeights(std::move(weights))
119 * requisite points & weights.
121 * If 'verb' is kConic_Verb, 'weights' will return a pointer to the
122 * space for the conic weights (indexed normally).
126 SkScalar** weights = nullptr) {
127 return fPathRef->growForRepeatedVerb(verb, numVbs, weights);
135 * Returns pointers to the uninitialized points and conic weights data.
443 * verb. If 'verb' is kConic_Verb, 'weights' will return a pointer to the
444 * uninitialized conic weights.
446 SkPoint* growForRepeatedVerb(int /*SkPath::Verb*/ verb, int numVbs, SkScalar** weights);
459 * Returns pointers to the uninitialized points and conic weights data.