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

  /external/chromium_org/third_party/skia/include/core/
SkPathRef.h 200 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); }
222 const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin(); }
223 const SkScalar* conicWeightsEnd() const { SkDEBUGCODE(this->validate();) return fConicWeights.end(); }
347 fConicWeights.setCount(conicCount);
446 SkTDArray<SkScalar> fConicWeights;
SkPath.h     [all...]
  /external/skia/include/core/
SkPathRef.h 200 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); }
222 const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin(); }
223 const SkScalar* conicWeightsEnd() const { SkDEBUGCODE(this->validate();) return fConicWeights.end(); }
347 fConicWeights.setCount(conicCount);
446 SkTDArray<SkScalar> fConicWeights;
SkPath.h     [all...]

Completed in 563 milliseconds