Searched refs:countWeights (Results 1 – 3 of 3) sorted by relevance
225 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); } in countWeights() function
208 return !fPathRef->countWeights() || in isInterpolatable()210 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights()))); in isInterpolatable()
3731 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countWeights()); in TestPathRef()