Lines Matching refs:h

50 mxShapePidDiscInst.prototype.paintVertexShape = function(c, x, y, w, h)  argument
53 this.background(c, x, y, w, h);
55 this.foreground(c, x, y, w, h);
58 mxShapePidDiscInst.prototype.background = function(c, x, y, w, h) argument
60 c.ellipse(0, 0, w, h);
64 mxShapePidDiscInst.prototype.foreground = function(c, x, y, w, h) argument
71 c.moveTo(0, h * 0.5);
72 c.lineTo(w, h * 0.5);
79 c.moveTo(0, h * 0.5);
80 c.lineTo(w, h * 0.5);
86 c.moveTo(w * 0.005, h * 0.48);
87 c.lineTo(w * 0.995, h * 0.48);
88 c.moveTo(w * 0.005, h * 0.52);
89 c.lineTo(w * 0.995, h * 0.52);
151 mxShapePidSharedCont.prototype.paintVertexShape = function(c, x, y, w, h) argument
154 this.background(c, x, y, w, h);
156 this.foreground(c, x, y, w, h);
159 mxShapePidSharedCont.prototype.background = function(c, x, y, w, h) argument
161 c.rect(0, 0, w, h);
165 mxShapePidSharedCont.prototype.foreground = function(c, x, y, w, h) argument
169 c.ellipse(0, 0, w, h);
175 c.moveTo(0, h * 0.5);
176 c.lineTo(w, h * 0.5);
183 c.moveTo(0, h * 0.5);
184 c.lineTo(w, h * 0.5);
190 c.moveTo(w * 0.005, h * 0.48);
191 c.lineTo(w * 0.995, h * 0.48);
192 c.moveTo(w * 0.005, h * 0.52);
193 c.lineTo(w * 0.995, h * 0.52);
255 mxShapePidCompFunc.prototype.paintVertexShape = function(c, x, y, w, h) argument
258 this.background(c, x, y, w, h);
260 this.foreground(c, x, y, w, h);
263 mxShapePidCompFunc.prototype.background = function(c, x, y, w, h) argument
266 c.moveTo(0, h * 0.5);
269 c.lineTo(w, h * 0.5);
270 c.lineTo(w * 0.75, h);
271 c.lineTo(w * 0.25, h);
276 mxShapePidCompFunc.prototype.foreground = function(c, x, y, w, h) argument
283 c.moveTo(0, h * 0.5);
284 c.lineTo(w, h * 0.5);
291 c.moveTo(0, h * 0.5);
292 c.lineTo(w, h * 0.5);
298 c.moveTo(w * 0.01, h * 0.48);
299 c.lineTo(w * 0.99, h * 0.48);
300 c.moveTo(w * 0.01, h * 0.52);
301 c.lineTo(w * 0.99, h * 0.52);
363 mxShapePidProgLogCont.prototype.paintVertexShape = function(c, x, y, w, h) argument
366 this.background(c, x, y, w, h);
368 this.foreground(c, x, y, w, h);
371 mxShapePidProgLogCont.prototype.background = function(c, x, y, w, h) argument
373 c.rect(0, 0, w, h);
377 mxShapePidProgLogCont.prototype.foreground = function(c, x, y, w, h) argument
382 c.moveTo(0, h * 0.5);
384 c.lineTo(w, h * 0.5);
385 c.lineTo(w * 0.5, h);
392 c.moveTo(0, h * 0.5);
393 c.lineTo(w, h * 0.5);
400 c.moveTo(0, h * 0.5);
401 c.lineTo(w, h * 0.5);
407 c.moveTo(w * 0.02, h * 0.48);
408 c.lineTo(w * 0.98, h * 0.48);
409 c.moveTo(w * 0.02, h * 0.52);
410 c.lineTo(w * 0.98, h * 0.52);
484 mxShapePidIndicator.prototype.paintVertexShape = function(c, x, y, w, h) argument
487 this.background(c, x, y, w, h);
489 this.foreground(c, x, y, w, h);
492 mxShapePidIndicator.prototype.background = function(c, x, y, w, h) argument
498 c.lineTo(w * 0.5, h);
530 mxShapePidIndicator.prototype.foreground = function(c, x, y, w, h) argument
625 mxShapePidLogic.prototype.paintVertexShape = function(c, x, y, w, h) argument
628 this.background(c, x, y, w, h);
630 this.foreground(c, x, y, w, h);
633 mxShapePidLogic.prototype.background = function(c, x, y, w, h) argument
636 c.moveTo(0, h * 0.5);
638 c.lineTo(w, h * 0.5);
639 c.lineTo(w * 0.5, h);
644 mxShapePidLogic.prototype.foreground = function(c, x, y, w, h) argument
651 c.moveTo(0, h * 0.5);
652 c.lineTo(w, h * 0.5);
659 c.moveTo(0, h * 0.5);
660 c.lineTo(w, h * 0.5);
666 c.moveTo(w * 0.02, h * 0.48);
667 c.lineTo(w * 0.98, h * 0.48);
668 c.moveTo(w * 0.02, h * 0.52);
669 c.lineTo(w * 0.98, h * 0.52);