Searched refs:totalWidth (Results 1 – 10 of 10) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 66197 totalWidth = width(), 66223 .rect(x + firstInline.x, y-lw/2, totalWidth, lw/2).fill() 66224 .rect(x + firstInline.x, y+gap-lw/2, totalWidth, lw/2).fill(); 66226 var nbDashes = Math.ceil(totalWidth / (3.96+2.84)); 66228 pdfKitDoc.rect(rdx, y, totalWidth, lw).clip(); 66235 var nbDots = Math.ceil(totalWidth / (lw*3)); 66237 pdfKitDoc.rect(rx, y, totalWidth, lw).clip(); 66245 var nbWaves = Math.ceil(totalWidth / (sh*2))+1; 66247 pdfKitDoc.rect(x + firstInline.x, y-sv, totalWidth, y+sv).clip(); 66259 .rect(x + firstInline.x, y-lw/2, totalWidth, lw)
|
H A D | pdfmake.min.js.map | 1 …totalWidth","lineAscent","lw","nbDashes","rdx","nbDots","sh","sv","nbWaves","rwx","iii","__WEBPACK…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 11 …),totalWidth=this.width;if(totalWidth>=lineWidth){var words=line.split(/\s+/),wordsWidth=this._get…
|
H A D | fabric.js | 19784 totalWidth = this.width; 19785 if (totalWidth >= lineWidth) { 19789 widthDiff = totalWidth - wordsWidth,
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 24468 value: function refreshStretching(totalWidth) { 24472 this.totalTargetWidth = totalWidth; 24483 totalWidth -= permanentColumnWidth; 24488 var remainingSize = totalWidth - sumAll; 24491 this.stretchAllRatio = totalWidth / sumAll; 24494 } else if (this.stretch === 'last' && totalWidth !== Infinity) {
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 19796 totalWidth = 0; 19807 totalWidth += currentWidth; 19838 collectiveBitmap = readUncompressedBitmap(huffmanInput, totalWidth, currentHeight); 19843 collectiveBitmap = decodeMMRBitmap(huffmanInput, totalWidth, currentHeight, false);
|
H A D | pdf.worker.js.map | 1 …totalWidth","firstSymbol","deltaWidth","numberOfInstances","decodeTextRegion","symbolId","decodeIA…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 19526 grid.attachEvent("onColumnResizeComplete", function(columns, totalWidth){ argument 19527 gantt.config.grid_width = totalWidth;
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js.map | 1 …totalWidth","zeroWidthHack","disableHoriz","enableZeroWidthBar","disableVert","pointerEvents","bar…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …totalWidth","getRowRectangle","aria","date_grid","tree","grid_indent","grid_blank","grid_file","gr…
|