Lines Matching refs:fConicWeights
54 fPathRef->fConicWeights.shrinkToFit(); in shrinkToFit()
64 + fConicWeights.reserved() * sizeof(fConicWeights[0]); in approximateBytesUsed()
166 (*dst)->fConicWeights = src.fConicWeights; in CreateTransformedCopy()
232 (*pathRef)->fConicWeights.rewind(); in Rewind()
262 if (fPoints != ref.fPoints || fConicWeights != ref.fConicWeights || fVerbs != ref.fVerbs) { in operator ==()
291 buffer->write32(fConicWeights.count()); in writeToBuffer()
294 buffer->write(fConicWeights.begin(), fConicWeights.bytes()); in writeToBuffer()
302 fVerbs.bytes() + fPoints.bytes() + fConicWeights.bytes() + in writeSize()
310 this->resetToSize(ref.fVerbs.count(), ref.fPoints.count(), ref.fConicWeights.count(), in copy()
314 fConicWeights = ref.fConicWeights; in copy()
359 weights = fConicWeights.append(numConics); in growForVerbsInPath()
412 *weights = fConicWeights.append(numVbs); in growForRepeatedVerb()
464 *fConicWeights.append() = weight; in growForVerb()
549 fConicWeights = nullptr; in Iter()
564 fConicWeights = path.conicWeights(); in setPathRef()
565 if (fConicWeights) { in setPathRef()
566 fConicWeights -= 1; // begin one behind in setPathRef()
600 fConicWeights += 1; in next()
687 info.weights == fConicWeights.count(); in dataMatchesVerbs()
695 fConicWeights = path.fPathRef->conicWeights(); in SkPathEdgeIter()
696 if (fConicWeights) { in SkPathEdgeIter()
697 fConicWeights -= 1; // begin one behind in SkPathEdgeIter()