Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkPathRef.h272 …const SkScalar* conicWeightsEnd() const { SkDEBUGCODE(this->validate();) return fConicWeights.end(… in conicWeightsEnd() function
/external/skia/src/core/
DSkPath.cpp1585 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo()
1623 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in reverseAddPath()