Lines Matching refs:h

35 mxArchiMateLocation.prototype.paintVertexShape = function(c, x, y, w, h)  argument
38 this.background(c, 0, 0, w, h);
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
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);
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
160 h = h - 4;
163 c.moveTo(0, h * 0.15);
164 c.lineTo(w * 0.65, h * 0.15);
166 c.lineTo(w, h * 0.5);
167 c.lineTo(w * 0.65, h);
168 c.lineTo(w * 0.65, h * 0.85);
169 c.lineTo(0, h * 0.85);
179 c.moveTo(0, h * 0.15);
181 c.lineTo(w, h * 0.15);
182 c.lineTo(w, h);
183 c.lineTo(w * 0.5, h * 0.85);
184 c.lineTo(0, h);
192 c.arcTo(w * 0.45, h * 0.5, 0, 0, 1, w * 0.55, h);
195 c.arcTo(w * 0.45, h * 0.5, 0, 0, 0, w * 0.45, h);
202 h = h - 6;
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);
207 c.lineTo(0, h);
208 c.arcTo(h * 0.5, h * 0.5, 0, 0, 0, 0, 0);
215 h = h - 6;
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);
220 c.lineTo(0, h);
221 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, 0, 0);
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
298 if (h >= 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
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
451 if (h >= 15)
527 mxArchiMateApplication.prototype.paintVertexShape = function(c, x, y, w, h) argument
530 this.background(c, 0, 0, w, h);
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
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);
565 h = h - 6;
567 c.ellipse(0, 0, w * 0.6, h);
569 c.ellipse(w * 0.4, 0, w * 0.6, h);
575 h = h - 8;
577 c.ellipse(w * 0.5, 0, w * 0.5, h);
581 c.moveTo(0, h * 0.5);
582 c.lineTo(w * 0.5, h * 0.5);
588 h = h - 2;
591 c.moveTo(0, h * 0.5);
592 c.lineTo(w * 0.6, h * 0.5);
594 c.arcTo(w * 0.4, h * 0.5, 0, 0, 0, w, h);
601 c.lineTo(w, h * 0.2);
602 c.lineTo(w, h);
603 c.lineTo(w * 0.5, h * 0.8);
604 c.lineTo(0, h);
605 c.lineTo(0, h * 0.2);
613 c.arcTo(w * 0.45, h * 0.5, 0, 0, 1, w * 0.55, h);
616 c.arcTo(w * 0.45, h * 0.5, 0, 0, 0, w * 0.45, h);
623 h = h - 6;
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);
628 c.lineTo(0, h);
629 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, 0, 0);
636 c.moveTo(0, h * 0.25);
639 c.lineTo(w, h * 0.75);
640 c.lineTo(w * 0.75, h);
641 c.lineTo(0, h);
643 c.moveTo(0, h * 0.25);
644 c.lineTo(w * 0.75, h * 0.25);
645 c.lineTo(w * 0.75, h);
647 c.lineTo(w * 0.75, h * 0.25);
653 h = h - 4;
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);
681 h = h - 10;
685 c.lineTo(0, h * 0.5);
686 c.lineTo(w * 0.1, h);
688 c.lineTo(w, h * 0.5);
689 c.lineTo(w * 0.9, h);
694 c.moveTo(0, h * 0.5);
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);
714 c.lineTo(w, h * 0.22);
715 c.lineTo(w, h);
716 c.lineTo(0, h);
719 c.lineTo(w * 0.7, h * 0.22);
720 c.lineTo(w, h * 0.22);
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);
733 c.moveTo(0, h * 0.45);
734 c.lineTo(w, h * 0.45);
735 c.moveTo(0, h);
736 c.lineTo(w * 0.5, h * 0.75);
737 c.lineTo(w, h);
743 h = h - 8;
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);
831 mxArchiMateTech.prototype.background = function(c, x, y, w, h) argument
837 c.lineTo(w, h - 10);
838 c.lineTo(w - 10, h);
839 c.lineTo(0, h);
843 c.lineTo(w - 10, h);
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);
861 c.lineTo(0, h);
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);
968 mxArchiMateMotivational.prototype.background = function(c, x, y, w, h) argument
974 c.lineTo(w, h - 10);
975 c.lineTo(w - 10, h);
976 c.lineTo(10, h);
977 c.lineTo(0, h - 10);
983 mxArchiMateMotivational.prototype.foreground = function(c, x, y, w, h) argument
992 h = h - 8;
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);
1010 c.moveTo(0, h * 0.5);
1011 c.lineTo(w, h * 0.5);
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);
1032 c.moveTo(0, h);
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);
1050 h = h - 8;
1055 c.lineTo(w * 0.75, h);
1056 c.lineTo(0, h);
1063 h = h - 8;
1068 c.lineTo(w * 0.75, h);
1069 c.lineTo(0, h);
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);
1166 mxArchiMateGap.prototype.background = function(c, x, y, w, h) argument
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
1183 h = h - 4;
1185 c.ellipse(w * 0.15, 0, w * 0.7, h);
1189 c.moveTo(0, h * 0.35);
1190 c.lineTo(w, h * 0.35);
1191 c.moveTo(0, h * 0.65);
1192 c.lineTo(w, h * 0.65);
1198 mxArchiMateGap.prototype.getConstraints = function(style, w, h) argument