Lines Matching refs:h

35 mxShapeGCP2DoubleRect.prototype.paintVertexShape = function(c, x, y, w, h)  argument
41 h = h - dy;
45 c.roundrect(dx, dy, w , h, 1, 1);
47 c.roundrect(0, 0, w, h, 1, 1);
205 mxShapeGCP2HexIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
216 var iconSize = Math.min(w, h);
224 bgSt1.drawShape(c, this, w * 0.21, h * 0.12, w * 0.58, h * 0.76);
230 bgSt1.drawShape(c, this, w * 0.21, h * 0.12, w * 0.58, h * 0.76);
234 bgSt2.drawShape(c, this, w * 0.17, h * 0.13, w * 0.66, h * 0.74);
242 bgSt1.drawShape(c, this, w * 0.02, h * 0, w * 0.96, h);
245 bgSt2.drawShape(c, this, w * 0.14, h * 0.01, w * 0.72, h * 0.98);
248 bgSt1.drawShape(c, this, w * 0.13, h * 0.12, w * 0.74, h * 0.76);
257 bgSt1.drawShape(c, this, w * 0.02, h * 0, w * 0.96, h);
259 bgSt1.drawShape(c, this, w * 0.075, h * 0.06, w * 0.85, h * 0.88);
262 bgSt1.drawShape(c, this, w * 0.13, h * 0.12, w * 0.74, h * 0.76);
269 bgSt1.drawShape(c, this, w * 0.14, h * 0.01, w * 0.72, h * 0.98);
275 bgSt2.drawShape(c, this, w * 0.13, h * 0.12, w * 0.74, h * 0.76);
281 bgSt1.drawShape(c, this, w * 0.14, h * 0.01, w * 0.72, h * 0.98);
287 bgSt2.drawShape(c, this, w * 0.13, h * 0.12, w * 0.74, h * 0.76);
294 bgSt1.drawShape(c, this, 0, h * 0.56, w, h * 0.28);
300 bgSt1.drawShape(c, this, 0, h * 0.16, w, h * 0.28);
305 bgSt1.drawShape(c, this, w * 0.12, h * 0.11, w * 0.76, h * 0.78);
310 bgSt1.drawShape(c, this, w * 0.12, h * 0.11, w * 0.76, h * 0.78);
324 stencil.drawShape(c, this, w * 0.17, h * 0.16, w * 0.66, h * 0.68);
332 c.ellipse(w * 0.2, 0, w * 0.18, h * 0.22);
337 c.ellipse(w * 0.2, 0, w * 0.18, h * 0.22);
343 c.setFontSize(Math.min(w, h) * 0.1);
345 …c.text(w * 0.29, h * 0.11 + 1, 0, 0, instNum.toString(), mxConstants.ALIGN_CENTER, mxConstants.ALI…
351 mxShapeGCP2HexIcon.prototype.getConstraints = function(style, w, h) argument