Home
last modified time | relevance | path

Searched refs:conicWeightsEnd (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/private/
DSkPathRef.h327 const SkScalar* conicWeightsEnd() const { return fConicWeights.end(); } in conicWeightsEnd() function
/external/skqp/include/private/
DSkPathRef.h276 const SkScalar* conicWeightsEnd() const { return fConicWeights.end(); } in conicWeightsEnd() function
/external/skia/src/core/
DSkPath.cpp1450 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo()
1492 const SkScalar* conicWeights = src->fPathRef->conicWeightsEnd(); in reverseAddPath()
1981 const int nConics = fPathRef->conicWeightsEnd() - fPathRef->conicWeights(); in dumpArrays()
1984 for (auto c = fPathRef->conicWeights(); c != fPathRef->conicWeightsEnd(); ++c) { in dumpArrays()
DSkPathBuilder.cpp804 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in privateReverseAddPath()
/external/skqp/src/core/
DSkPath.cpp1684 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo()
1730 const SkScalar* conicWeights = src->fPathRef->conicWeightsEnd(); in reverseAddPath()