Home
last modified time | relevance | path

Searched refs:curH (Results 1 – 2 of 2) sorted by relevance

/plugin/lytebox/
H A Dlytebox.js765 LyteBox.prototype.resizeH = function(id, curH, maxH, pixelrate, speed) { argument
768 var newH = (this.doAnimations ? curH : maxH);
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js9302 …var curH = p.TaskHeight? p.TaskHeight * scale : Math.max(mxUtils.getSizeForString(p.TaskName.t, fz…
9303 …var task = new mxCell('', new mxGeometry(0, curY, w, curH), 'part=1;html=1;resizeHeight=0;spacingT…
9309 curY += curH;
9317 …var curH = Math.max(mxUtils.getSizeForString(pTxt.t, fz? fz[0] : defaultFontSize, null, w - 10).h…
9318 …item[i] = new mxCell('', new mxGeometry(0, curY, w, curH), 'part=1;html=1;resizeHeight=0;fillColor…
9319 curY += curH;
12474 var curH = Math.round((h - th) * itemH) + extH;
12476 curY += curH;
12531 var curH = p['Field' + (i + 1) + '_h'] * scale;
12532 …item[i] = new mxCell('', new mxGeometry(0, curY, w, curH), 'part=1;resizeHeight=0;strokeColor=none…
[all …]