Searched refs:countWeights (Results 1 – 11 of 11) sorted by relevance
162 return path.fPathRef->countWeights(); in ConicWeightCnt()
101 int32_t cnx = fPathRef->countWeights(); in writeToMemory()
249 return !fPathRef->countWeights() || in isInterpolatable()251 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights()))); in isInterpolatable()
103 int32_t cnx = fPathRef->countWeights(); in writeToMemory()
160 return path.fPathRef->countWeights(); in ConicWeightCnt()
353 if (int numConics = path.countWeights()) { in growForVerbsInPath()
515 + fPathRef->countWeights() * sizeof(SkScalar); in approximateBytesUsed()1370 if (int numWeights = src->fPathRef->countWeights()) { in addPath()
258 int countWeights() const { return fConicWeights.count(); } in countWeights() function
253 int countWeights() const { return fConicWeights.count(); } in countWeights() function
4241 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countWeights()); in TestPathRef()
4235 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countWeights()); in TestPathRef()