Lines Matching refs:w

35 mxShapeEipMessageExpiration.prototype.paintVertexShape = function(c, x, y, w, h)  argument
38 this.background(c, x, y, w, h);
41 mxShapeEipMessageExpiration.prototype.background = function(c, x, y, w, h) argument
43 c.ellipse(0, 0, w, h);
48 c.moveTo(w * 0.5, h * 0.1);
49 c.lineTo(w * 0.5, h * 0.5);
50 c.lineTo(w * 0.6, h * 0.8);
56 mxShapeEipMessageExpiration.prototype.getConstraints = function(style, w, h) argument
101 mxShapeEipReturnAddress.prototype.paintVertexShape = function(c, x, y, w, h) argument
104 this.background(c, x, y, w, h);
106 this.foreground(c, x, y, w, h);
109 mxShapeEipReturnAddress.prototype.background = function(c, x, y, w, h) argument
111 c.rect(0, 0, w, h);
115 mxShapeEipReturnAddress.prototype.foreground = function(c, x, y, w, h) argument
118 c.moveTo(w * 0.05, h * 0.11);
119 c.lineTo(w * 0.25, h * 0.11);
120 c.moveTo(w * 0.05, h * 0.18);
121 c.lineTo(w * 0.25, h * 0.18);
122 c.moveTo(w * 0.05, h * 0.25);
123 c.lineTo(w * 0.25, h * 0.25);
126 c.moveTo(w * 0.3, h * 0.63);
127 c.lineTo(w * 0.8, h * 0.63);
128 c.moveTo(w * 0.3, h * 0.72);
129 c.lineTo(w * 0.8, h * 0.72);
130 c.moveTo(w * 0.3, h * 0.80);
131 c.lineTo(w * 0.8, h * 0.80);
135 c.rect(w * 0.8, h * 0.1, w * 0.12, h * 0.19);
141 mxShapeEipReturnAddress.prototype.getConstraints = function(style, w, h) argument
194 mxShapeEipAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
229 mxShapeEipMessageChannel.prototype.paintVertexShape = function(c, x, y, w, h) argument
232 this.background(c, x, y, w, h);
234 this.foreground(c, x, y, w, h);
237 mxShapeEipMessageChannel.prototype.background = function(c, x, y, w, h) argument
239 c.setGradient('#e6e6e6', '#808080', 0, 0, w, h, mxConstants.DIRECTION_SOUTH, 1, 1);
243 c.lineTo(w - 8, h * 0.5 - 10);
244 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 + 10);
249 mxShapeEipMessageChannel.prototype.foreground = function(c, x, y, w, h) argument
253 c.moveTo(w - 8, h * 0.5 - 10);
254 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 + 10);
255 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 - 10);
262 mxShapeEipMessageChannel.prototype.getConstraints = function(style, w, h) argument
271 while (currW < w)
311 mxShapeEipDatatypeChannel.prototype.paintVertexShape = function(c, x, y, w, h) argument
314 this.background(c, x, y, w, h);
316 this.foreground(c, x, y, w, h);
319 mxShapeEipDatatypeChannel.prototype.background = function(c, x, y, w, h) argument
321 c.setGradient('#e6e6e6', '#808080', 0, 0, w, h, mxConstants.DIRECTION_SOUTH, 1, 1);
325 c.lineTo(w - 8, h * 0.5 - 10);
326 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 + 10);
331 mxShapeEipDatatypeChannel.prototype.foreground = function(c, x, y, w, h) argument
335 c.moveTo(w - 8, h * 0.5 - 10);
336 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 + 10);
337 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 - 10);
343 for(var i = 1; i * 20 + 10 < w - 14; i++)
352 mxShapeEipDatatypeChannel.prototype.getConstraints = function(style, w, h) argument
361 while (currW < w)
401 mxShapeEipDeadLetterChannel.prototype.paintVertexShape = function(c, x, y, w, h) argument
404 this.background(c, x, y, w, h);
406 this.foreground(c, x, y, w, h);
409 mxShapeEipDeadLetterChannel.prototype.background = function(c, x, y, w, h) argument
411 c.setGradient('#e6e6e6', '#808080', 0, 0, w, h, mxConstants.DIRECTION_SOUTH, 1, 1);
415 c.lineTo(w - 8, h * 0.5 - 10);
416 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 + 10);
421 mxShapeEipDeadLetterChannel.prototype.foreground = function(c, x, y, w, h) argument
425 c.moveTo(w - 8, h * 0.5 - 10);
426 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 + 10);
427 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 - 10);
433 c.moveTo(w * 0.5 - 6, h * 0.5 - 3);
434 c.lineTo(w * 0.5 - 3, h * 0.5 - 6);
435 c.lineTo(w * 0.5 + 3, h * 0.5 - 6);
436 c.lineTo(w * 0.5 + 6, h * 0.5 - 3);
437 c.lineTo(w * 0.5 + 6, h * 0.5 + 3);
438 c.lineTo(w * 0.5 + 3, h * 0.5 + 6);
439 c.lineTo(w * 0.5 - 3, h * 0.5 + 6);
440 c.lineTo(w * 0.5 - 6, h * 0.5 + 3);
447 c.moveTo(w * 0.5 - 4, h * 0.5);
448 c.lineTo(w * 0.5 + 4, h * 0.5);
454 mxShapeEipDeadLetterChannel.prototype.getConstraints = function(style, w, h) argument
463 while (currW < w)
503 mxShapeEipInvalidMessageChannel.prototype.paintVertexShape = function(c, x, y, w, h) argument
506 this.background(c, x, y, w, h);
508 this.foreground(c, x, y, w, h);
511 mxShapeEipInvalidMessageChannel.prototype.background = function(c, x, y, w, h) argument
513 c.setGradient('#e6e6e6', '#808080', 0, 0, w, h, mxConstants.DIRECTION_SOUTH, 1, 1);
517 c.lineTo(w - 8, h * 0.5 - 10);
518 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 + 10);
523 mxShapeEipInvalidMessageChannel.prototype.foreground = function(c, x, y, w, h) argument
527 c.moveTo(w - 8, h * 0.5 - 10);
528 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 + 10);
529 c.arcTo(12, 12, 0, 0, 1, w - 8, h * 0.5 - 10);
535 c.moveTo(w * 0.5 - 6, h * 0.5 + 5);
536 c.lineTo(w * 0.5, h * 0.5 - 5);
537 c.lineTo(w * 0.5 + 6, h * 0.5 + 5);
543 c.moveTo(w * 0.5, h * 0.5 - 2);
544 c.lineTo(w * 0.5, h * 0.5 + 2);
545 c.moveTo(w * 0.5, h * 0.5 + 3);
546 c.lineTo(w * 0.5, h * 0.5 + 4);
552 mxShapeEipInvalidMessageChannel.prototype.getConstraints = function(style, w, h) argument
561 while (currW < w)