Searched refs:_renderDashedStroke (Results 1 – 2 of 2) sorted by relevance
11619 this._renderDashedStroke && this._renderDashedStroke(ctx);13663 _renderDashedStroke: function(ctx) { method14119 _renderDashedStroke: function(ctx) { method14526 _renderDashedStroke: function(ctx) { method14759 _renderDashedStroke: function(ctx) { method15011 _renderDashedStroke: function(ctx) { method15012 fabric.Polyline.prototype._renderDashedStroke.call(this, ctx); method in fabric.Polyline17055 _renderDashedStroke: function(ctx) { method
6 …eDashArray);this._stroke&&this._stroke(ctx)}else{this._renderDashedStroke&&this._renderDashedStrok…8 …_renderDashedStroke:function(ctx){var p=this.calcLinePoints();ctx.beginPath();fabric.util.drawDash… method9 …is.height/2,this.width,this.height);ctx.closePath();ctx.restore()},_renderDashedStroke:function(ct… method