Searched refs:oldH (Results 1 – 5 of 5) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 283 $oldH = imagesy($gdimg); 286 if (($top > 0) && ($top < 1)) { $top = round($top * $oldH); } 287 if (($bottom > 0) && ($bottom < 1)) { $bottom = round($bottom * $oldH); } 289 $bottom = min($oldH - $top - 1, $bottom); 291 $newH = $oldH - $top - $bottom;
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Extensions.js | 11104 var oldH = b.h; 11115 …v = new mxCell('', new mxGeometry(Math.round(b.x * scale + dx), Math.round((b.y + oldH - b.h) * sc…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 11707 var oldH = {position: 0}, class in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f10e00.createLayoutFacade 11714 oldH = horizontal.getScrollState(); 11733 this.callEvent("onGanttScroll", [oldH.position, oldV.position, newH.position, newV.position]);
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js.map | 1 …oldH","addLineWidget","insertAt","aboveVisible","nextMarkerId","TextMarker","withOp","visual","dHe…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …oldH","oldV","newV","newH","date_x","scroll_to","_scroll_state","x_pos","y_pos","x_inner","y_inner…
|