Lines Matching refs:w

46 mxShapeMockupPlaybackControls.prototype.paintVertexShape = function(c, x, y, w, h)  argument
51 var w = Math.max(225, w);
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
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
228 var virRange = w - 2 * deadzone;
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
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);
498 c.lineTo(w, 0);
541 mxShapeMockupVolumeSlider.prototype.paintVertexShape = function(c, x, y, w, h) argument
553 var w = Math.max(w, 3.5 * controlBarHeight);
555 var speakerStartX = w - controlBarHeight;
569 var barMax = w - controlBarHeight * 1.3;
575 var soundStartX = w - controlBarHeight;
589 var videoBarEndX = w - controlBarHeight * 1.3;
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
1117 while (currX < w)
1147 while (currX < w)
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
1238 this.state.style['spacingLeft'] = Math.round(1000 * Math.max(0, Math.min(w, dx))) / 1000 - 4;
1251 while (currX < w)
1296 while (currX < w)
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
1430 c.lineTo(w, h * 0.33);
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
1491 w = Math.max(w, 105);
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);
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