Lines Matching refs:h

46 mxShapeMockupPlaybackControls.prototype.paintVertexShape = function(c, x, y, w, h)  argument
50 var h = Math.max(h, controlBarHeight);
54 this.background(c, w, h, controlBarHeight);
56 this.foreground(c, w, h, controlBarHeight, buttonSize);
59 mxShapeMockupPlaybackControls.prototype.background = function(c, w, h, controlBarHeight) argument
61 c.rect(0, (h - controlBarHeight) * 0.5, w, controlBarHeight);
65 mxShapeMockupPlaybackControls.prototype.foreground = function(c, w, h, controlBarHeight, buttonSize) argument
74 c.ellipse(10, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize);
76 c.ellipse(40, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize);
78 c.ellipse(70, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize);
80 c.ellipse(100, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize);
82 c.ellipse(130, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize);
84 c.ellipse(160, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize);
86 c.ellipse(190, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize);
93 var t = h * 0.5 - controlBarHeight * 0.5;
206 mxShapeMockupProgressBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
210 this.background(c, w, h);
212 this.foreground(c, w, h);
215 mxShapeMockupProgressBar.prototype.background = function(c, w, h) argument
217 c.roundrect(0, h * 0.5 - 5, w, 10, 5, 5);
221 mxShapeMockupProgressBar.prototype.foreground = function(c, w, h) argument
232 c.roundrect(0, h * 0.5 - 5, truePos, 10, 5, 5);
282 mxShapeMockupShoppingCart.prototype.paintVertexShape = function(c, x, y, w, h) argument
289 c.moveTo(w * 0.975, h * 0.025);
290 c.lineTo(w * 0.82, h * 0.055);
291 c.lineTo(w * 0.59, h * 0.66);
292 c.lineTo(w * 0.7, h * 0.765);
293 c.arcTo(w * 0.06, h * 0.06, 0, 0, 1, w * 0.665, h * 0.86);
294 c.lineTo(w * 0.05, h * 0.86);
295 c.moveTo(w * 0.74, h * 0.26);
296 c.lineTo(w * 0.03, h * 0.28);
297 c.lineTo(w * 0.065, h * 0.61);
298 c.lineTo(w * 0.59, h * 0.66);
303 c.moveTo(w * 0.15, h * 0.28);
304 c.lineTo(w * 0.15, h * 0.62);
305 c.moveTo(w * 0.265, h * 0.275);
306 c.lineTo(w * 0.265, h * 0.63);
307 c.moveTo(w * 0.38, h * 0.27);
308 c.lineTo(w * 0.38, h * 0.64);
309 c.moveTo(w * 0.495, h * 0.265);
310 c.lineTo(w * 0.495, h * 0.65);
311 c.moveTo(w * 0.61, h * 0.265);
312 c.lineTo(w * 0.61, h * 0.61);
316 c.moveTo(w * 0.69, h * 0.405);
317 c.lineTo(w * 0.045, h * 0.405);
318 c.moveTo(w * 0.645, h * 0.52);
319 c.lineTo(w * 0.055, h * 0.52);
322 c.ellipse(w * 0.075, h * 0.89, w * 0.1, h * 0.1);
324 c.ellipse(w * 0.62, h * 0.89, w * 0.1, h * 0.1);
374 mxShapeMockupRating.prototype.paintVertexShape = function(c, x, y, w, h) argument
387 c.moveTo(i * h * 1.5, 0.33 * h);
388 c.lineTo(i * h * 1.5 + 0.364 * h, 0.33 * h);
389 c.lineTo(i * h * 1.5 + 0.475 * h, 0);
390 c.lineTo(i * h * 1.5 + 0.586 * h, 0.33 * h);
391 c.lineTo(i * h * 1.5 + 0.95 * h, 0.33 * h);
392 c.lineTo(i * h * 1.5 + 0.66 * h, 0.551 * h);
393 c.lineTo(i * h * 1.5 + 0.775 * h, 0.9 * h);
394 c.lineTo(i * h * 1.5 + 0.475 * h, 0.684 * h);
395 c.lineTo(i * h * 1.5 + 0.175 * h, 0.9 * h);
396 c.lineTo(i * h * 1.5 + 0.29 * h, 0.551 * h);
406 c.moveTo(i * h * 1.5 + h * 0.519, h * 0.947);
407 …c.curveTo(i * h * 1.5 + h * 0.558, h * 0.908, i * h * 1.5 + h * 0.778, h * 0.682, i * h * 1.5 + h
408 …c.curveTo(i * h * 1.5 + h * 1.039, h * 0.414, i * h * 1.5 + h * 1.036, h * 0.229, i * h * 1.5 + h
409 …c.curveTo(i * h * 1.5 + h * 0.812, 0, i * h * 1.5 + h * 0.631, 0, i * h * 1.5 + h * 0.519, h * 0.1…
410 …c.curveTo(i * h * 1.5 + h * 0.408, 0, i * h * 1.5 + h * 0.227, 0, i * h * 1.5 + h * 0.115, h * 0.1…
411 …c.curveTo(i * h * 1.5 + h * 0.03, h * 0.229, i * h * 1.5, h * 0.414, i * h * 1.5 + h * 0.123, h * …
425 c.moveTo(i * h * 1.5, 0.33 * h);
426 c.lineTo(i * h * 1.5 + 0.364 * h, 0.33 * h);
427 c.lineTo(i * h * 1.5 + 0.475 * h, 0);
428 c.lineTo(i * h * 1.5 + 0.586 * h, 0.33 * h);
429 c.lineTo(i * h * 1.5 + 0.95 * h, 0.33 * h);
430 c.lineTo(i * h * 1.5 + 0.66 * h, 0.551 * h);
431 c.lineTo(i * h * 1.5 + 0.775 * h, 0.9 * h);
432 c.lineTo(i * h * 1.5 + 0.475 * h, 0.684 * h);
433 c.lineTo(i * h * 1.5 + 0.175 * h, 0.9 * h);
434 c.lineTo(i * h * 1.5 + 0.29 * h, 0.551 * h);
444 c.moveTo(i * h * 1.5 + h * 0.519, h * 0.947);
445 …c.curveTo(i * h * 1.5 + h * 0.558, h * 0.908, i * h * 1.5 + h * 0.778, h * 0.682, i * h * 1.5 + h
446 …c.curveTo(i * h * 1.5 + h * 1.039, h * 0.414, i * h * 1.5 + h * 1.036, h * 0.229, i * h * 1.5 + h
447 …c.curveTo(i * h * 1.5 + h * 0.812, 0, i * h * 1.5 + h * 0.631, 0, i * h * 1.5 + h * 0.519, h * 0.1…
448 …c.curveTo(i * h * 1.5 + h * 0.408, 0, i * h * 1.5 + h * 0.227, 0, i * h * 1.5 + h * 0.115, h * 0.1…
449 …c.curveTo(i * h * 1.5 + h * 0.03, h * 0.229, i * h * 1.5, h * 0.414, i * h * 1.5 + h * 0.123, h * …
487 mxShapeMockupMail.prototype.paintVertexShape = function(c, x, y, w, h) argument
491 c.rect(0, 0, w, h);
497 c.lineTo(w * 0.5, h * 0.5);
541 mxShapeMockupVolumeSlider.prototype.paintVertexShape = function(c, x, y, w, h) argument
552 var h = Math.max(h, controlBarHeight);
556 var speakerStartY = (h - controlBarHeight) * 0.5;
570 var videoBarStartY = (h - controlBarHeight) * 0.5;
576 var soundStartY = (h - controlBarHeight) * 0.5;
588 var videoBarStartY = (h - controlBarHeight) * 0.5;
649 mxShapeMockupEdit.prototype.paintVertexShape = function(c, x, y, w, h) argument
655 c.roundrect(0, 0, w, h, w * 0.05, h * 0.05);
661 c.moveTo(w * 0.11, h * 0.8);
662 c.lineTo(w * 0.2, h * 0.89);
663 c.lineTo(w * 0.05, h * 0.95);
665 c.moveTo(w * 0.74, h * 0.16);
666 c.lineTo(w * 0.84, h * 0.26);
667 c.lineTo(w * 0.22, h * 0.88);
668 c.lineTo(w * 0.12, h * 0.78);
670 c.moveTo(w * 0.755, h * 0.145);
671 c.lineTo(w * 0.82, h * 0.08);
672 c.lineTo(w * 0.92, h * 0.18);
673 c.lineTo(w * 0.855, h * 0.245);
709 mxShapeMockupPrint.prototype.paintVertexShape = function(c, x, y, w, h) argument
715 c.roundrect(0, 0, w, h, w * 0.05, h * 0.05);
721 c.moveTo(w * 0.15, h * 0.58);
722 c.arcTo(w * 0.03, h * 0.03, 0, 0, 1, w * 0.18, h * 0.55);
723 c.lineTo(w * 0.82, h * 0.55);
724 c.arcTo(w * 0.03, h * 0.03, 0, 0, 1, w * 0.85, h * 0.58);
725 c.lineTo(w * 0.85, h * 0.82);
726 c.arcTo(w * 0.03, h * 0.03, 0, 0, 1, w * 0.82, h * 0.85);
727 c.lineTo(w * 0.18, h * 0.85);
728 c.arcTo(w * 0.03, h * 0.03, 0, 0, 1, w * 0.15, h * 0.82);
730 c.moveTo(w * 0.7, h * 0.52);
731 c.lineTo(w * 0.3, h * 0.52);
732 c.lineTo(w * 0.3, h * 0.15);
733 c.lineTo(w * 0.55, h * 0.15);
734 c.lineTo(w * 0.55, h * 0.3);
735 c.lineTo(w * 0.7, h * 0.3);
737 c.moveTo(w * 0.57, h * 0.15);
738 c.lineTo(w * 0.7, h * 0.28);
739 c.lineTo(w * 0.57, h * 0.28);
775 mxShapeMockupShare.prototype.paintVertexShape = function(c, x, y, w, h) argument
781 c.roundrect(0, 0, w, h, w * 0.05, h * 0.05);
787 c.moveTo(w * 0.15, h * 0.18);
788 c.arcTo(w * 0.03, h * 0.03, 0, 0, 1, w * 0.18, h * 0.15);
789 c.lineTo(w * 0.82, h * 0.15);
790 c.arcTo(w * 0.03, h * 0.03, 0, 0, 1, w * 0.85, h * 0.18);
791 c.lineTo(w * 0.85, h * 0.82);
792 c.arcTo(w * 0.03, h * 0.03, 0, 0, 1, w * 0.82, h * 0.85);
793 c.lineTo(w * 0.18, h * 0.85);
794 c.arcTo(w * 0.03, h * 0.03, 0, 0, 1, w * 0.15, h * 0.82);
801 c.moveTo(w * 0.563, h * 0.34);
802 c.arcTo(w * 0.095, h * 0.095, 0, 1, 1, w * 0.603, h * 0.42);
803 c.lineTo(w * 0.44, h * 0.5);
804 c.lineTo(w * 0.602, h * 0.582);
805 c.arcTo(w * 0.095, h * 0.095, 0, 1, 1, w * 0.563, h * 0.653);
806 c.lineTo(w * 0.403, h * 0.575);
807 c.arcTo(w * 0.095, h * 0.095, 0, 1, 1, w * 0.4, h * 0.42);
843 mxShapeMockupTrashcan.prototype.paintVertexShape = function(c, x, y, w, h) argument
849 c.roundrect(0, 0, w, h, w * 0.05, h * 0.05);
855 c.moveTo(w * 0.24, h * 0.24);
856 c.arcTo(w * 0.04, h * 0.04, 0, 0, 1, w * 0.24, h * 0.16);
857 c.lineTo(w * 0.4, h * 0.16);
858 c.lineTo(w * 0.4, h * 0.12);
859 c.lineTo(w * 0.6, h * 0.12);
860 c.lineTo(w * 0.6, h * 0.16);
861 c.lineTo(w * 0.76, h * 0.16);
862 c.arcTo(w * 0.04, h * 0.04, 0, 0, 1, w * 0.76, h * 0.24);
866 c.roundrect(w * 0.26, h * 0.3, w * 0.1, h * 0.6, w * 0.06, h * 0.06);
868 c.roundrect(w * 0.44, h * 0.3, w * 0.1, h * 0.6, w * 0.06, h * 0.06);
870 c.roundrect(w * 0.62, h * 0.3, w * 0.1, h * 0.6, w * 0.06, h * 0.06);
905 mxShapeMockupCopyright.prototype.paintVertexShape = function(c, x, y, w, h) argument
911 c.ellipse(0, 0, w, h);
917 c.moveTo(w * 0.713, h * 0.288);
918 c.arcTo(w * 0.3, h * 0.3, 0, 1, 0, w * 0.713, h * 0.712);
919 c.lineTo(w * 0.784, h * 0.783);
920 c.arcTo(w * 0.4, h * 0.4, 0, 1, 1, w * 0.784, h * 0.217);
957 mxShapeMockupRegistered.prototype.paintVertexShape = function(c, x, y, w, h) argument
963 c.ellipse(0, 0, w, h);
969 c.moveTo(w * 0.29, h * 0.9);
970 c.lineTo(w * 0.29, h * 0.09);
971 c.lineTo(w * 0.5, h * 0.09);
972 c.arcTo(w * 0.2195, h * 0.2195, 0, 0, 1, w * 0.545, h * 0.525);
973 c.lineTo(w * 0.738, h * 0.91);
974 c.lineTo(w * 0.674, h * 0.91);
975 c.lineTo(w * 0.4825, h * 0.53);
976 c.lineTo(w * 0.35, h * 0.53);
977 c.lineTo(w * 0.35, h * 0.9);
979 c.moveTo(w * 0.35, h * 0.47);
980 c.lineTo(w * 0.5, h * 0.47);
981 c.arcTo(w * 0.15, h * 0.15, 0, 0, 0, w * 0.5, h * 0.15);
982 c.lineTo(w * 0.35, h * 0.15);
1019 mxShapeMockupVolume.prototype.paintVertexShape = function(c, x, y, w, h) argument
1025 c.roundrect(0, 0, w, h, w * 0.05, h * 0.05);
1031 c.moveTo(w * 0.1, h * 0.3);
1032 c.lineTo(w * 0.3, h * 0.3);
1033 c.lineTo(w * 0.5, h * 0.15);
1034 c.lineTo(w * 0.5, h * 0.85);
1035 c.lineTo(w * 0.3, h * 0.7);
1036 c.lineTo(w * 0.1, h * 0.7);
1041 c.moveTo(w * 0.6, h * 0.4);
1042 c.arcTo(w * 0.2, h * 0.2, 0, 0, 1, w * 0.6, h * 0.6);
1044 c.moveTo(w * 0.7, h * 0.3);
1045 c.arcTo(w * 0.3, h * 0.3, 0, 0, 1, w * 0.7, h * 0.7);
1047 c.moveTo(w * 0.8, h * 0.2);
1048 c.arcTo(w * 0.4, h * 0.4, 0, 0, 1, w * 0.8, h * 0.8);
1088 mxShapeMockupRuler.prototype.paintVertexShape = function(c, x, y, w, h) argument
1092 this.background(c, w, h);
1094 this.foreground(c, w, h);
1097 mxShapeMockupRuler.prototype.background = function(c, w, h) argument
1099 c.rect(0, 0, w, h);
1103 mxShapeMockupRuler.prototype.foreground = function(c, w, h) argument
1123 c.moveTo(currX, h * 0.5);
1124 c.lineTo(currX, h);
1128 c.moveTo(currX, h * 0.7);
1129 c.lineTo(currX, h);
1133 c.moveTo(currX, h * 0.8);
1134 c.lineTo(currX, h);
1153 c.moveTo(currX, h * 0.5);
1158 c.moveTo(currX, h * 0.3);
1163 c.moveTo(currX, h * 0.2);
1217 mxShapeMockupRuler2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1221 this.background(c, w, h);
1223 this.foreground(c, x, y, w, h);
1226 mxShapeMockupRuler2.prototype.background = function(c, w, h) argument
1228 c.rect(0, 0, w, h);
1232 mxShapeMockupRuler2.prototype.foreground = function(c, x, y, w, h) argument
1257 c.moveTo(currX, h - 10);
1258 c.lineTo(currX, h);
1270 …c.text(currX, (h - 10) * 0.5, 0, 0, num.toString(), mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MI…
1277 c.moveTo(currX, h - 6);
1278 c.lineTo(currX, h);
1282 c.moveTo(currX, h - 4);
1283 c.lineTo(currX, h);
1315 …c.text(currX, (h + 10) * 0.5, 0, 0, num.toString(), mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MI…
1407 mxShapeMockupRevisionTable.prototype.paintVertexShape = function(c, x, y, w, h) argument
1411 this.background(c, w, h);
1413 this.foreground(c, w, h);
1416 mxShapeMockupRevisionTable.prototype.background = function(c, w, h) argument
1418 c.rect(0, 0, w, h);
1422 mxShapeMockupRevisionTable.prototype.foreground = function(c, w, h) argument
1429 c.moveTo(0, h * 0.33);
1430 c.lineTo(w, h * 0.33);
1431 c.moveTo(0, h * 0.67);
1432 c.lineTo(w, h * 0.67);
1433 c.moveTo(w * 0.125, h * 0.33);
1434 c.lineTo(w * 0.125, h);
1435 c.moveTo(w * 0.5, h * 0.33);
1436 c.lineTo(w * 0.5, h);
1442 …c.text(w * 0.5, h * 0.165, 0, 0, mainText[0], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, …
1443 …c.text(w * 0.0625, h * 0.5, 0, 0, mainText[1], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE,…
1444 …c.text(w * 0.3125, h * 0.5, 0, 0, mainText[2], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE,…
1445 …c.text(w * 0.75, h * 0.5, 0, 0, mainText[3], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0…
1446 …c.text(w * 0.0625, h * 0.835, 0, 0, mainText[4], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDL…
1447 …c.text(w * 0.3125, h * 0.835, 0, 0, mainText[5], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDL…
1448 …c.text(w * 0.75, h * 0.835, 0, 0, mainText[6], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE,…
1488 mxShapeMockupStatusBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1493 this.background(c, w, h);
1495 this.foreground(c, w, h);
1498 mxShapeMockupStatusBar.prototype.background = function(c, w, h) argument
1500 c.rect(0, h * 0.5 - 15, w, 30);
1504 mxShapeMockupStatusBar.prototype.foreground = function(c, w, h) argument
1513 c.roundrect(5, h * 0.5 - 10, (w - 75) * 0.46, 20, 5, 5);
1516 c.roundrect(10 + (w - 75) * 0.46, h * 0.5 - 10, (w - 75) * 0.23, 20, 5, 5);
1518 c.roundrect(15 + (w - 75) * 0.69, h * 0.5 - 10, (w - 75) * 0.276, 20, 5, 5);
1523 …c.text(10, h * 0.5, 0, 0, mainText[0], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, …
1524 …c.text(10 + (w - 75) * 0.575, h * 0.5, 0, 0, mainText[1], mxConstants.ALIGN_CENTER, mxConstants.AL…
1525 …c.text(15 + (w - 75) * 0.828, h * 0.5, 0, 0, mainText[2], mxConstants.ALIGN_CENTER, mxConstants.AL…
1528 c.ellipse(w - 25, h * 0.5 - 10, 20, 20);
1531 c.moveTo(w - 55, h * 0.5 + 10);
1532 c.lineTo(w - 35, h * 0.5 + 10);
1574 mxShapeMockupPin.prototype.paintVertexShape = function(c, x, y, w, h) argument
1585 c.moveTo(w * 0.5, h * 0.4);
1586 c.lineTo(w * 0.5, h);
1591 c.setGradient(fillColor2, fillColor3, 0, 0, w, h * 0.4, mxConstants.DIRECTION_SOUTH, 1, 1);
1593 c.ellipse(0, 0, w, h * 0.4);
1598 c.ellipse(w * 0.2, h * 0.08, w * 0.3, h * 0.12);
1638 mxShapeMockupMiscRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
1643 c.roundrect(0, 0, w, h, rSize);
1675 mxShapeMockupMiscAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument