Lines Matching refs:h

39 mxShapeMockupCheckboxGroup.prototype.paintVertexShape = function(c, x, y, w, h)  argument
53 var trueH = Math.max(h, minH);
166 mxShapeMockupRadioGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
180 var trueH = Math.max(h, minH);
289 mxShapeMockupColorPicker.prototype.paintVertexShape = function(c, x, y, w, h) argument
296 c.roundrect(0, 0, w, h, w * 0.05, h * 0.05);
301 c.rect(w * 0.1, h * 0.1, w * 0.8, h * 0.8);
306 c.moveTo(w * 0.75, h * 0.75);
307 c.lineTo(w * 0.75, h);
308 c.lineTo(w * 0.95, h);
309 c.arcTo(w * 0.05, h * 0.05, 0, 0, 0, w, h * 0.95);
310 c.lineTo(w, h * 0.75);
316 c.moveTo(w * 0.77, h * 0.77);
317 c.lineTo(w * 0.875, h * 0.98);
318 c.lineTo(w * 0.98, h * 0.77);
322 c.roundrect(0, 0, w, h, w * 0.05, h * 0.05);
365 mxShapeMockupComboBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
368 this.background(c, x, y, w, h);
370 this.foreground(c, x, y, w, h);
371 this.mainText(c, x, y, w, h);
374 mxShapeMockupComboBox.prototype.background = function(c, x, y, w, h) argument
377 c.roundrect(0, 0, w, h, 5, 5);
381 mxShapeMockupComboBox.prototype.foreground = function(c, x, y, w, h) argument
385 c.setGradient(fillColor, fillColor2, w - 30, 0, 30, h, mxConstants.DIRECTION_SOUTH, 1, 1);
390 c.lineTo(w, h - 5);
391 c.arcTo(5, 5, 0, 0, 1, w - 5, h);
392 c.lineTo(w - 30, h);
398 c.moveTo(w - 22, h * 0.5 - 5);
399 c.lineTo(w - 15, h * 0.5 + 5);
400 c.lineTo(w - 8, h * 0.5 - 5);
404 mxShapeMockupComboBox.prototype.mainText = function(c, x, y, w, h) argument
413 …c.text(5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, 0, 0…
477 mxShapeMockupSpinner.prototype.paintVertexShape = function(c, x, y, w, h) argument
481 this.background(c, w, h);
483 this.foreground(c, w, h, spinnerLayout);
484 this.mainText(c, w, h, spinnerLayout);
487 mxShapeMockupSpinner.prototype.background = function(c, w, h) argument
490 c.roundrect(0, 0, w, h, 10, 10);
494 mxShapeMockupSpinner.prototype.foreground = function(c, w, h, spinnerLayout) argument
509 c.lineTo(w - 20, h);
510 c.moveTo(w - 20, h * 0.5);
511 c.lineTo(w, h * 0.5);
518 c.lineTo(20, h);
519 c.moveTo(20, h * 0.5);
520 c.lineTo(0, h * 0.5);
535 c.moveTo(0, h - 15);
536 c.lineTo(w, h - 15);
537 c.moveTo(w * 0.5, h - 15);
538 c.lineTo(w * 0.5, h);
546 c.moveTo(0, h - 15);
547 c.lineTo(w, h - 15);
554 c.lineTo(20, h);
556 c.lineTo(w - 20, h);
568 c.moveTo(w - 14, h * 0.25 + 4.5);
569 c.lineTo(w - 10, h * 0.25 - 2.5);
570 c.lineTo(w - 6, h * 0.25 + 4.5);
577 c.moveTo(w - 10, h * 0.25 - 4);
578 c.lineTo(w - 10, h * 0.25 + 4);
579 c.moveTo(w - 14, h * 0.25);
580 c.lineTo(w - 6, h * 0.25);
586 c.moveTo(w - 14, h * 0.25 + 1.5);
587 c.lineTo(w - 10, h * 0.25 - 2.5);
588 c.lineTo(w - 6, h * 0.25 + 1.5);
590 c.moveTo(w - 10, h * 0.25 + 4.5);
591 c.lineTo(w - 10, h * 0.25 - 2.5);
600 c.moveTo(14, h * 0.25 + 4.5);
601 c.lineTo(10, h * 0.25 - 2.5);
602 c.lineTo(6, h * 0.25 + 4.5);
609 c.moveTo(10, h * 0.25 - 4);
610 c.lineTo(10, h * 0.25 + 4);
611 c.moveTo(14, h * 0.25);
612 c.lineTo(6, h * 0.25);
618 c.moveTo(14, h * 0.25 + 1.5);
619 c.lineTo(10, h * 0.25 - 2.5);
620 c.lineTo(6, h * 0.25 + 1.5);
622 c.moveTo(10, h * 0.25 + 4.5);
623 c.lineTo(10, h * 0.25 - 2.5);
664 c.moveTo(w * 0.75 + 4, h - 5);
665 c.lineTo(w * 0.75, h - 12);
666 c.lineTo(w * 0.75 - 4, h - 5);
673 c.moveTo(w * 0.75, h - 3.5);
674 c.lineTo(w * 0.75, h - 11.5);
675 c.moveTo(w * 0.75 + 4, h - 7.5);
676 c.lineTo(w * 0.75 - 4, h - 7.5);
682 c.moveTo(w * 0.75 + 4, h - 6);
683 c.lineTo(w * 0.75, h - 10);
684 c.lineTo(w * 0.75 - 4, h - 6);
686 c.moveTo(w * 0.75, h - 3);
687 c.lineTo(w * 0.75, h - 10);
728 c.moveTo(w - 6, h * 0.5 + 4.5);
729 c.lineTo(w - 10, h * 0.5 - 2.5);
730 c.lineTo(w - 14, h * 0.5 + 4.5);
737 c.moveTo(w - 10, h * 0.5 - 4);
738 c.lineTo(w - 10, h * 0.5 + 4);
739 c.moveTo(w - 14, h * 0.5);
740 c.lineTo(w - 6, h * 0.5);
746 c.moveTo(w - 14, h * 0.5 + 1.5);
747 c.lineTo(w - 10, h * 0.5 - 2.5);
748 c.lineTo(w - 6, h * 0.5 + 1.5);
750 c.moveTo(w - 10, h * 0.5 + 4.5);
751 c.lineTo(w - 10, h * 0.5 - 2.5);
761 c.moveTo(w - 14, h * 0.75 - 4.5);
762 c.lineTo(w - 10, h * 0.75 + 2.5);
763 c.lineTo(w - 6, h * 0.75 - 4.5);
770 c.moveTo(w - 14, h * 0.75);
771 c.lineTo(w - 6, h * 0.75);
777 c.moveTo(w - 14, h * 0.75 - 1.5);
778 c.lineTo(w - 10, h * 0.75 + 2.5);
779 c.lineTo(w - 6, h * 0.75 - 1.5);
781 c.moveTo(w - 10, h * 0.75 - 4.5);
782 c.lineTo(w - 10, h * 0.75 + 2.5);
791 c.moveTo(14, h * 0.75 - 4.5);
792 c.lineTo(10, h * 0.75 + 2.5);
793 c.lineTo(6, h * 0.75 - 4.5);
800 c.moveTo(14, h * 0.75);
801 c.lineTo(6, h * 0.75);
807 c.moveTo(14, h * 0.75 - 1.5);
808 c.lineTo(10, h * 0.75 + 2.5);
809 c.lineTo(6, h * 0.75 - 1.5);
811 c.moveTo(10, h * 0.75 - 4.5);
812 c.lineTo(10, h * 0.75 + 2.5);
851 c.moveTo(w * 0.25 + 4, h - 12);
852 c.lineTo(w * 0.25, h - 5);
853 c.lineTo(w * 0.25 - 4, h - 12);
860 c.moveTo(w * 0.25 + 4, h - 7.5);
861 c.lineTo(w * 0.25 - 4, h - 7.5);
867 c.moveTo(w * 0.25 + 4, h - 9);
868 c.lineTo(w * 0.25, h - 5);
869 c.lineTo(w * 0.25 - 4, h - 9);
871 c.moveTo(w * 0.25, h - 12);
872 c.lineTo(w * 0.25, h - 5);
881 c.moveTo(w * 0.5 + 4, h - 12);
882 c.lineTo(w * 0.5, h - 5);
883 c.lineTo(w * 0.5 - 4, h - 12);
890 c.moveTo(w * 0.5 + 4, h - 7.5);
891 c.lineTo(w * 0.5 - 4, h - 7.5);
897 c.moveTo(w * 0.5 + 4, h - 9);
898 c.lineTo(w * 0.5, h - 5);
899 c.lineTo(w * 0.5 - 4, h - 9);
901 c.moveTo(w * 0.5, h - 12);
902 c.lineTo(w * 0.5, h - 5);
911 c.moveTo(6, h * 0.5 - 4.5);
912 c.lineTo(10, h * 0.5 + 2.5);
913 c.lineTo(14, h * 0.5 - 4.5);
920 c.moveTo(14, h * 0.5);
921 c.lineTo(6, h * 0.5);
927 c.moveTo(14, h * 0.5 - 1.5);
928 c.lineTo(10, h * 0.5 + 2.5);
929 c.lineTo(6, h * 0.5 - 1.5);
931 c.moveTo(10, h * 0.5 - 4.5);
932 c.lineTo(10, h * 0.5 + 2.5);
938 mxShapeMockupSpinner.prototype.mainText = function(c, w, h, spinnerLayout) argument
948 …c.text((w - 20) * 0.5, h * 0.5, 0, 0, spinnerText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MID…
952 …c.text((w + 20) * 0.5, h * 0.5, 0, 0, spinnerText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MID…
956 …c.text(w * 0.5, (h + 15) * 0.5, 0, 0, spinnerText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MID…
960 …c.text(w * 0.5, (h - 15) * 0.5, 0, 0, spinnerText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MID…
964 …c.text(w * 0.5, h * 0.5, 0, 0, spinnerText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0,…
968 …c.text(w * 0.5, h * 0.5, 0, 0, spinnerText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0,…
1010 mxShapeMockupMenuBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1042 var trueH = Math.max(h, fontSize * 1.5, 20);
1069 mxShapeMockupMenuBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, label… argument
1074 c.rect(0, 0, w, h);
1094 c.lineTo(currWidth, h);
1115 c.rect(buttonLeft, 0, buttonRight - buttonLeft, h);
1122 c.rect(0, 0, w, h);
1126 mxShapeMockupMenuBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi… argument
1134 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER…
1188 mxShapeMockupHorSlider.prototype.paintVertexShape = function(c, x, y, w, h) argument
1194 this.background(c, w, h, rSize, sliderStyle);
1196 this.foreground(c, w, h, rSize, sliderStyle);
1200 mxShapeMockupHorSlider.prototype.background = function(c, w, h, rSize, sliderStyle) argument
1206 c.moveTo(0, h * 0.5);
1207 c.lineTo(w, h * 0.5);
1212 c.roundrect(0, h * 0.5 - rSize, w, 2 * rSize, rSize, rSize);
1217 mxShapeMockupHorSlider.prototype.foreground = function(c, w, h, rSize, sliderStyle) argument
1232 c.moveTo(0, h * 0.5);
1233 c.lineTo(barCenterPos, h * 0.5);
1241 c.roundrect(0, h * 0.5 - rSize, barCenterPos, 2 * rSize, rSize, rSize);
1250 c.ellipse(handleCenterPos - 10, h * 0.5 - 10, 20, 20);
1256 c.moveTo(handleCenterPos - 10, h * 0.5 + 10);
1257 c.lineTo(handleCenterPos, h * 0.5 - 10);
1258 c.lineTo(handleCenterPos + 10, h * 0.5 + 10);
1265 c.moveTo(handleCenterPos - 7, h * 0.5 + 10);
1266 c.lineTo(handleCenterPos - 7, h * 0.5);
1267 c.lineTo(handleCenterPos, h * 0.5 - 10);
1268 c.lineTo(handleCenterPos + 7, h * 0.5);
1269 c.lineTo(handleCenterPos + 7, h * 0.5 + 10);
1330 mxShapeMockupListBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
1363 h = Math.max(h, 30 + subText.length * fontSize * 1.5);
1365 this.background(c, w, h, bgColor, frameColor);
1367 this.foreground(c, w, h, frameColor, selectedButton, subText, fontSize);
1370 mxShapeMockupListBox.prototype.background = function(c, w, h, bgColor, frameColor) argument
1374 c.rect(0, 0, w, h);
1378 mxShapeMockupListBox.prototype.foreground = function(c, w, h, frameColor, selectedButton, subText, … argument
1416 c.rect(0, 0, w, h);
1454 mxShapeMockupPwField.prototype.paintVertexShape = function(c, x, y, w, h) argument
1457 this.background(c, w, h);
1459 this.foreground(c, w, h);
1462 mxShapeMockupPwField.prototype.background = function(c, w, h) argument
1464 c.rect(0, 0, w, h);
1468 mxShapeMockupPwField.prototype.foreground = function(c, w, h) argument
1477 …c.text(5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, 0, 0…
1514 mxShapeMockupSplitter.prototype.paintVertexShape = function(c, x, y, w, h) argument
1518 this.background(c, w, h);
1520 this.foreground(c, w, h);
1523 mxShapeMockupSplitter.prototype.background = function(c, w, h) argument
1526 c.moveTo(0, h * 0.5 - 5);
1527 c.lineTo(w, h * 0.5 - 5);
1528 c.lineTo(w, h * 0.5 + 5);
1529 c.lineTo(0, h * 0.5 + 5);
1534 mxShapeMockupSplitter.prototype.foreground = function(c, w, h) argument
1539 c.moveTo(0, h * 0.5 - 5);
1540 c.lineTo(w, h * 0.5 - 5);
1541 c.moveTo(w, h * 0.5 + 5);
1542 c.lineTo(0, h * 0.5 + 5);
1546 c.ellipse(w * 0.5 - 17, h * 0.5 - 2, 4, 4);
1548 c.ellipse(w * 0.5 - 2, h * 0.5 - 2, 4, 4);
1550 c.ellipse(w * 0.5 + 13, h * 0.5 - 2, 4, 4);
1595 mxShapeMockupWedgeBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1635 h = Math.max(h, tabH + rSize);
1640 …this.backTabs(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, se…
1641 …this.focusTab(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, se…
1642 …this.tabText(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, sel…
1645 mxShapeMockupWedgeBar.prototype.backTabs = function(c, w, h, rSize, tabH, startOffset, tabOffset, l… argument
1700 mxShapeMockupWedgeBar.prototype.focusTab = function(c, w, h, rSize, tabH, startOffset, tabOffset, l… argument
1759 mxShapeMockupWedgeBar.prototype.tabText = function(c, w, h, rSize, tabH, startOffset, tabOffset, la… argument
1837 mxShapeMockupSearchBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
1840 this.background(c, w, h);
1842 this.foreground(c, w, h);
1845 mxShapeMockupSearchBox.prototype.background = function(c, w, h) argument
1847 c.rect(0, 0, w, h);
1851 mxShapeMockupSearchBox.prototype.foreground = function(c, w, h) argument
1861 …c.text(5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, 0, 0…
1864 c.ellipse(w - 15, h * 0.5 - 8, 10, 10);
1867 c.moveTo(w - 19, h * 0.5 + 9);
1868 c.lineTo(w - 13, h * 0.5 + 1);
1910 mxShapeMockupSignIn.prototype.paintVertexShape = function(c, x, y, w, h) argument
1913 this.background(c, w, h);
1915 this.foreground(c, w, h);
1918 mxShapeMockupSignIn.prototype.background = function(c, w, h) argument
1920 c.rect(0, 0, w, h);
1924 mxShapeMockupSignIn.prototype.foreground = function(c, w, h) argument
1935 c.roundrect(w * 0.09, h * 0.52, w * 0.36, h * 0.09, 5, 5);
1938 c.roundrect(w * 0.09, h * 0.84, w * 0.36, h * 0.09, 5, 5);
1941 c.rect(w * 0.05, h * 0.22, w * 0.75, h * 0.08);
1944 c.rect(w * 0.05, h * 0.4, w * 0.75, h * 0.08);
1952 c.moveTo(w * 0.05, h * 0.12);
1953 c.lineTo(w * 0.95, h * 0.12);
1954 c.moveTo(w * 0.05, h * 0.72);
1955 c.lineTo(w * 0.95, h * 0.72);
1961 …c.text(w * 0.05, h * 0.1, 0, 0, mainText[0], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_BOTTOM, 0, …
1962 …c.text(w * 0.05, h * 0.2, 0, 0, mainText[1], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_BOTTOM, 0, …
1963 …c.text(w * 0.075, h * 0.26, 0, 0, mainText[2], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0…
1964 …c.text(w * 0.05, h * 0.38, 0, 0, mainText[3], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_BOTTOM, 0,…
1965 …c.text(w * 0.075, h * 0.44, 0, 0, mainText[4], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0…
1966 …c.text(w * 0.05, h * 0.8, 0, 0, mainText[6], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, …
1972 …c.text(w * 0.05, h * 0.7, 0, 0, mainText[5], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_BOTTOM, 0, …
1975 c.moveTo(w * 0.05, h * 0.7);
1976 c.lineTo(w * 0.05 + forgotW, h * 0.7);
1982 …c.text(w * 0.27, h * 0.565, 0, 0, mainText[7], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE,…
1983 …c.text(w * 0.27, h * 0.885, 0, 0, mainText[8], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE,…
2029 mxShapeMockupCalendar.prototype.paintVertexShape = function(c, x, y, w, h) argument
2032 this.background(c, w, h);
2034 this.foreground(c, w, h);
2037 mxShapeMockupCalendar.prototype.background = function(c, w, h) argument
2039 c.roundrect(0, 0, w, h, w * 0.0312, h * 0.0286);
2043 mxShapeMockupCalendar.prototype.foreground = function(c, w, h) argument
2068 c.roundrect(w * 0.05, h * 0.0457, w * 0.1438, h * 0.1029, w * 0.025, h * 0.0229);
2070 c.roundrect(w * 0.8125, h * 0.0457, w * 0.1438, h * 0.1029, w * 0.025, h * 0.0229);
2077 c.moveTo(w * 0.1438, h * 0.0743);
2078 c.lineTo(w * 0.1, h * 0.0971);
2079 c.lineTo(w * 0.1438, h * 0.12);
2080 c.moveTo(w * 0.8625, h * 0.0743);
2081 c.lineTo(w * 0.9062, h * 0.0971);
2082 c.lineTo(w * 0.8625, h * 0.12);
2087 …c.text(w * 0.5, h * 0.0971, 0, 0, mainText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0,…
2103 …c.text(currX, h * 0.2114, 0, 0, dayNames[j], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0…
2127 c.rect(currX, h * 0.2686, cellSize, h * 0.1143);
2131 …c.text(currX + cellSize * 0.5, h * 0.2686 + cellSize * 0.5, 0, 0, tmp.toString(), mxConstants.ALIG…
2147 var currY = h * 0.2686 + y * h * 0.1143;
2156 c.rect(currX, currY, cellSize, h * 0.1143);
2178 var currY = h * 0.2686 + y * h * 0.1143;
2179 c.rect(currX, currY, cellSize, h * 0.1143);
2204 c.rect(selX, selY, cellSize, h * 0.1143);
2246 mxShapeMockupEmailForm.prototype.paintVertexShape = function(c, x, y, w, h) argument
2266 h = Math.max(h, fontSize * 10.5 + optCount * fontSize * 3);
2269 this.background(c, w, h, fontSize, tabX, showCC, showBCC);
2271 this.foreground(c, w, h, fontSize, tabX, showCC, showBCC);
2274 mxShapeMockupEmailForm.prototype.background = function(c, w, h, fontSize, tabX, showCC, showBCC) argument
2298 c.rect(0, messX, w, h - messX);
2302 mxShapeMockupEmailForm.prototype.foreground = function(c, w, h, fontSize, tabX, showCC, showBCC) argument
2373 mxShapeMockupFormsRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
2378 c.roundrect(0, 0, w, h, rSize);
2410 mxShapeMockupFormsAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
2445 mxShapeMockupFormsCheckbox.prototype.paintVertexShape = function(c, x, y, w, h) argument
2449 c.rect(0, 0, w, h);
2453 c.moveTo(w * 0.8, h * 0.2);
2454 c.lineTo(w * 0.4, h * 0.8);
2455 c.lineTo(w * 0.25, h * 0.6);
2490 mxShapeMockupFormsURect.prototype.paintVertexShape = function(c, x, y, w, h) argument
2495 c.moveTo(0, h);
2498 c.lineTo(w, h);