Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathPriv.h122 return path.fPathRef->conicWeights(); in ConicWeightData()
DSkPath.cpp217 !SkToBool(memcmp(fPathRef->conicWeights(), compare.fPathRef->conicWeights(), in isInterpolatable()
218 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights()))); in isInterpolatable()
1585 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo() local
1601 this->conicTo(pts[1], pts[0], *--conicWeights); in reversePathTo()
1623 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in reverseAddPath() local
1653 this->conicTo(pts[1], pts[0], *--conicWeights); in reverseAddPath()
1800 fConicWeights = path.fPathRef->conicWeights(); in setPath()
2533 fCurrConicWeight = pathRef.conicWeights(); in ContourIter()
DSkPathRef.cpp670 fConicWeights = path.conicWeights(); in setPathRef()
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp244 GrAAHairLinePathRenderer::FloatArray* conicWeights) { in gather_lines_and_quads() argument
284 conicWeights->push_back() = dst[i].fW; in gather_lines_and_quads()
/external/skia/include/core/
DSkPathRef.h271 …const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin()… in conicWeights() function