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

/external/skia/include/core/
H A DSkPathRef.h222 const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin(); } function in class:SkPathRef
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp243 GrAAHairLinePathRenderer::FloatArray* conicWeights) {
283 conicWeights->push_back() = dst[i].fW;
236 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.cpp1325 const SkScalar* conicWeights = path.fPathRef->conicWeights(); local
1335 conicWeights += (SkPath::kConic_Verb == v);
1347 this->conicTo(pts[-1], pts[-2], *--conicWeights);
1368 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); local
1398 this->conicTo(pts[1], pts[0], *--conicWeights);
1544 fConicWeights = path.fPathRef->conicWeights() - 1; // begin one behind
1795 fConicWeights = path.fPathRef->conicWeights() - 1; // begin one behind
2313 fCurrConicWeight = pathRef.conicWeights();

Completed in 26 milliseconds