Home | History | Annotate | Download | only in src

Lines Matching refs:points1

8158       var segments = [], points0 = [], points1 = [], i = -1, n = data.length, d, fx0 = d3_functor(x0), fy0 = d3_functor(y0), fx1 = x0 === x1 ? function() {
8164 segments.push("M", interpolate(projection(points1), tension), L, interpolateReverse(projection(points0.reverse()), tension), "Z");
8169 points1.push([ +fx1.call(this, d, i), +fy1.call(this, d, i) ]);
8173 points1 = [];