Home
last modified time | relevance | path

Searched refs:newWidth (Results 1 – 17 of 17) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
DImageObject.cfc134 <cfargument name="newWidth" required="yes" type="numeric">
135 <cfset var imageResults = imageCFC.scaleWidth(variables.img,"","", newWidth)>
151 <cfargument name="newWidth" required="yes" type="numeric">
156 …<cfset var imageResults = imageCFC.resize(variables.img,"","",newWidth,newHeight,preserveAspect,cr…
165 <cfargument name="newWidth" required="yes" type="numeric">
167 <cfset var imageResults = imageCFC.crop(variables.img,"","",fromX,fromY,newWidth,newHeight)>
/plugin/layeranimation/
Dscript.js409 var newWidth = this.root.width();
410 if ( this.prevWidth == newWidth ) { return; }
411 this.prevWidth = newWidth;
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.fixed.js556 newWidth = Math.max(
563 newWidth - (thTopOuterWidth - thTopWidth)
567 newWidth - (tdBottomOuterWidth - tdBottomWidth)
/plugin/aimg/
Dscript.js945 fnEditingData.newWidth = fnEditingData.newHeight = 0;
1001 newWidth = area.offsetWidth;
1022 parseInt((newLeft+newWidth)/sFact) + ',' + parseInt((newTop+newHeight)/sFact) +
/plugin/advrack/
Djquery.qtip.js3059 newWidth, newHeight;
3074 newWidth = result.width = Math.abs(result.position.right - result.position.left);
3086 while(newWidth > 0 && newHeight > 0 && compareX > 0 && compareY > 0)
3088 newWidth = Math.floor(newWidth / 2);
3091 if(corner.x === LEFT){ compareX = newWidth; }
3092 else if(corner.x === RIGHT){ compareX = result.width - newWidth; }
3093 else{ compareX += Math.floor(newWidth / 2); }
/plugin/panoview/
H A Dscript.js740 var newWidth = this.viewer.offsetWidth;
755 this.width = newWidth;
/plugin/issuetracker/
Dprototype.js3348 var newWidth;
3350 newWidth = getPixelValue(element, 'width', context);
3352 newWidth = getPixelValue(element, 'width', context);
3356 newWidth = pLayout.get('width') -
3365 element.setStyle({ width: newWidth + 'px' });
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js19087 sliceByTwo: function(canvasEl, width, height, newWidth, newHeight) { argument
19093 newWidth = floor(newWidth);
19095 tmpCanvas.width = max(newWidth, width);
19098 if (newWidth > width) {
19107 canvasEl.width = max(newWidth, width);
19114 if (newWidth * signW < floor(stepW * multW * signW)) {
19118 stepW = newWidth;
19133 return context.getImageData(0, 0, newWidth, newHeight);
Dfabric.min.js11newWidth,newHeight){var context=canvasEl.getContext("2d"),imageData,multW=.5,multH=.5,signW=1,sign… argument
/plugin/pdfjs/pdfjs/build/
Dpdf.js16088 var newWidth = paintWidth,
16092 newWidth = Math.ceil(paintWidth / 2); property
16093 widthScale /= paintWidth / newWidth;
16101 tmpCanvas = this.cachedCanvases.getCanvas(tmpCanvasId, newWidth, newHeight);
16103 tmpCtx.clearRect(0, 0, newWidth, newHeight);
16104 tmpCtx.drawImage(imgToPaint, 0, 0, paintWidth, paintHeight, 0, 0, newWidth, newHeight);
16106 paintWidth = newWidth;
Dpdf.js.map1newWidth","newHeight","getSinglePixelWidth","inverse","getCanvasPosition","ShadingIRs","fromIR","r…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js19126 _setColumnsWidth: function (newWidth, start_index) { argument
19130 final_width = newWidth;
/plugin/datatables/assets/pdfmake/
Dpdfmake.js70952 var newWidth;
70963newWidth = textTools.widthOfString(inline.text, inline.font, inline.fontSize, inline.characterSpac…
70964 diffWidth = inline.width - newWidth;
70965 inline.width = newWidth;
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js30807 var newWidth = min$3(max$5(startWidth + e.clientX - startX, minWidth), maxWidth);
30810 parent.style.width = newWidth + 'px';
/plugin/abc2/abc-libraries/abcjs/
Dabcjs_plugin-midi_6.0.0-beta.25-min.js3 …th&&p>t.total&&(w=t.total*u*c+t.left,g.attempts.push({type:"too sparse",newWidth:Math.round(w)}),A… property
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1newWidth","start_index","columns_width","final_width","extra_width","start_width","col","iterator"…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1newWidth) {\n this.inputBox.paddingRight = this.cachedOptionsWidth;\n this.inputBox.…