Home
last modified time | relevance | path

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

/third_party/skia/include/private/
DSkPathRef.h327 const SkScalar* conicWeightsEnd() const { return fConicWeights.end(); } in conicWeightsEnd() function
/third_party/flutter/skia/include/private/
DSkPathRef.h276 const SkScalar* conicWeightsEnd() const { return fConicWeights.end(); } in conicWeightsEnd() function
/third_party/skia/src/core/
DSkPath.cpp1458 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo()
1500 const SkScalar* conicWeights = src->fPathRef->conicWeightsEnd(); in reverseAddPath()
1989 const int nConics = fPathRef->conicWeightsEnd() - fPathRef->conicWeights(); in dumpArrays()
1992 for (auto c = fPathRef->conicWeights(); c != fPathRef->conicWeightsEnd(); ++c) { in dumpArrays()
DSkPathBuilder.cpp821 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in privateReverseAddPath()
/third_party/flutter/skia/src/core/
DSkPath.cpp1712 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo()
1758 const SkScalar* conicWeights = src->fPathRef->conicWeightsEnd(); in reverseAddPath()