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

/external/skia/include/core/
H A DSkPathRef.h129 SkScalar conicWeight() const { return *fConicWeights; }
135 const SkScalar* fConicWeights; member in class:SkPathRef::Iter
225 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); }
247 const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin(); }
248 const SkScalar* conicWeightsEnd() const { SkDEBUGCODE(this->validate();) return fConicWeights.end(); }
382 fConicWeights.setCount(conicCount);
486 SkTDArray<SkScalar> fConicWeights; member in class:SkPathRef
H A DSkPath.h968 SkScalar conicWeight() const { return *fConicWeights; }
989 const SkScalar* fConicWeights; member in class:SkPath::Iter

Completed in 36 milliseconds