Searched defs:fConicWeights (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPath.h1416 SkScalar conicWeight() const { return *fConicWeights; }
1441 const SkScalar* fConicWeights; member in class:SkPath::Iter
/external/skia/include/private/
H A DSkPathRef.h136 SkScalar conicWeight() const { return *fConicWeights; }
142 const SkScalar* fConicWeights; member in class:final::Iter
251 int countWeights() const { return fConicWeights.count(); }
273 const SkScalar* conicWeights() const { return fConicWeights.begin(); }
274 const SkScalar* conicWeightsEnd() const { return fConicWeights.end(); }
417 fConicWeights.setCount(conicCount);
533 SkTDArray<SkScalar> fConicWeights; member in class:final
/external/skqp/include/private/
H A DSkPathRef.h136 SkScalar conicWeight() const { return *fConicWeights; }
142 const SkScalar* fConicWeights; member in class:final::Iter
251 int countWeights() const { return fConicWeights.count(); }
273 const SkScalar* conicWeights() const { return fConicWeights.begin(); }
274 const SkScalar* conicWeightsEnd() const { return fConicWeights.end(); }
414 fConicWeights.setCount(conicCount);
530 SkTDArray<SkScalar> fConicWeights; member in class:final
/external/skqp/include/core/
H A DSkPath.h1458 SkScalar conicWeight() const { return *fConicWeights; }
1483 const SkScalar* fConicWeights; member in class:SkPath::Iter

Completed in 178 milliseconds