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

  /external/skia/src/core/
SkPathRef.cpp 63 (*dst)->resetToSize(src.fVerbCnt, src.fPointCnt, src.fConicWeights.count());
65 (*dst)->fConicWeights = src.fConicWeights;
70 SkASSERT((*dst)->fConicWeights.count() == src.fConicWeights.count());
137 SkASSERT(conicCount == ref->fConicWeights.count());
141 !buffer->read(ref->fConicWeights.begin(), conicCount * sizeof(SkScalar)) ||
162 (*pathRef)->fConicWeights.rewind();
214 if (fConicWeights != ref.fConicWeights) {
    [all...]
SkPath.cpp     [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(); }
351 fConicWeights.setCount(conicCount);
449 SkTDArray<SkScalar> fConicWeights;
SkPath.h     [all...]

Completed in 44 milliseconds