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

  /external/skia/src/core/
SkPathPriv.h 117 return path.fPathRef->countWeights();
SkPath.cpp 216 return !fPathRef->countWeights() ||
218 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights())));
    [all...]
  /external/skia/include/core/
SkPathRef.h 249 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); }
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 1018 milliseconds