Lines Matching refs:this

26this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Supe…
30 function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn'…
233 _classCallCheck(this, i);
235 this.helper = t;
241 return this._fillPolygon(t, e);
250 var _e7 = this.connectingLines(t, n);
257 ops: this.renderLines(n, e)
271 …s.push.apply(s, _toConsumableArray(this.helper.doubleLineOps(_n3[0][0], _n3[0][1], _n3[1][0], _n3[…
291 var _e8 = this.splitOnIntersections(t, _r2);
335 …].concat(_toConsumableArray(o[1]))) || _e9.pop(), _e9.length <= 1) return this.midPointInPolygon(t…
342 this.midPointInPolygon(t, _n6) && _a3.push(_n6);
348 return this.midPointInPolygon(t, o) ? [o] : [];
361 _classCallCheck(this, c);
363 return _super.apply(this, arguments);
369 return this._fillPolygon(t, e, !0);
382 _classCallCheck(this, l);
384 return _super2.apply(this, arguments);
390 var s = this._fillPolygon(t, e),
394 o = this._fillPolygon(t, n);
405 _classCallCheck(this, u);
407 this.helper = t;
418 return this.dotsOnLines(s, e);
446 _h3 = this.helper.randOffsetWithRange(_u - r, _u + r, s),
447 _i6 = this.helper.randOffsetWithRange(_e11 - r, _e11 + r, s),
448 _c3 = this.helper.ellipse(_h3, _i6, a, a, s);
471 _classCallCheck(this, p);
473 this.helper = t;
482 ops: this.dashedLine(s, e)
488 var _this = this;
519 _classCallCheck(this, f);
521 this.helper = t;
534 ops: this.zigzagLines(o, n, e)
540 var _this2 = this;
572 _classCallCheck(this, g);
574 this.seed = t;
580 …return this.seed ? (Math.pow(2, 31) - 1 & (this.seed = Math.imul(48271, this.seed))) / Math.pow(2,…
1547 _classCallCheck(this, U);
1549 this.defaultOptions = {
1570 …}, this.config = t || {}, this.config.options && (this.defaultOptions = this._o(this.config.option…
1576 return t ? Object.assign({}, this.defaultOptions, t) : this.defaultOptions;
1584 options: s || this.defaultOptions
1590 var a = this._o(o);
1592 return this._d("line", [v(t, e, s, n, a)], a);
1597 var a = this._o(o),
1606 return a.stroke !== K && r.push(h), this._d("rectangle", r, a);
1611 var a = this._o(o),
1620 return a.stroke !== K && r.push(i.opset), this._d("ellipse", r, a);
1625 var o = this.ellipse(t, e, s, s, n);
1631 var s = this._o(e);
1633 return this._d("linearPath", [O(t, !1, s)], s);
1641 var i = this._o(h),
1672 return i.stroke !== K && c.push(l), this._d("arc", c, i);
1677 var s = this._o(e),
1712 return s.stroke !== K && n.push(o), this._d("curve", n, s);
1717 var s = this._o(e),
1721 …lStyle ? n.push(D(t, s)) : n.push(_(t, s))), s.stroke !== K && n.push(o), this._d("polygon", n, s);
1726 var s = this._o(e),
1729 if (!t) return this._d("path", n, s);
1878 }(t, s))), this._d("path", n, s);
1921 s = t.options || this.defaultOptions,
1935 d: this.opsToPath(_t34),
1944 d: this.opsToPath(_t34),
1952 _e25 = this.fillSketch(_t34, s);
1970 d: this.opsToPath(t),
1988 _classCallCheck(this, Y);
1990 this.canvas = t, this.ctx = this.canvas.getContext("2d"), this.gen = new U(e);
1997 s = t.options || this.getDefaultOptions(),
1998 n = this.ctx;
2009 …), s.strokeLineDashOffset && (n.lineDashOffset = s.strokeLineDashOffset), this._drawToContext(n, _…
2017 this._drawToContext(n, _o13, _e26), n.restore();
2021 this.fillSketch(n, _o13, s);
2034 …t = s.fillLineDashOffset), t.strokeStyle = s.fill || "", t.lineWidth = n, this._drawToContext(t, e…
2074 return this.gen.defaultOptions;
2079 var a = this.gen.line(t, e, s, n, o);
2080 return this.draw(a), a;
2085 var a = this.gen.rectangle(t, e, s, n, o);
2086 return this.draw(a), a;
2091 var a = this.gen.ellipse(t, e, s, n, o);
2092 return this.draw(a), a;
2097 var o = this.gen.circle(t, e, s, n);
2098 return this.draw(o), o;
2103 var s = this.gen.linearPath(t, e);
2104 return this.draw(s), s;
2109 var s = this.gen.polygon(t, e);
2110 return this.draw(s), s;
2117 var i = this.gen.arc(t, e, s, n, o, a, r, h);
2118 return this.draw(i), i;
2123 var s = this.gen.curve(t, e);
2124 return this.draw(s), s;
2129 var s = this.gen.path(t, e);
2130 return this.draw(s), s;
2135 return this.gen;
2146 _classCallCheck(this, et);
2148 this.svg = t, this.gen = new U(e);
2155 s = t.options || this.getDefaultOptions(),
2156 n = this.svg.ownerDocument || window.document,
2170 …_e28 = n.createElementNS(tt, "path"), _e28.setAttribute("d", this.opsToPath(_r17, a)), _e28.setAtt…
2174 …_e28 = n.createElementNS(tt, "path"), _e28.setAttribute("d", this.opsToPath(_r17, a)), _e28.setAtt…
2178 _e28 = this.fillSketch(n, _r17, s);
2197 …return o.setAttribute("d", this.opsToPath(e, s.fixedDecimalPlaceDigits)), o.setAttribute("stroke",…
2202 return this.gen.defaultOptions;
2207 return this.gen.opsToPath(t, e);
2212 var a = this.gen.line(t, e, s, n, o);
2213 return this.draw(a);
2218 var a = this.gen.rectangle(t, e, s, n, o);
2219 return this.draw(a);
2224 var a = this.gen.ellipse(t, e, s, n, o);
2225 return this.draw(a);
2230 var o = this.gen.circle(t, e, s, n);
2231 return this.draw(o);
2236 var s = this.gen.linearPath(t, e);
2237 return this.draw(s);
2242 var s = this.gen.polygon(t, e);
2243 return this.draw(s);
2250 var i = this.gen.arc(t, e, s, n, o, a, r, h);
2251 return this.draw(i);
2256 var s = this.gen.curve(t, e);
2257 return this.draw(s);
2262 var s = this.gen.path(t, e);
2263 return this.draw(s);
2268 return this.gen;