Searched refs:_getLineWidth (Results 1 – 2 of 2) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 19741 var maxWidth = this._getLineWidth(ctx, 0); 19744 var currentLineWidth = this._getLineWidth(ctx, i); 19783 var lineWidth = this._getLineWidth(ctx, lineIndex), 19952 var lineWidth = this._getLineWidth(ctx, i), 20010 _getLineWidth: function(ctx, lineIndex) { method 20035 var lineWidth = _this._getLineWidth(ctx, i), 20870 var widthOfLine = this._getLineWidth(this.ctx, lineIndex); 20933 boxWidth += this._getLineWidth(ctx, i) || 5; 21174 var lineWidth = this._getLineWidth(ctx, i), 21372 _getLineWidth: function(ctx, lineIndex) { [all …]
|
| D | fabric.min.js | 11 …_getLineWidth(ctx,0);for(var i=1,len=this._textLines.length;i<len;i++){var currentLineWidth=this._… 13 …_getLineWidth(this.ctx,lineIndex);return this.__lineOffsets[lineIndex]||(this.__lineOffsets[lineIn… 15 …_getLineWidth(this.ctx,cursorLocation.lineIndex);lineLeftOffset=this._getLineLeftOffset(widthOfSam…
|