Lines Matching refs:h

233 mxShape.prototype.getConstraints = function(style, w, h)  argument
1371 Graph.createSvgImage = function(w, h, data, coordWidth, coordHeight) argument
1374 …g/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="' + w + 'px" height="' + h + 'px" ' +
1378 …xImage('data:image/svg+xml;base64,' + ((window.btoa) ? btoa(tmp) : Base64.encode(tmp, true)), w, h)
1742 var h = svgs[0].getAttribute('height');
1753 if (h != null && h.charAt(h.length - 1) != '%')
1755 h = parseFloat(h);
1759 h = NaN;
1764 if (vb != null && !isNaN(w) && !isNaN(h))
1771 fy = parseFloat(tokens[3]) / h;
3603 h: H % 12 || 12, property in flags
5807 Graph.prototype.createTable = function(rowCount, colCount, w, h, title, startSize, tableStyle, rowS… argument
5810 h = (h != null) ? h : 40;
5820 0, 0, colCount * w, rowCount * h + ((title != null) ? startSize : 0), tableStyle),
5821 this.createParent(this.createVertex(null, null, '', 0, 0, colCount * w, h, rowStyle),
5822 this.createVertex(null, null, '', 0, 0, w, h, cellStyle),
5823 colCount, w, 0), rowCount, 0, h);
5860 Graph.prototype.createCrossFunctionalSwimlane = function(rowCount, colCount, w, h, title, tableStyl… argument
5863 h = (h != null) ? h : 120;
5878 colCount * w, rowCount * h, tableStyle);
5884 var row = this.createVertex(null, null, '', 0, t, colCount * w + t, h, rowStyle);
5886 '', t, 0, w, h, firstCellStyle), colCount, w, 0));
5890 row.geometry.y = h + t;
5893 this.createVertex(null, null, '', t, 0, w, h, cellStyle),
5894 colCount, w, 0), rowCount - 1, 0, h);
7209 var h = shape.getAttribute('h');
7212 h = (h == null) ? 80 : parseInt(h, 10);
7214 postStencilLoad(packageName, stencilName, name, w, h);
8207 var h = bounds.height / scale;
8212 w = h;
8213 h = tmp;
8216 constraints = terminal.shape.getConstraints(terminal.style, w, h);
9409 Graph.prototype.insertImage = function(newValue, w, h) argument
9437 newImages[i].setAttribute('height', h);
9766 var h = Math.max(1, Math.ceil(bounds.height * s) + 2 * border) +
9771 root.setAttribute('height', h + 'px');
9772 root.setAttribute('viewBox', ((crisp) ? '-0.5 -0.5' : '0 0') + ' ' + w + ' ' + h);
9793 svgCanvas.getAlternateText = function(fo, x, y, w, h, str, argument
10629 for (var h = 0; h < hd.rows.length; h++)
10632 hd.rows[h].appendChild(th);
13244 var h = ch[0].bounds.height / 2;
13247 ch[0].bounds.y = this.state.y - h + inset;