Searched defs:conicWeights (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkPathRef.h271 const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin(); } function in class:final
/external/skia/src/gpu/ops/
H A DGrAAHairLinePathRenderer.cpp244 GrAAHairLinePathRenderer::FloatArray* conicWeights) {
284 conicWeights->push_back() = dst[i].fW;
237 gather_lines_and_quads(const SkPath& path, const SkMatrix& m, const SkIRect& devClipBounds, GrAAHairLinePathRenderer::PtArray* lines, GrAAHairLinePathRenderer::PtArray* quads, GrAAHairLinePathRenderer::PtArray* conics, GrAAHairLinePathRenderer::IntArray* quadSubdivCnts, GrAAHairLinePathRenderer::FloatArray* conicWeights) argument
/external/skia/src/core/
H A DSkPath.cpp217 !SkToBool(memcmp(fPathRef->conicWeights(), compare.fPathRef->conicWeights(),
218 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights())));
1585 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); local
1601 this->conicTo(pts[1], pts[0], *--conicWeights);
1623 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); local
1653 this->conicTo(pts[1], pts[0], *--conicWeights);
1800 fConicWeights = path.fPathRef->conicWeights();
2533 fCurrConicWeight = pathRef.conicWeights();

Completed in 107 milliseconds