Lines Matching refs:h

38 mxShapeMockupLink.prototype.paintVertexShape = function(c, x, y, w, h)  argument
50 …c.text(w * 0.5, h * 0.5, 0, 0, linkText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, nu…
53 c.moveTo(w * 0.5 - width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
54 c.lineTo(w * 0.5 + width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
96 mxShapeMockupLinkBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
137 var trueH = Math.max(h, fontSize * 1.5, 20);
166 mxShapeMockupLinkBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, label… argument
173 c.rect(0, 0, w, h);
193 c.lineTo(currWidth, h);
214 c.rect(0, 0, buttonRight, h);
219 c.rect(buttonLeft, 0, buttonRight - buttonLeft, h);
224 c.rect(buttonLeft, 0, buttonRight - buttonLeft, h);
231 c.rect(0, 0, w, h);
235 mxShapeMockupLinkBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi… argument
244 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER…
251 c.moveTo((w + buttonWidth * 0.5) * trueW / minW - textW, h * 0.5 + fontSize * 0.5);
252 c.lineTo((w + buttonWidth * 0.5) * trueW / minW + textW, h * 0.5 + fontSize * 0.5);
311 mxShapeMockupCallout.prototype.paintVertexShape = function(c, x, y, w, h) argument
338 c.lineTo(w, h);
347 c.lineTo(w, h);
356 c.lineTo(w, h);
369 c.lineTo(0, h);
378 c.lineTo(0, h);
387 c.lineTo(0, h);
398 c.moveTo(w, h);
399 c.lineTo(w - textWidth, h);
405 c.rect(w - textWidth, h - callH, textWidth, callH);
408 c.moveTo(w - textWidth * 0.5, h - callH);
414 c.roundrect(w - textWidth,h - callH, textWidth, callH, callH * 0.25, callH * 0.25);
417 c.moveTo(w - textWidth * 0.5, h - callH);
422 …c.text(w - textWidth * 0.5, h - callH * 0.5, 0, 0, calloutText, mxConstants.ALIGN_CENTER, mxConsta…
429 c.moveTo(0, h);
430 c.lineTo(textWidth, h);
436 c.rect(0, h - callH, textWidth, callH);
439 c.moveTo(textWidth * 0.5, h - callH);
445 c.roundrect(0, h - callH, textWidth, callH, callH * 0.25, callH * 0.25);
448 c.moveTo(textWidth * 0.5, h - callH);
453 …c.text(textWidth * 0.5, h - callH * 0.5, 0, 0, calloutText, mxConstants.ALIGN_CENTER, mxConstants.…
492 mxShapeMockupStickyNote.prototype.paintVertexShape = function(c, x, y, w, h) argument
495 this.background(c, w, h);
497 this.foreground(c, w, h);
500 mxShapeMockupStickyNote.prototype.background = function(c, w, h) argument
504 c.moveTo(w * 0.03, h * 0.07);
505 c.lineTo(w * 0.89, h * 0.06);
506 c.arcTo(2.81 * w, 2.92 * h, 1, 0, 0, w * 0.99, h * 0.98);
507 c.lineTo(w * 0.09, h * 0.99);
508 c.arcTo(2.81 * w, 2.92 * h, 1, 0, 1, w * 0.03, h * 0.07);
513 mxShapeMockupStickyNote.prototype.foreground = function(c, w, h) argument
523 c.lineTo(w * 0.6, h * 0.12);
524 c.lineTo(w * 0.28, h * 0.13);
535 …c.text(w / 2, (h - textH) / 2 + i * fontSize * 1.5 + fontSize * 0.75, 0, 0, mainText[i], mxConstan…
570 mxShapeMockupStickyNote2.prototype.paintVertexShape = function(c, x, y, w, h) argument
573 this.background(c, w, h);
575 this.foreground(c, w, h);
578 mxShapeMockupStickyNote2.prototype.background = function(c, w, h) argument
581 c.moveTo(w * 0.03, h * 0.07);
582 c.lineTo(w * 0.89, h * 0.06);
583 c.arcTo(2.81 * w, 2.92 * h, 1, 0, 0, w * 0.99, h * 0.98);
584 c.lineTo(w * 0.09, h * 0.99);
585 c.arcTo(2.81 * w, 2.92 * h, 1, 0, 1, w * 0.03, h * 0.07);
590 mxShapeMockupStickyNote2.prototype.foreground = function(c, w, h) argument
598 c.lineTo(w * 0.6, h * 0.12);
599 c.lineTo(w * 0.28, h * 0.13);
642 mxShapeMockupBulletedList.prototype.paintVertexShape = function(c, x, y, w, h) argument
645 this.background(c, w, h);
647 this.foreground(c, w, h);
650 mxShapeMockupBulletedList.prototype.background = function(c, w, h) argument
652 c.rect(0, 0, w, h);
656 mxShapeMockupBulletedList.prototype.foreground = function(c, w, h) argument
727 mxShapeMockupTextBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
730 this.background(c, w, h);
732 this.foreground(c, w, h);
735 mxShapeMockupTextBox.prototype.background = function(c, w, h) argument
737 c.rect(0, 0, w, h);
741 mxShapeMockupTextBox.prototype.foreground = function(c, w, h) argument
790 mxShapeMockupCaptcha.prototype.paintVertexShape = function(c, x, y, w, h) argument
793 this.background(c, w, h);
795 this.foreground(c, w, h);
798 mxShapeMockupCaptcha.prototype.background = function(c, w, h) argument
800 c.rect(0, 0, w, h);
804 mxShapeMockupCaptcha.prototype.foreground = function(c, w, h) argument
814 c.lineTo(w * 0.55, h * 0.85);
815 c.lineTo(w * 0.4, h * 0.75);
820 c.moveTo(w * 0.7, h * 0.1);
821 c.lineTo(w * 0.95, h * 0.23);
822 c.lineTo(w, h * 0.4);
823 c.lineTo(w, h * 0.9);
824 c.lineTo(w, h);
825 c.lineTo(w * 0.8, h);
832 …c.text(w * 0.5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, nu…
834 c.rect(0, 0, w, h);
872 mxShapeMockupAlphanumeric.prototype.paintVertexShape = function(c, x, y, w, h) argument
883 …c.text(w * 0.5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, nu…
885 c.moveTo(w * 0.5 - width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
886 c.lineTo(w * 0.5 + width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
922 mxShapeMockupTextRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
927 c.roundrect(0, 0, w, h, rSize);