Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkPathPriv.h162 return path.fPathRef->countWeights(); in ConicWeightCnt()
DSkPath_serial.cpp101 int32_t cnx = fPathRef->countWeights(); in writeToMemory()
DSkPath.cpp249 return !fPathRef->countWeights() || in isInterpolatable()
251 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights()))); in isInterpolatable()
/external/skia/src/core/
DSkPath_serial.cpp104 int32_t cnx = fPathRef->countWeights(); in writeToMemory()
DSkPathPriv.h197 return path.fPathRef->countWeights(); in ConicWeightCnt()
DSkPathRef.cpp358 if (int numConics = path.countWeights()) { in growForVerbsInPath()
DSkPath.cpp1383 if (int numWeights = src->fPathRef->countWeights()) { in addPath()
/external/skia/include/private/
DSkPathRef.h302 int countWeights() const { return fConicWeights.count(); } in countWeights() function
/external/skqp/include/private/
DSkPathRef.h253 int countWeights() const { return fConicWeights.count(); } in countWeights() function
/external/skqp/tests/
DPathTest.cpp4235 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countWeights()); in TestPathRef()
/external/skia/tests/
DPathTest.cpp4244 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countWeights()); in TestPathRef()