Lines Matching refs:fConicWeights
75 (*dst)->resetToSize(src.fVerbCnt, src.fPointCnt, src.fConicWeights.count()); in CreateTransformedCopy()
78 (*dst)->fConicWeights = src.fConicWeights; in CreateTransformedCopy()
83 SkASSERT((*dst)->fConicWeights.count() == src.fConicWeights.count()); in CreateTransformedCopy()
159 SkASSERT(conicCount == ref->fConicWeights.count()); in CreateFromBuffer()
163 !buffer->read(ref->fConicWeights.begin(), conicCount * sizeof(SkScalar)) || in CreateFromBuffer()
186 (*pathRef)->fConicWeights.rewind(); in Rewind()
239 if (fConicWeights != ref.fConicWeights) { in operator ==()
265 buffer->write32(fConicWeights.count()); in writeToBuffer()
268 buffer->write(fConicWeights.begin(), fConicWeights.bytes()); in writeToBuffer()
278 fConicWeights.bytes() + in writeSize()
286 this->resetToSize(ref.fVerbCnt, ref.fPointCnt, ref.fConicWeights.count(), in copy()
290 fConicWeights = ref.fConicWeights; in copy()
388 *weights = fConicWeights.append(numVbs); in growForRepeatedVerb()
446 *fConicWeights.append() = weight; in growForVerb()
535 fConicWeights = nullptr; in Iter()
550 fConicWeights = path.conicWeights() - 1; // begin one behind in setPathRef()
574 fConicWeights += 1; in next()