Lines Matching refs:h

39 mxShapeMockupBreadcrumb.prototype.paintVertexShape = function(c, x, y, w, h)  argument
57 var trueH = Math.max(h, fontSize * 1.5, 20);
83 mxShapeMockupBreadcrumb.prototype.separators = function(c, w, h, buttonNum, buttonWidths, labelOffs… argument
87 var midY = h * 0.5;
108 mxShapeMockupBreadcrumb.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize,… argument
112 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER…
158 mxShapeMockupStepBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
187 var trueH = Math.max(h, fontSize * 1.5, 20);
215 mxShapeMockupStepBar.prototype.stepLineBg = function(c, w, h, buttonNum, buttonWidths, labelOffset,… argument
257 mxShapeMockupStepBar.prototype.stepLineFg = function(c, w, h, buttonNum, buttonWidths, labelOffset,… argument
356 mxShapeMockupStepBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi… argument
399 mxShapeMockupCoverFlow.prototype.paintVertexShape = function(c, x, y, w, h) argument
404 c.moveTo(w * 0.0924, h * 0.07);
405 c.lineTo(w * 0.005, h * 0.01);
406 c.lineTo(w * 0.005, h * 0.99);
407 c.lineTo(w * 0.0924, h * 0.93);
409 c.moveTo(w * 0.1774, h * 0.09);
410 c.lineTo(w * 0.0924, h * 0.01);
411 c.lineTo(w * 0.0924, h * 0.99);
412 c.lineTo(w * 0.1774, h * 0.91);
414 c.moveTo(w * 0.3373, h * 0.22);
415 c.lineTo(w * 0.1774, h * 0.01);
416 c.lineTo(w * 0.1774, h * 0.99);
417 c.lineTo(w * 0.3373, h * 0.78);
419 c.moveTo(w * 0.912, h * 0.07);
420 c.lineTo(w * 0.998, h * 0.01);
421 c.lineTo(w * 0.998, h * 0.99);
422 c.lineTo(w * 0.912, h * 0.93);
424 c.moveTo(w * 0.8271, h * 0.09);
425 c.lineTo(w * 0.912, h * 0.01);
426 c.lineTo(w * 0.912, h * 0.99);
427 c.lineTo(w * 0.8271, h * 0.91);
429 c.moveTo(w * 0.6672, h * 0.22);
430 c.lineTo(w * 0.8271, h * 0.01);
431 c.lineTo(w * 0.8271, h * 0.99);
432 c.lineTo(w * 0.6672, h * 0.78);
434 c.moveTo(w * 0.3373, h * 0.005);
435 c.lineTo(w * 0.3373, h * 0.995);
436 c.lineTo(w * 0.6672, h * 0.995);
437 c.lineTo(w * 0.6672, h * 0.005);
482 mxShapeMockupScrollBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
484 h = 20;
489 this.background(c, w, h, buttonX);
491 this.foreground(c, w, h, buttonX);
495 mxShapeMockupScrollBar.prototype.background = function(c, w, h, buttonX) argument
497 c.rect(0, 0, w, h);
501 c.lineTo(buttonX, h);
503 c.lineTo(w - buttonX, h);
507 mxShapeMockupScrollBar.prototype.foreground = function(c, w, h, buttonX) argument
520 c.moveTo(buttonX * 0.2, h * 0.5);
521 c.lineTo(buttonX * 0.8, h * 0.2);
522 c.lineTo(buttonX * 0.8, h * 0.8);
524 c.moveTo(w - buttonX * 0.2, h * 0.5);
525 c.lineTo(w - buttonX * 0.8, h * 0.2);
526 c.lineTo(w - buttonX * 0.8, h * 0.8);
541 c.roundrect(barStart, h * 0.15, barWidth, h * 0.7, 5, 5);
594 mxShapeMockupPagination.prototype.paintVertexShape = function(c, x, y, w, h) argument
605 …c.text(w * 0.5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, nu…
607 c.moveTo(w * 0.5 - width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
608 c.lineTo(w * 0.5 + width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
643 mxShapeMockupPageControl.prototype.paintVertexShape = function(c, x, y, w, h) argument
651 var rSize = Math.min(h * 0.5, w * 0.05);
653 c.ellipse(0, h * 0.5 - rSize, 2 * rSize, 2 * rSize);
656 c.ellipse(w * 0.35 - rSize, h * 0.5 - rSize, 2 * rSize, 2 * rSize);
658 c.ellipse(w * 0.65 - rSize, h * 0.5 - rSize, 2 * rSize, 2 * rSize);
660 c.ellipse(w - 2 * rSize, h * 0.5 - rSize, 2 * rSize, 2 * rSize);
704 mxShapeMockupMapNavigator.prototype.paintVertexShape = function(c, x, y, w, h) argument
707 this.background(c, w, h);
709 this.foreground(c, w, h);
712 mxShapeMockupMapNavigator.prototype.background = function(c, w, h) argument
714 c.ellipse(0, 0, w, h * 0.6);
718 c.moveTo(w * 0.35, h * 0.584);
719 c.lineTo(w * 0.35, h * 0.95);
720 c.arcTo(w * 0.083, h * 0.05, 0, 0, 0, w * 0.43, h);
721 c.lineTo(w * 0.56, h);
722 c.arcTo(w * 0.083, h * 0.05, 0, 0, 0, w * 0.65, h * 0.95);
723 c.lineTo(w * 0.65, h * 0.584);
727 mxShapeMockupMapNavigator.prototype.foreground = function(c, w, h) argument
735 c.ellipse(w * 0.4, h * 0.65, w * 0.2, h * 0.12);
737 c.ellipse(w * 0.4, h * 0.85, w * 0.2, h * 0.12);
741 c.moveTo(w * 0.1806, h * 0.34);
742 c.lineTo(w * 0.1357, h * 0.366);
743 c.lineTo(w * 0.0228, h * 0.3);
744 c.lineTo(w * 0.1357, h * 0.234);
745 c.lineTo(w * 0.1806, h * 0.26);
746 c.lineTo(w * 0.1142, h * 0.3);
751 c.moveTo(w * 0.433, h * 0.108);
752 c.lineTo(w * 0.3881, h * 0.08);
753 c.lineTo(w * 0.4994, h * 0.012);
754 c.lineTo(w * 0.6123, h * 0.08);
755 c.lineTo(w * 0.5658, h * 0.108);
756 c.lineTo(w * 0.4994, h * 0.068);
761 c.moveTo(w * 0.8198, h * 0.262);
762 c.lineTo(w * 0.868, h * 0.233);
763 c.lineTo(w * 0.9776, h * 0.3);
764 c.lineTo(w * 0.868, h * 0.367);
765 c.lineTo(w * 0.8198, h * 0.341);
766 c.lineTo(w * 0.8863, h * 0.3);
771 c.moveTo(w * 0.5641, h * 0.493);
772 c.lineTo(w * 0.6123, h * 0.522);
773 c.lineTo(w * 0.4994, h * 0.588);
774 c.lineTo(w * 0.3881, h * 0.521);
775 c.lineTo(w * 0.4363, h * 0.493);
776 c.lineTo(w * 0.4994, h * 0.533);
781 c.moveTo(w * 0.3333, h * 0.32);
782 c.lineTo(w * 0.3333, h * 0.28);
783 c.lineTo(w * 0.4163, h * 0.3);
785 c.moveTo(w * 0.4662, h * 0.2);
786 c.lineTo(w * 0.5326, h * 0.2);
787 c.lineTo(w * 0.4994, h * 0.25);
789 c.moveTo(w * 0.6654, h * 0.28);
790 c.lineTo(w * 0.6654, h * 0.32);
791 c.lineTo(w * 0.5824, h * 0.3);
793 c.moveTo(w * 0.5326, h * 0.4);
794 c.lineTo(w * 0.4662, h * 0.4);
795 c.lineTo(w * 0.4994, h * 0.35);
803 c.moveTo(w * 0.5, h * 0.67);
804 c.lineTo(w * 0.5, h * 0.75);
805 c.moveTo(w * 0.43, h * 0.71);
806 c.lineTo(w * 0.57, h * 0.71);
807 c.moveTo(w * 0.43, h * 0.91);
808 c.lineTo(w * 0.57, h * 0.91);
840 mxShapeMockupNavigationAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument