Searched refs:newHeight (Results 1 – 13 of 13) sorted by relevance
/plugin/fckg/fckeditor/editor/plugins/autogrow/ |
H A D | fckplugin.js | 33 var newHeight = window.frameElement.offsetHeight + delta ; 35 newHeight = FCKAutoGrow.GetEffectiveHeight( newHeight ) ; 37 if ( newHeight != window.frameElement.height ) 39 window.frameElement.style.height = newHeight + "px" ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | ImageObject.cfc | 143 <cfargument name="newHeight" required="yes" type="numeric"> 144 <cfset var imageResults = imageCFC.scaleHeight(variables.img,"","", newHeight)> 152 <cfargument name="newHeight" required="yes" type="numeric"> 156 …<cfset var imageResults = imageCFC.resize(variables.img,"","",newWidth,newHeight,preserveAspect,cr… 166 <cfargument name="newHeight" required="yes" type="numeric"> 167 <cfset var imageResults = imageCFC.crop(variables.img,"","",fromX,fromY,newWidth,newHeight)>
|
/plugin/aimg/ |
H A D | script.js | 945 fnEditingData.newWidth = fnEditingData.newHeight = 0; 1002 newHeight = area.offsetHeight; 1022 parseInt((newLeft+newWidth)/sFact) + ',' + parseInt((newTop+newHeight)/sFact) +
|
/plugin/advrack/ |
H A D | jquery.qtip.js | 3059 newWidth, newHeight; 3075 newHeight = result.height = Math.abs(result.position.bottom - result.position.top); 3086 while(newWidth > 0 && newHeight > 0 && compareX > 0 && compareY > 0) 3089 newHeight = Math.floor(newHeight / 2); 3095 if(corner.y === TOP){ compareY = newHeight; } 3096 else if(corner.y === BOTTOM){ compareY = result.height - newHeight; } 3097 else{ compareY += Math.floor(newHeight / 2); }
|
/plugin/panoview/ |
H A D | script.js | 741 var newHeight = this.viewer.offsetHeight; 756 this.height = newHeight;
|
/plugin/revealjs/js/ |
H A D | reveal.js | 1927 var newHeight, oldHeight = element.style.height; 1937 newHeight = height - element.parentNode.offsetHeight; 1945 return newHeight;
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 11 …newHeight){var context=canvasEl.getContext("2d"),imageData,multW=.5,multH=.5,signW=1,signH=1,doneW… argument
|
H A D | fabric.js | 19087 sliceByTwo: function(canvasEl, width, height, newWidth, newHeight) { argument 19094 newHeight = floor(newHeight); 19096 tmpCanvas.height = max(newHeight, height); 19102 if (newHeight > height) { 19108 canvasEl.height = max(newHeight, height); 19121 if (newHeight * signH < floor(stepH * multH * signH)) { 19125 stepH = newHeight; 19133 return context.getImageData(0, 0, newWidth, newHeight);
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.js | 16089 newHeight = paintHeight; 16097 newHeight = Math.ceil(paintHeight / 2); 16098 heightScale /= paintHeight / newHeight; 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); 16107 paintHeight = newHeight;
|
H A D | pdf.js.map | 1 …newHeight","getSinglePixelWidth","inverse","getCanvasPosition","ShadingIRs","fromIR","raw","colorS…
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 202 var newHeight = minOffset - (naturalOffset - naturalHeight); // subtract the margin/padding 204 $(el).height(newHeight);
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 30808 var newHeight = min$3(max$5(startHeight + e.clientY - startY, minHeight), maxHeight); 30811 parent.style.height = newHeight + 'px';
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …newHeight = 0;\n let newDisplay = 'none';\n if (visibleZones.hasOwnProperty(…
|