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()
104 int32_t cnx = fPathRef->countWeights(); in writeToMemory()
197 return path.fPathRef->countWeights(); in ConicWeightCnt()
358 if (int numConics = path.countWeights()) { in growForVerbsInPath()
1383 if (int numWeights = src->fPathRef->countWeights()) { in addPath()
302 int countWeights() const { return fConicWeights.count(); } in countWeights() function
253 int countWeights() const { return fConicWeights.count(); } in countWeights() function
4235 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countWeights()); in TestPathRef()
4244 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countWeights()); in TestPathRef()