Lines Matching refs:h

52 mxShapeMockupVideoPlayer.prototype.paintVertexShape = function(c, x, y, w, h)  argument
62 h = Math.max(h, barHeight + 10);
65 this.background(c, x, y, w, h, bgColor, frameColor);
67 this.otherShapes(c, x, y, w, h, buttonColor, frameColor, filledColor, emptyColor, barHeight);
70 mxShapeMockupVideoPlayer.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
77 c.lineTo(w, h);
78 c.lineTo(0, h);
83 mxShapeMockupVideoPlayer.prototype.otherShapes = function(c, x, y, w, h, buttonColor, frameColor, f… argument
91 var barY = h - barHeight;
124 var iconY = h - (barHeight + iconSize) * 0.5;
139 var speakerY = h - barHeight;
180 …c.text(barHeight * 1.9, h - barHeight * 0.45, 0, 0, '0:00/3:53', mxConstants.ALIGN_LEFT, mxConstan…
250 mxShapeMockupAccordion.prototype.paintVertexShape = function(c, x, y, w, h) argument
286 var trueH = Math.max(h, minH);
324 mxShapeMockupAccordion.prototype.background = function(c, w, h, rSize, buttonNum, labelOffset, minH… argument
333 c.lineTo(w, h);
334 c.lineTo(0, h);
354 var currHeight = h - (buttonNum - i) * minButtonHeight;
386 c.lineTo(w, h);
387 c.lineTo(0, h);
392 mxShapeMockupAccordion.prototype.buttonText = function(c, w, h, textString, fontSize) argument
401 …c.text((w * 0.5), h, 0, 0, textString, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, null…
444 mxShapeMockupBrowserWindow.prototype.paintVertexShape = function(c, x, y, w, h) argument
451 h = Math.max(h, 110);
453 this.background(c, x, y, w, h, bgColor, frameColor);
455 this.otherShapes(c, x, y, w, h, frameColor, insideColor, closeColor);
458 mxShapeMockupBrowserWindow.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
465 c.lineTo(w, h);
466 c.lineTo(0, h);
471 mxShapeMockupBrowserWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor,… argument
643 mxShapeMockupUserMale.prototype.paintVertexShape = function(c, x, y, w, h) argument
649 this.background(c, x, y, w, h, bgColor, frameColor);
651 this.otherShapes(c, x, y, w, h, insideColor, frameColor);
654 mxShapeMockupUserMale.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
661 c.lineTo(w, h);
662 c.lineTo(0, h);
667 mxShapeMockupUserMale.prototype.otherShapes = function(c, x, y, w, h, insideColor, frameColor) argument
674 c.moveTo(w * 0.5, h * 0.6721);
675 c.curveTo(w * 0.3891, h * 0.6721, w * 0.31, h * 0.5648, w * 0.31, h * 0.3962);
676 c.curveTo(w * 0.31, h * 0.3656, w * 0.3012, h * 0.3473, w * 0.3051, h * 0.3227);
677 c.curveTo(w * 0.3126, h * 0.2762, w * 0.3124, h * 0.2212, w * 0.332, h * 0.1939);
678 c.curveTo(w * 0.354, h * 0.1633, w * 0.4382, h * 0.12, w * 0.5, h * 0.12);
683 c.moveTo(w * 0.3046, h * 0.3716);
684 c.curveTo(w * 0.3046, h * 0.3716, w * 0.3046, h * 0.341, w * 0.2826, h * 0.3594);
685 c.curveTo(w * 0.2606, h * 0.3778, w * 0.2661, h * 0.4452, w * 0.266, h * 0.4452);
686 c.quadTo(w * 0.2715, h * 0.4942, w * 0.277, h * 0.5065);
687 c.curveTo(w * 0.2825, h * 0.5187, w * 0.277, h * 0.5187, w * 0.2935, h * 0.5371);
688 c.curveTo(w * 0.31, h * 0.5554, w * 0.3375, h * 0.5615, w * 0.3375, h * 0.5616);
693 c.moveTo(w * 0.3829, h * 0.6213);
694 c.curveTo(w * 0.3829, h * 0.6213, w * 0.405, h * 0.7704, w * 0.2921, h * 0.7888);
695 c.curveTo(w * 0.2536, h * 0.795, w * 0.1328, h * 0.85, w * 0.1052, h * 0.8745);
696 c.curveTo(w * 0.0776, h * 0.899, w * 0.0641, h * 0.9316, w * 0.0571, h * 0.9622);
697 c.quadTo(w * 0.05, h, w * 0.05, h);
702 c.moveTo(w * 0.3427, h * 0.4185);
703 c.curveTo(w * 0.3427, h * 0.4185, w * 0.3427, h * 0.3839, w * 0.3427, h * 0.3593);
704 c.curveTo(w * 0.3427, h * 0.3348, w * 0.3663, h * 0.3103, w * 0.3718, h * 0.3041);
705 c.curveTo(w * 0.3773, h * 0.298, w * 0.3822, h * 0.2673, w * 0.3877, h * 0.2551);
706 c.curveTo(w * 0.3932, h * 0.2429, w * 0.4095, h * 0.2429, w * 0.4259, h * 0.2367);
707 c.curveTo(w * 0.4424, h * 0.2306, w * 0.4984, h * 0.2357, w * 0.4984, h * 0.2357);
712 c.moveTo(w * 0.365, h * 0.7427);
713 c.curveTo(w * 0.365, h * 0.7427, w * 0.3772, h * 0.8076, w * 0.4286, h * 0.8224);
714 c.curveTo(w * 0.4816, h * 0.8377, w * 0.5028, h * 0.8347, w * 0.5028, h * 0.8347);
718 c.moveTo(w * 0.3322, h * 0.7764);
719 c.curveTo(w * 0.3322, h * 0.7764, w * 0.3556, h * 0.8386, w * 0.4038, h * 0.8684);
720 c.curveTo(w * 0.4533, h * 0.8991, w * 0.5029, h * 0.8929, w * 0.5029, h * 0.8929);
724 c.moveTo(w * 0.2717, h * 0.9);
725 c.lineTo(w * 0.2717, h);
729 c.moveTo(w * 0.1671, h * 0.8991);
730 c.curveTo(w * 0.1671, h * 0.8991, w * 0.1726, h * 0.9114, w * 0.1836, h * 0.9481);
731 c.curveTo(w * 0.1946, h * 0.9849, w * 0.2, h, w * 0.2, h);
736 c.moveTo(w * 0.5, h * 0.6721);
737 c.curveTo(w * 0.6109, h * 0.6721, w * 0.69, h * 0.5648, w * 0.69, h * 0.3962);
738 c.curveTo(w * 0.69, h * 0.3656, w * 0.6988, h * 0.3473, w * 0.6949, h * 0.3227);
739 c.curveTo(w * 0.6847, h * 0.2762, w * 0.6876, h * 0.2212, w * 0.668, h * 0.1939);
740 c.curveTo(w * 0.646, h * 0.1633, w * 0.5618, h * 0.12, w * 0.5, h * 0.12);
745 c.moveTo(w * 0.6954, h * 0.3716);
746 c.curveTo(w * 0.6954, h * 0.3716, w * 0.6954, h * 0.341, w * 0.7174, h * 0.3594);
747 c.curveTo(w * 0.7394, h * 0.3778, w * 0.7339, h * 0.4452, w * 0.734, h * 0.4452);
748 c.quadTo(w * 0.7285, h * 0.4942, w * 0.723, h * 0.5065);
749 c.curveTo(w * 0.7175, h * 0.5187, w * 0.723, h * 0.5187, w * 0.7065, h * 0.5371);
750 c.curveTo(w * 0.69, h * 0.5554, w * 0.6625, h * 0.5615, w * 0.6625, h * 0.5616);
755 c.moveTo(w * 0.6171, h * 0.6213);
756 c.curveTo(w * 0.6171, h * 0.6213, w * 0.595, h * 0.7704, w * 0.7079, h * 0.7888);
757 c.curveTo(w * 0.7464, h * 0.795, w * 0.8672, h * 0.85, w * 0.8948, h * 0.8745);
758 c.curveTo(w * 0.9224, h * 0.899, w * 0.9359, h * 0.9316, w * 0.9429, h * 0.9622);
759 c.quadTo(w * 0.95, h, w * 0.95, h);
764 c.moveTo(w * 0.6573, h * 0.4185);
765 c.curveTo(w * 0.6573, h * 0.4185, w * 0.6573, h * 0.3839, w * 0.6573, h * 0.3593);
766 c.curveTo(w * 0.6573, h * 0.3348, w * 0.6337, h * 0.3103, w * 0.6282, h * 0.3041);
767 c.curveTo(w * 0.6227, h * 0.298, w * 0.6178, h * 0.2673, w * 0.6123, h * 0.2551);
768 c.curveTo(w * 0.6068, h * 0.2429, w * 0.5905, h * 0.2429, w * 0.5741, h * 0.2367);
769 c.curveTo(w * 0.5576, h * 0.2306, w * 0.5016, h * 0.2357, w * 0.5016, h * 0.2357);
774 c.moveTo(w * 0.635, h * 0.7427);
775 c.curveTo(w * 0.635, h * 0.7427, w * 0.6228, h * 0.8076, w * 0.5714, h * 0.8224);
776 c.curveTo(w * 0.5184, h * 0.8377, w * 0.4972, h * 0.8347, w * 0.4972, h * 0.8347);
780 c.moveTo(w * 0.6678, h * 0.7764);
781 c.curveTo(w * 0.6678, h * 0.7764, w * 0.6444, h * 0.8386, w * 0.5962, h * 0.8684);
782 c.curveTo(w * 0.5467, h * 0.8991, w * 0.4971, h * 0.8929, w * 0.4971, h * 0.8929);
786 c.moveTo(w * 0.7283, h * 0.9);
787 c.lineTo(w * 0.7283, h);
791 c.moveTo(w * 0.8329, h * 0.8991);
792 c.curveTo(w * 0.8329, h * 0.8991, w * 0.8274, h * 0.9114, w * 0.8164, h * 0.9481);
793 c.curveTo(w * 0.8054, h * 0.9849, w * 0.8, h, w * 0.8, h);
800 c.lineTo(w, h);
801 c.lineTo(0, h);
842 mxShapeMockupUserFemale.prototype.paintVertexShape = function(c, x, y, w, h) argument
848 this.background(c, x, y, w, h, bgColor, frameColor);
850 this.otherShapes(c, x, y, w, h, insideColor, frameColor);
853 mxShapeMockupUserFemale.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
860 c.lineTo(w, h);
861 c.lineTo(0, h);
866 mxShapeMockupUserFemale.prototype.otherShapes = function(c, x, y, w, h, insideColor, frameColor) argument
873 c.moveTo(w * 0.3148, h * 0.468);
874 c.curveTo(w * 0.3045, h * 0.3195, w * 0.3176, h * 0.2383, w * 0.3302, h * 0.2069);
875 c.curveTo(w * 0.3508, h * 0.1557, w * 0.44, h * 0.1156, w * 0.5026, h * 0.1156);
879 c.moveTo(w * 0.5029, h * 0.6728);
880 c.curveTo(w * 0.4616, h * 0.6728, w * 0.4018, h * 0.6177, w * 0.3663, h * 0.5653);
884 c.moveTo(w * 0.3108, h * 0.4021);
885 c.curveTo(w * 0.3108, h * 0.4021, w * 0.3091, h * 0.3765, w * 0.2891, h * 0.3933);
886 c.curveTo(w * 0.2691, h * 0.4101, w * 0.2782, h * 0.4661, w * 0.2782, h * 0.4661);
887 c.quadTo(w * 0.2862, h * 0.5067, w * 0.2922, h * 0.5166);
888 c.curveTo(w * 0.2982, h * 0.5265, w * 0.2929, h * 0.5268, w * 0.3097, h * 0.5412);
892 c.moveTo(w * 0.4038, h * 0.6176);
893 c.curveTo(w * 0.4038, h * 0.6176, w * 0.4324, h * 0.7778, w * 0.3375, h * 0.7963);
894 c.curveTo(w * 0.3054, h * 0.8026, w * 0.1753, h * 0.8578, w * 0.15, h * 0.8826);
895 c.curveTo(w * 0.1247, h * 0.9074, w * 0.1126, h * 0.9412, w * 0.1063, h * 0.9722);
896 c.curveTo(w * 0.10, h * 1.0032, w * 0.1, h, w * 0.1, h);
900 c.moveTo(w * 0.6377, h * 0.3365);
901 c.curveTo(w * 0.5927, h * 0.2634, w * 0.5206, h * 0.2634, w * 0.5206, h * 0.2634);
902 c.quadTo(w * 0.3769, h * 0.2591, w * 0.3713, h * 0.2659);
903 c.curveTo(w * 0.3657, h * 0.2727, w * 0.3405, h * 0.3674, w * 0.3405, h * 0.3946);
904 c.curveTo(w * 0.3405, h * 0.4218, w * 0.3405, h * 0.4602, w * 0.3405, h * 0.4602);
905 c.quadTo(w * 0.3546, h * 0.6401, w * 0.3546, h * 0.6626);
909 c.moveTo(w * 0.2931, h * 0.818);
910 c.curveTo(w * 0.2931, h * 0.818, w * 0.3224, h * 0.9159, w * 0.3826, h * 0.9677);
911 c.curveTo(w * 0.4446, h * 1.01, w * 0.5065, h, w * 0.5065, h);
915 c.moveTo(w * 0.2995, h * 0.9106);
916 c.lineTo(w * 0.2995, h);
920 c.moveTo(w * 0.2081, h * 0.907);
921 c.curveTo(w * 0.2081, h * 0.907, w * 0.2131, h * 0.9194, w * 0.2232, h * 0.9565);
922 c.curveTo(w * 0.2333, h * 0.9936, w * 0.24, h, w * 0.24, h);
926 c.moveTo(w * 0.6951, h * 0.4988);
927 c.curveTo(w * 0.6951, h * 0.4662, w * 0.7042, h * 0.3453, w * 0.7, h * 0.32);
928 c.curveTo(w * 0.6923, h * 0.273, w * 0.6926, h * 0.2175, w * 0.6727, h * 0.19);
929 c.curveTo(w * 0.6504, h * 0.159, w * 0.5651, h * 0.1157, w * 0.5025, h * 0.1157);
933 c.moveTo(w * 0.5029, h * 0.6728);
934 c.curveTo(w * 0.5546, h * 0.6728, w * 0.6107, h * 0.6316, w * 0.6461, h * 0.5602);
938 c.moveTo(w * 0.696, h * 0.4022);
939 c.curveTo(w * 0.696, h * 0.4022, w * 0.6983, h * 0.3766, w * 0.7179, h * 0.4106);
940 c.curveTo(w * 0.7375, h * 0.4278, w * 0.7273, h * 0.4836, w * 0.7273, h * 0.4836);
941 c.quadTo(w * 0.7184, h * 0.5241, w * 0.7123, h * 0.5338);
942 c.curveTo(w * 0.7062, h * 0.5436, w * 0.7114, h * 0.544, w * 0.6943, h * 0.558);
946 c.moveTo(w * 0.5995, h * 0.6278);
947 c.curveTo(w * 0.5995, h * 0.6278, w * 0.5724, h * 0.7777, w * 0.6663, h * 0.7963);
948 c.curveTo(w * 0.6984, h * 0.8026, w * 0.8386, h * 0.8578, w * 0.8638, h * 0.8826);
949 c.curveTo(w * 0.8891, h * 0.9074, w * 0.9016, h * 0.9412, w * 0.9079, h * 0.9722);
950 c.curveTo(w * 0.9142, h * 1.0032, w * 0.91, h, w * 0.91, h);
954 c.moveTo(w * 0.6545, h * 0.6802);
955 c.lineTo(w * 0.6545, h * 0.3986);
959 c.moveTo(w * 0.7132, h * 0.8078);
960 c.curveTo(w * 0.7132, h * 0.8078, w * 0.6839, h * 0.916, w * 0.6237, h * 0.9678);
961 c.curveTo(w * 0.5617, h * 1.01, w * 0.4998, h, w * 0.4998, h);
965 c.moveTo(w * 0.7111, h * 0.9106);
966 c.lineTo(w * 0.7111, h);
970 c.moveTo(w * 0.8075, h * 0.907);
971 c.curveTo(w * 0.8075, h * 0.907, w * 0.8025, h * 0.9194, w * 0.7924, h * 0.9565);
972 c.curveTo(w * 0.7823, h * 0.9936, w * 0.775, h, w * 0.775, h);
976 c.moveTo(w * 0.3148, h * 0.5448);
977 c.curveTo(w * 0.3148, h * 0.5448, w * 0.32, h * 0.6216, w * 0.3148, h * 0.6677);
978 c.quadTo(w * 0.2891, h * 0.7343, w * 0.2891, h * 0.7343);
979 c.lineTo(w * 0.3303, h * 0.7625);
980 c.lineTo(w * 0.39, h * 0.7625);
984 c.moveTo(w * 0.6852, h * 0.5448);
985 c.curveTo(w * 0.6852, h * 0.5448, w * 0.68, h * 0.6216, w * 0.6852, h * 0.6677);
986 c.quadTo(w * 0.7109, h * 0.7343, w * 0.7109, h * 0.7343);
987 c.lineTo(w * 0.6697, h * 0.7625);
988 c.lineTo(w * 0.62, h * 0.7625);
995 c.lineTo(w, h);
996 c.lineTo(0, h);
1036 mxShapeMockupGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
1051 h = Math.max(h, fontSize + 10);
1053 this.background(c, w, h, textWidth, fontSize);
1055 this.foreground(c, w, h, textWidth, fontSize);
1056 this.buttonText(c, w, h, groupString, fontSize);
1059 mxShapeMockupGroup.prototype.background = function(c, w, h, textWidth, fontSize) argument
1061 c.roundrect(0, fontSize * 0.5, w, h - fontSize * 0.5, 5, 5);
1065 mxShapeMockupGroup.prototype.foreground = function(c, w, h, textWidth, fontSize) argument
1073 mxShapeMockupGroup.prototype.buttonText = function(c, w, h, textString, fontSize) argument
1123 mxShapeMockupWindow.prototype.paintVertexShape = function(c, x, y, w, h) argument
1131 h = Math.max(h, 30);
1134 this.background(c, x, y, w, h, bgColor, frameColor);
1136 this.otherShapes(c, x, y, w, h, frameColor, insideColor, closeColor);
1139 mxShapeMockupWindow.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
1143 c.rect(0, 0, w, h);
1147 mxShapeMockupWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor, closeC… argument
1223 mxShapeMockupHorTabBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1263 h = Math.max(h, tabH + rSize);
1267 this.background(c, w, h, rSize, tabH);
1269 …this.backTabs(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, se…
1270 …this.focusTab(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, se…
1271 …this.tabText(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, sel…
1274 mxShapeMockupHorTabBar.prototype.background = function(c, w, h, rSize, tabH) argument
1281 c.lineTo(w, h);
1282 c.lineTo(0, h);
1287 mxShapeMockupHorTabBar.prototype.backTabs = function(c, w, h, rSize, tabH, startOffset, tabOffset, … argument
1338 mxShapeMockupHorTabBar.prototype.focusTab = function(c, w, h, rSize, tabH, startOffset, tabOffset, … argument
1417 mxShapeMockupHorTabBar.prototype.tabText = function(c, w, h, rSize, tabH, startOffset, tabOffset, l… argument
1496 mxShapeMockupVerTabBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1534 h = Math.max(h, 2 * startOffset + tabCount * tabH + (tabCount - 1) * tabOffset);
1538 this.background(c, w, h, rSize, tabW);
1540 …this.backTabs(c, w, h, rSize, tabH, tabW, startOffset, tabOffset, labelOffset, tabCount, labelWidt…
1541 …this.focusTab(c, w, h, rSize, tabH, tabW, startOffset, tabOffset, labelOffset, tabCount, labelWidt…
1542 …this.tabText(c, w, h, rSize, tabH, tabW, startOffset, tabOffset, labelOffset, tabCount, labelWidth…
1545 mxShapeMockupVerTabBar.prototype.background = function(c, w, h, rSize, tabW) argument
1548 c.moveTo(tabW + rSize, h);
1549 c.arcTo(rSize, rSize, 0, 0, 1, tabW, h - rSize);
1553 c.lineTo(w, h);
1558 mxShapeMockupVerTabBar.prototype.backTabs = function(c, w, h, rSize, tabH, tabW, startOffset, tabOf… argument
1592 mxShapeMockupVerTabBar.prototype.focusTab = function(c, w, h, rSize, tabH, tabW, startOffset, tabOf… argument
1607 c.moveTo(tabW + rSize, h);
1608 c.arcTo(rSize, rSize, 0, 0, 1, tabW, h - rSize);
1620 c.moveTo(tabW + rSize, h);
1621 c.arcTo(rSize, rSize, 0, 0, 1, tabW, h - rSize);
1640 mxShapeMockupVerTabBar.prototype.tabText = function(c, w, h, rSize, tabH, tabW, startOffset, tabOff… argument
1715 mxShapeMockupAlertBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
1723 h = Math.max(h, 75);
1726 this.background(c, x, y, w, h, bgColor, frameColor);
1728 this.foreground(c, x, y, w, h, frameColor, insideColor, closeColor);
1731 mxShapeMockupAlertBox.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
1735 c.rect(0, 0, w, h);
1739 mxShapeMockupAlertBox.prototype.foreground = function(c, x, y, w, h, frameColor, insideColor, close… argument
1774 c.rect(currW, h - 10 - fontSize * 1.5, buttonW, fontSize * 1.5);
1776 …c.text(currW + buttonW * 0.5, h - 10 - fontSize * 0.75, 0, 0, buttonText[i], mxConstants.ALIGN_CEN…
1827 mxShapeMockupContainersRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
1832 c.roundrect(0, 0, w, h, rSize);
1864 mxShapeMockupContainersAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
1904 mxShapeMockupContrainersTopButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
1915 c.lineTo(w, h);
1916 c.lineTo(0, h);
1957 mxShapeMockupContainersLeftButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
1965 c.lineTo(w, h);
1966 c.lineTo(rSize, h);
1967 c.arcTo(rSize, rSize, 0, 0, 1, 0, h - rSize);
2018 mxShapeMockupContainersMarginRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
2022 this.background(c, x, y, w, h);
2025 mxShapeMockupContainersMarginRect.prototype.background = function(c, x, y, w, h, state) argument
2036 var h1 = h - marginBottom - y1 - margin;
2090 mxShapeMockupContainersMarginRect2.prototype.paintVertexShape = function(c, x, y, w, h) argument
2094 this.background(c, x, y, w, h);
2097 mxShapeMockupContainersMarginRect2.prototype.background = function(c, x, y, w, h, state) argument
2108 var h1 = h - marginBottom - y1 - margin;