Home
last modified time | relevance | path

Searched refs:conicWeights (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkPath.cpp1325 const SkScalar* conicWeights = path.fPathRef->conicWeights(); in reversePathTo() local
1335 conicWeights += (SkPath::kConic_Verb == v); in reversePathTo()
1347 this->conicTo(pts[-1], pts[-2], *--conicWeights); in reversePathTo()
1368 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in reverseAddPath() local
1398 this->conicTo(pts[1], pts[0], *--conicWeights); in reverseAddPath()
1544 fConicWeights = path.fPathRef->conicWeights() - 1; // begin one behind in setPath()
1795 fConicWeights = path.fPathRef->conicWeights() - 1; // begin one behind in setPath()
2313 fCurrConicWeight = pathRef.conicWeights(); in ContourIter()
/external/skia/include/core/
DSkPathRef.h222 …const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin()… in conicWeights() function
/external/skia/src/gpu/
DGrAAHairLinePathRenderer.cpp243 GrAAHairLinePathRenderer::FloatArray* conicWeights) { in gather_lines_and_quads() argument
283 conicWeights->push_back() = dst[i].fW; in gather_lines_and_quads()