Home
last modified time | relevance | path

Searched refs:currentWidth (Results 1 – 13 of 13) sorted by relevance

/plugin/c3chart/assets/
Dc3.min.js2currentWidth=t.getCurrentWidth(),t.currentHeight=t.getCurrentHeight(),t.margin=e.axis_rotated?{top…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js12577 currentWidth = p.x, currentHeight = p.y;
12580 if (currentWidth < 0) {
12581 currentWidth = Math.abs(currentWidth); property
12585 Math.pow(currentWidth / 2, 2) +
12589 isFinite(currentHeight / currentWidth)
12590 ? currentHeight / currentWidth
12599 wh = new fabric.Point(currentWidth, currentHeight),
Dfabric.min.js8currentWidth=p.x,currentHeight=p.y;if(currentWidth<0){currentWidth=Math.abs(currentWidth)}var _hyp… property
/plugin/pdfjs/pdfjs/web/
Dviewer.js3795 var currentWidth = element.offsetLeft + element.clientLeft;
3799 var viewRight = currentWidth + viewWidth;
3806 } else if ((horizontal ? currentWidth : currentHeight) > lastEdge) {
3810 … if (viewBottom <= top || currentHeight >= bottom || viewRight <= left || currentWidth >= right) {
3815 var hiddenWidth = Math.max(0, left - currentWidth) + Math.max(0, viewRight - right);
3819 x: currentWidth,
Dviewer.js.map1currentWidth","currentHeight","viewWidth","viewHeight","viewRight","viewBottom","hiddenHeight","hi…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js19795 var currentWidth = 0,
19806 currentWidth += deltaWidth;
19807 totalWidth += currentWidth;
19814 …bitmap = decodeTextRegion(huffman, refinement, currentWidth, currentHeight, 0, numberOfInstances, …
19820 …bitmap = decodeRefinement(currentWidth, currentHeight, refinementTemplateIndex, symbol, rdx, rdy, …
19825 symbolWidths.push(currentWidth);
19827 …bitmap = decodeBitmap(false, currentWidth, currentHeight, templateIndex, false, null, at, decoding…
Dpdf.worker.js.map1currentWidth","totalWidth","firstSymbol","deltaWidth","numberOfInstances","decodeTextRegion","symb…
/plugin/html5video2/script/
Dvideo.min.js12 ….currentDimension("width"),height:this.currentDimension("height")}},e.currentWidth=function(){retu…
20 …tion(){if(this.responsive())for(var e=this.currentBreakpoint(),t=this.currentWidth(),i=0;i<Un.leng…
/plugin/edittable/lib/
Dhandsontable.full.js43744 _this.currentWidth = null;
43937 this.handle.style.left = this.startOffset + this.currentWidth + 'px';
44150 this.currentWidth = this.startWidth + ((0, _event.pageX)(event) - this.startX);
44153 _this6.newSize = _this6.setManualSize(selectedCol, _this6.currentWidth);
/plugin/zwidoku/files/
H A Djs.js1currentWidth=null;_this.newSize=null;_this.startY=null;_this.startWidth=null;_this.startOffset=nul…
/plugin/jsontable/script/
Dhandsontable.full.min.js35currentWidth=null,n.newSize=null,n.startY=null,n.startWidth=null,n.startOffset=null,n.handle=docum…
/plugin/openlayersmap/ol/
Dol.js.map1currentWidth = measureTextWidth(font, text);\n widths.push(currentWidth);\n lineWidth += cur…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1currentWidth = dom.getTotalWidth(this._domNode);\n if (currentWidth < FIND_WIDGET_INITI…