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

/external/skia/include/core/
H A DSkPathRef.h247 const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin(); } function in class:SkPathRef
/external/skia/src/gpu/batches/
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.cpp209 !SkToBool(memcmp(fPathRef->conicWeights(), compare.fPathRef->conicWeights(),
210 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights())));
1554 const SkScalar* conicWeights = path.fPathRef->conicWeights(); local
1564 conicWeights += (SkPath::kConic_Verb == v);
1576 this->conicTo(pts[-1], pts[-2], *--conicWeights);
1597 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); local
1627 this->conicTo(pts[1], pts[0], *--conicWeights);
1774 fConicWeights = path.fPathRef->conicWeights()
[all...]

Completed in 73 milliseconds