Home
last modified time | relevance | path

Searched refs:conicWeightsEnd (Results 1 - 3 of 3) sorted by relevance

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

Completed in 9 milliseconds