HomeSort by relevance Sort by last modified time
    Searched defs:fConicWeights (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPathRef.h 134 SkScalar conicWeight() const { return *fConicWeights; }
140 const SkScalar* fConicWeights;
249 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); }
271 const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin(); }
272 const SkScalar* conicWeightsEnd() const { SkDEBUGCODE(this->validate();) return fConicWeights.end(); }
411 fConicWeights.setCount(conicCount);
523 SkTDArray<SkScalar> fConicWeights;
SkPath.h     [all...]

Completed in 97 milliseconds