Home
last modified time | relevance | path

Searched refs:countWeights (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkPathRef.h225 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); } in countWeights() function
/external/skia/src/core/
DSkPath.cpp208 return !fPathRef->countWeights() || in isInterpolatable()
210 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights()))); in isInterpolatable()
/external/skia/tests/
DPathTest.cpp3731 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countWeights()); in TestPathRef()