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

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

Completed in 6471 milliseconds