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

/external/skia/include/private/
H A DSkPathRef.h273 const SkScalar* conicWeights() const { return fConicWeights.begin(); } function in class:final
/external/skqp/include/private/
H A DSkPathRef.h273 const SkScalar* conicWeights() const { return fConicWeights.begin(); } function in class:final
/external/skia/src/gpu/ops/
H A DGrAAHairLinePathRenderer.cpp249 GrAAHairLinePathRenderer::FloatArray* conicWeights) {
301 conicWeights->push_back() = dst[i].fW;
241 gather_lines_and_quads(const SkPath& path, const SkMatrix& m, const SkIRect& devClipBounds, SkScalar capLength, GrAAHairLinePathRenderer::PtArray* lines, GrAAHairLinePathRenderer::PtArray* quads, GrAAHairLinePathRenderer::PtArray* conics, GrAAHairLinePathRenderer::IntArray* quadSubdivCnts, GrAAHairLinePathRenderer::FloatArray* conicWeights) argument
/external/skqp/src/gpu/ops/
H A DGrAAHairLinePathRenderer.cpp249 GrAAHairLinePathRenderer::FloatArray* conicWeights) {
301 conicWeights->push_back() = dst[i].fW;
241 gather_lines_and_quads(const SkPath& path, const SkMatrix& m, const SkIRect& devClipBounds, SkScalar capLength, GrAAHairLinePathRenderer::PtArray* lines, GrAAHairLinePathRenderer::PtArray* quads, GrAAHairLinePathRenderer::PtArray* conics, GrAAHairLinePathRenderer::IntArray* quadSubdivCnts, GrAAHairLinePathRenderer::FloatArray* conicWeights) argument
/external/skia/src/core/
H A DSkPath.cpp226 !SkToBool(memcmp(fPathRef->conicWeights(), compare.fPathRef->conicWeights(),
227 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights())));
1646 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); local
1662 this->conicTo(pts[1], pts[0], *--conicWeights);
1684 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); local
1714 this->conicTo(pts[1], pts[0], *--conicWeights);
1861 fConicWeights = path.fPathRef->conicWeights();
2537 fCurrConicWeight = pathRef.conicWeights();
/external/skqp/src/core/
H A DSkPath.cpp225 !SkToBool(memcmp(fPathRef->conicWeights(), compare.fPathRef->conicWeights(),
226 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights())));
1618 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); local
1634 this->conicTo(pts[1], pts[0], *--conicWeights);
1656 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); local
1686 this->conicTo(pts[1], pts[0], *--conicWeights);
1833 fConicWeights = path.fPathRef->conicWeights();
2653 fCurrConicWeight = pathRef.conicWeights();

Completed in 383 milliseconds