Lines Matching refs:w

35 mxArchiMateLocation.prototype.paintVertexShape = function(c, x, y, w, h)  argument
38 this.background(c, 0, 0, w, h);
40 c.translate(w - 20, 5);
41 this.foreground(c, w - 20, 5, 15, 15);
44 mxArchiMateLocation.prototype.background = function(c, x, y, w, h) argument
46 c.rect(0, 0, w, h);
50 mxArchiMateLocation.prototype.foreground = function(c, x, y, w, h) argument
55 w = w - 6;
57 c.moveTo(w * 0.5, h);
58 c.arcTo(w * 0.1775, h * 0.3, 0, 0, 0, w * 0.345, h * 0.7);
59 c.arcTo(w * 0.538, h * 0.364, 0, 0, 1, w * 0.5, 0);
60 c.arcTo(w * 0.538, h * 0.364, 0, 0, 1, w * 0.655, h * 0.7);
61 c.arcTo(w * 0.1775, h * 0.3, 0, 0, 0, w * 0.5, h);
67 mxArchiMateLocation.prototype.getConstraints = function(style, w, h) argument
136 mxArchiMateBusiness.prototype.paintVertexShape = function(c, x, y, w, h) argument
139 this.background(c, 0, 0, w, h);
141 c.translate(w - 20, 5);
142 this.foreground(c, w - 20, 5, 15, 15);
145 mxArchiMateBusiness.prototype.background = function(c, x, y, w, h) argument
147 c.roundrect(0, 0, w, h, 10, 10);
151 mxArchiMateBusiness.prototype.foreground = function(c, x, y, w, h) argument
164 c.lineTo(w * 0.65, h * 0.15);
165 c.lineTo(w * 0.65, 0);
166 c.lineTo(w, h * 0.5);
167 c.lineTo(w * 0.65, h);
168 c.lineTo(w * 0.65, h * 0.85);
176 w = w - 4;
180 c.lineTo(w * 0.5, 0);
181 c.lineTo(w, h * 0.15);
182 c.lineTo(w, h);
183 c.lineTo(w * 0.5, h * 0.85);
191 c.moveTo(w * 0.55, 0);
192 c.arcTo(w * 0.45, h * 0.5, 0, 0, 1, w * 0.55, h);
194 c.moveTo(w * 0.45, 0);
195 c.arcTo(w * 0.45, h * 0.5, 0, 0, 0, w * 0.45, h);
205 c.moveTo(w - h * 0.5, 0);
206 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, w - h * 0.5, h);
218 c.moveTo(w - h * 0.5, 0);
219 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, w - h * 0.5, h);
229 mxArchiMateBusiness.prototype.getConstraints = function(style, w, h) argument
282 mxArchiMateBusinessObject.prototype.paintVertexShape = function(c, x, y, w, h) argument
285 this.background(c, 0, 0, w, h);
287 this.foreground(c, 0, 0, w, h);
290 mxArchiMateBusinessObject.prototype.background = function(c, x, y, w, h) argument
292 c.rect(0, 0, w, h);
296 mxArchiMateBusinessObject.prototype.foreground = function(c, x, y, w, h) argument
302 c.lineTo(w, 15);
309 mxArchiMateBusinessObject.prototype.getConstraints = function(style, w, h) argument
362 mxArchiMateRepresentation.prototype.paintVertexShape = function(c, x, y, w, h) argument
365 this.background(c, 0, 0, w, h);
368 mxArchiMateRepresentation.prototype.background = function(c, x, y, w, h) argument
372 c.lineTo(w, 0);
373 c.lineTo(w, h * 0.85);
374 c.arcTo(w * 0.35, h * 0.35, 0, 0, 0, w * 0.5, h * 0.85);
375 c.arcTo(w * 0.35, h * 0.35, 0, 0, 1, 0, h * 0.85);
382 mxArchiMateRepresentation.prototype.getConstraints = function(style, w, h) argument
435 mxArchiMateProduct.prototype.paintVertexShape = function(c, x, y, w, h) argument
438 this.background(c, 0, 0, w, h);
440 this.foreground(c, 0, 0, w, h);
443 mxArchiMateProduct.prototype.background = function(c, x, y, w, h) argument
445 c.rect(0, 0, w, h);
449 mxArchiMateProduct.prototype.foreground = function(c, x, y, w, h) argument
455 c.lineTo(w * 0.6, 15);
456 c.lineTo(w * 0.6, 0);
527 mxArchiMateApplication.prototype.paintVertexShape = function(c, x, y, w, h) argument
530 this.background(c, 0, 0, w, h);
532 c.translate(w - 20, 5);
533 this.foreground(c, w - 20, 5, 15, 15);
536 mxArchiMateApplication.prototype.background = function(c, x, y, w, h) argument
538 c.rect(0, 0, w, h);
542 mxArchiMateApplication.prototype.foreground = function(c, x, y, w, h) argument
551 w = w - 2;
553 c.rect(w * 0.25, 0, w * 0.75, h);
556 c.rect(0, h * 0.25, w * 0.5, h * 0.15);
559 c.rect(0, h * 0.6, w * 0.5, h * 0.15);
567 c.ellipse(0, 0, w * 0.6, h);
569 c.ellipse(w * 0.4, 0, w * 0.6, h);
577 c.ellipse(w * 0.5, 0, w * 0.5, h);
582 c.lineTo(w * 0.5, h * 0.5);
592 c.lineTo(w * 0.6, h * 0.5);
593 c.moveTo(w, 0);
594 c.arcTo(w * 0.4, h * 0.5, 0, 0, 0, w, h);
600 c.moveTo(w * 0.5, 0);
601 c.lineTo(w, h * 0.2);
602 c.lineTo(w, h);
603 c.lineTo(w * 0.5, h * 0.8);
612 c.moveTo(w * 0.55, 0);
613 c.arcTo(w * 0.45, h * 0.5, 0, 0, 1, w * 0.55, h);
615 c.moveTo(w * 0.45, 0);
616 c.arcTo(w * 0.45, h * 0.5, 0, 0, 0, w * 0.45, h);
626 c.moveTo(w - h * 0.5, 0);
627 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, w - h * 0.5, h);
637 c.lineTo(w * 0.25, 0);
638 c.lineTo(w, 0);
639 c.lineTo(w, h * 0.75);
640 c.lineTo(w * 0.75, h);
644 c.lineTo(w * 0.75, h * 0.25);
645 c.lineTo(w * 0.75, h);
646 c.moveTo(w, 0);
647 c.lineTo(w * 0.75, h * 0.25);
656 c.moveTo(w * 0.4, h * 0.2);
657 c.lineTo(w * 0.85, h * 0.2);
658 c.lineTo(w * 0.6, h * 0.8);
659 c.lineTo(w * 0.15, h * 0.8);
666 c.ellipse(w * 0.25, 0, w * 0.3, h * 0.4);
669 c.ellipse(w * 0.7, 0, w * 0.3, h * 0.4);
672 c.ellipse(0, h * 0.6, w * 0.3, h * 0.4);
675 c.ellipse(w * 0.45, h * 0.6, w * 0.3, h * 0.4);
684 c.moveTo(w * 0.1, 0);
686 c.lineTo(w * 0.1, h);
687 c.moveTo(w * 0.9, 0);
688 c.lineTo(w, h * 0.5);
689 c.lineTo(w * 0.9, h);
695 c.lineTo(w, h * 0.5);
700 c.ellipse(w * 0.3, 0, w * 0.7, h * 0.7);
703 c.ellipse(0, h * 0.02, w * 0.98, h * 0.98);
709 w = w - 4;
713 c.lineTo(w * 0.7, 0);
714 c.lineTo(w, h * 0.22);
715 c.lineTo(w, h);
718 c.moveTo(w * 0.7, 0);
719 c.lineTo(w * 0.7, h * 0.22);
720 c.lineTo(w, h * 0.22);
726 w = w - 6;
727 c.ellipse(w * 0.2, 0, w * 0.6, h * 0.3);
731 c.moveTo(w * 0.5, h * 0.3);
732 c.lineTo(w * 0.5, h * 0.75);
734 c.lineTo(w, h * 0.45);
736 c.lineTo(w * 0.5, h * 0.75);
737 c.lineTo(w, h);
746 c.moveTo(w * 0.8, 0);
747 c.lineTo(w * 0.2, 0);
748 c.arcTo(w * 0.2, h * 0.5, 0, 0, 0, w * 0.2, h);
749 c.lineTo(w * 0.8, h);
752 c.ellipse(w * 0.6, 0, w * 0.4, h);
759 mxArchiMateApplication.prototype.getConstraints = function(style, w, h) argument
822 mxArchiMateTech.prototype.paintVertexShape = function(c, x, y, w, h) argument
825 this.background(c, 0, 0, w, h);
827 c.translate(w - 30, 15);
828 this.foreground(c, w - 30, 15, 15, 15);
831 mxArchiMateTech.prototype.background = function(c, x, y, w, h) argument
836 c.lineTo(w, 0);
837 c.lineTo(w, h - 10);
838 c.lineTo(w - 10, h);
842 c.lineTo(w - 10, 10);
843 c.lineTo(w - 10, h);
844 c.moveTo(w, 0);
845 c.lineTo(w - 10, 10);
849 mxArchiMateTech.prototype.foreground = function(c, x, y, w, h) argument
857 c.roundrect(0, 0, w, h * 0.88, w * 0.05, h * 0.05);
860 c.moveTo(w * 0.1, h * 0.88);
862 c.lineTo(w, h);
863 c.lineTo(w * 0.9, h * 0.88);
871 c.rect(w * 0.4, 0, w * 0.6, h * 0.2);
874 c.rect(w * 0.2, h * 0.4, w * 0.6, h * 0.2);
877 c.rect(0, h * 0.8, w * 0.6, h * 0.2);
884 mxArchiMateTech.prototype.getConstraints = function(style, w, h) argument
959 mxArchiMateMotivational.prototype.paintVertexShape = function(c, x, y, w, h) argument
962 this.background(c, 0, 0, w, h);
964 c.translate(w - 20, 5);
965 this.foreground(c, w - 20, 5, 15, 15);
968 mxArchiMateMotivational.prototype.background = function(c, x, y, w, h) argument
972 c.lineTo(w - 10, 0);
973 c.lineTo(w, 10);
974 c.lineTo(w, h - 10);
975 c.lineTo(w - 10, h);
983 mxArchiMateMotivational.prototype.foreground = function(c, x, y, w, h) argument
995 c.moveTo(w * 0.8, 0);
996 c.lineTo(w * 0.2, 0);
997 c.arcTo(w * 0.2, h * 0.5, 0, 0, 0, w * 0.2, h);
998 c.lineTo(w * 0.8, h);
1001 c.ellipse(w * 0.6, 0, w * 0.4, h);
1006 c.ellipse(w * 0.1, h * 0.1, w * 0.8, h * 0.8);
1011 c.lineTo(w, h * 0.5);
1012 c.moveTo(w * 0.5, 0);
1013 c.lineTo(w * 0.5, h);
1014 c.moveTo(w * 0.145, h * 0.145);
1015 c.lineTo(w * 0.855, h * 0.855);
1016 c.moveTo(w * 0.145, h * 0.855);
1017 c.lineTo(w * 0.855, h * 0.145);
1023 c.ellipse(w * 0.35, h * 0.35, w * 0.3, h * 0.3);
1028 c.ellipse(w * 0.2, 0, w * 0.8, h * 0.8);
1033 c.lineTo(w * 0.32, h * 0.68);
1038 c.ellipse(0, 0, w, h);
1040 c.ellipse(w * 0.15, h * 0.15, w * 0.7, h * 0.7);
1044 c.ellipse(w * 0.3, h * 0.3, w * 0.4, h * 0.4);
1053 c.moveTo(w * 0.25, 0);
1054 c.lineTo(w, 0);
1055 c.lineTo(w * 0.75, h);
1066 c.moveTo(w * 0.25, 0);
1067 c.lineTo(w, 0);
1068 c.lineTo(w * 0.75, h);
1071 c.moveTo(w * 0.45, 0);
1072 c.lineTo(w * 0.2, h);
1078 c.moveTo(w * 0.05, h * 0.05);
1079 c.arcTo(w * 2.3, h * 2.3, 0, 0, 1, w * 0.95, h * 0.05);
1080 c.arcTo(w * 2.3, h * 2.3, 0, 0, 1, w * 0.95, h * 0.95);
1081 c.arcTo(w * 2.3, h * 2.3, 0, 0, 1, w * 0.05, h * 0.95);
1082 c.arcTo(w * 2.3, h * 2.3, 0, 0, 1, w * 0.05, h * 0.05);
1090 c.moveTo(w * 0.45, h * 0.7);
1091 c.lineTo(w * 0.42, h * 0.15);
1092 c.lineTo(w * 0.58, h * 0.15);
1093 c.lineTo(w * 0.55, h * 0.7);
1097 c.rect(w * 0.45, h * 0.75, w * 0.1, h * 0.1);
1104 mxArchiMateMotivational.prototype.getConstraints = function(style, w, h) argument
1157 mxArchiMateGap.prototype.paintVertexShape = function(c, x, y, w, h) argument
1160 this.background(c, 0, 0, w, h);
1162 c.translate(w - 20, 5);
1163 this.foreground(c, w - 20, 5, 15, 15);
1166 mxArchiMateGap.prototype.background = function(c, x, y, w, h) argument
1170 c.lineTo(w, 0);
1171 c.lineTo(w, h * 0.85);
1172 c.arcTo(w * 0.35, h * 0.35, 0, 0, 0, w * 0.5, h * 0.85);
1173 c.arcTo(w * 0.35, h * 0.35, 0, 0, 1, 0, h * 0.85);
1178 mxArchiMateGap.prototype.foreground = function(c, x, y, w, h) argument
1185 c.ellipse(w * 0.15, 0, w * 0.7, h);
1190 c.lineTo(w, h * 0.35);
1192 c.lineTo(w, h * 0.65);
1198 mxArchiMateGap.prototype.getConstraints = function(style, w, h) argument