Home
last modified time | relevance | path

Searched refs:fConicWeights (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/core/
H A DSkPathRef.cpp54 fPathRef->fConicWeights.shrinkToFit(); in shrinkToFit()
64 + fConicWeights.reserved() * sizeof(fConicWeights[0]); in approximateBytesUsed()
166 (*dst)->fConicWeights = src.fConicWeights;
232 (*pathRef)->fConicWeights.rewind();
262 if (fPoints != ref.fPoints || fConicWeights != ref.fConicWeights || fVerbs != ref.fVerbs) {
291 buffer->write32(fConicWeights.count());
294 buffer->write(fConicWeights
[all...]
H A DSkPathPriv.h428 const SkScalar* fConicWeights; member in SkPathEdgeIter
443 return *fConicWeights; in conicWeight()
507 fConicWeights += cws_count; in next()
H A DSkPathBuilder.cpp36 fConicWeights.reset(); in reset()
129 fConicWeights.push_back(w); in conicTo()
232 fConicWeights, in snapshot()
239 std::move(fConicWeights), in detach()
H A DSkPath.cpp240 fPathRef->fConicWeights == compare.fPathRef->fConicWeights; in isInterpolatable()
1679 fConicWeights = nullptr; in Iter()
1697 fConicWeights = path.fPathRef->conicWeights(); in setPath()
1698 if (fConicWeights) { in setPath()
1699 fConicWeights -= 1; // begin one behind in setPath()
1803 fConicWeights += 1; in next()
/third_party/skia/include/private/
H A DSkPathRef.h71 , fConicWeights(std::move(weights)) in SkPathRef()
187 SkScalar conicWeight() const { return *fConicWeights; } in conicWeight()
193 const SkScalar* fConicWeights; member in final::Iter
302 int countWeights() const { return fConicWeights.count(); } in countWeights()
326 const SkScalar* conicWeights() const { return fConicWeights.begin(); } in conicWeights()
327 const SkScalar* conicWeightsEnd() const { return fConicWeights.end(); } in conicWeightsEnd()
436 fConicWeights.setCount(conicCount); in resetToSize()
508 SkTDArray<SkScalar> fConicWeights; member in final
/third_party/skia/include/core/
H A DSkPath.h1488 SkScalar conicWeight() const { return *fConicWeights; } in conicWeight()
1515 const SkScalar* fConicWeights; member in SkPath::Iter
H A DSkPathBuilder.h224 SkTDArray<SkScalar> fConicWeights; member in SkPathBuilder

Completed in 13 milliseconds