Lines Matching refs:y

126 mxShapeMockupiPhone.prototype.paintVertexShape = function(c, x, y, w, h)  argument
128 c.translate(x, y);
130 this.background(c, x, y, w, h, rSize);
132 this.foreground(c, x, y, w, h, rSize);
135 mxShapeMockupiPhone.prototype.background = function(c, x, y, w, h, rSize) argument
143 mxShapeMockupiPhone.prototype.foreground = function(c, x, y, w, h, rSize) argument
188 var yOld = y;
227 var yOld = y;
676 mxShapeMockupiBgFlat.prototype.paintVertexShape = function(c, x, y, w, h) argument
678 c.translate(x, y);
679 this.background(c, x, y, w, h);
682 mxShapeMockupiBgFlat.prototype.background = function(c, x, y, w, h) argument
716 mxShapeMockupiBgStriped.prototype.paintVertexShape = function(c, x, y, w, h) argument
718 c.translate(x, y);
719 this.background(c, x, y, w, h);
721 this.foreground(c, x, y, w, h);
724 mxShapeMockupiBgStriped.prototype.background = function(c, x, y, w, h) argument
732 mxShapeMockupiBgStriped.prototype.foreground = function(c, x, y, w, h) argument
783 mxShapeMockupiBgMap.prototype.paintVertexShape = function(c, x, y, w, h) argument
785 c.translate(x, y);
786 this.background(c, x, y, w, h);
788 this.foreground(c, x, y, w, h);
791 mxShapeMockupiBgMap.prototype.background = function(c, x, y, w, h) argument
798 mxShapeMockupiBgMap.prototype.foreground = function(c, x, y, w, h) argument
1188 mxShapeMockupiButtonBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1227 c.translate(x, y);
1404 mxShapeMockupiAppBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1406 c.translate(x, y);
1407 this.background(c, x, y, w, h);
1409 this.foreground(c, x, y, w, h);
1412 mxShapeMockupiAppBar.prototype.background = function(c, x, y, w, h) argument
1419 mxShapeMockupiAppBar.prototype.foreground = function(c, x, y, w, h) argument
1548 mxShapeMockupiTopBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1550 c.translate(x, y);
1551 this.background(c, x, y, w, h);
1553 this.foreground(c, x, y, w, h);
1556 mxShapeMockupiTopBar.prototype.background = function(c, x, y, w, h) argument
1564 mxShapeMockupiTopBar.prototype.foreground = function(c, x, y, w, h) argument
1645 mxShapeMockupiTopBar2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1647 c.translate(x, y);
1648 this.background(c, x, y, w, h);
1650 this.foreground(c, x, y, w, h);
1652 mxShapeMockupiTopBar2.prototype.background = function(c, x, y, w, h) argument
1658 mxShapeMockupiTopBar2.prototype.foreground = function(c, x, y, w, h) argument
1730 mxShapeMockupiTopBarLocked.prototype.paintVertexShape = function(c, x, y, w, h) argument
1732 c.translate(x, y);
1733 this.background(c, x, y, w, h);
1735 this.foreground(c, x, y, w, h);
1738 mxShapeMockupiTopBarLocked.prototype.background = function(c, x, y, w, h) argument
1745 mxShapeMockupiTopBarLocked.prototype.foreground = function(c, x, y, w, h) argument
1826 mxShapeMockupiButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
1831 c.translate(x, y);
1832 this.background(c, x, y, w, h);
1834 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
1837 mxShapeMockupiButton.prototype.background = function(c, x, y, w, h) argument
1847 mxShapeMockupiButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
1882 mxShapeMockupiButtonBack.prototype.paintVertexShape = function(c, x, y, w, h) argument
1887 c.translate(x, y);
1888 this.background(c, x, y, w, h);
1890 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
1893 mxShapeMockupiButtonBack.prototype.background = function(c, x, y, w, h) argument
1913 mxShapeMockupiButtonBack.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
1948 mxShapeMockupiButtonForward.prototype.paintVertexShape = function(c, x, y, w, h) argument
1953 c.translate(x, y);
1954 this.background(c, x, y, w, h);
1956 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
1959 mxShapeMockupiButtonForward.prototype.background = function(c, x, y, w, h) argument
1979 mxShapeMockupiButtonForward.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
2014 mxShapeMockupiPrevNextButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
2016 c.translate(x, y);
2017 this.background(c, x, y, w, h);
2019 this.foreground(c, x, y, w, h);
2022 mxShapeMockupiPrevNextButton.prototype.background = function(c, x, y, w, h) argument
2038 mxShapeMockupiPrevNextButton.prototype.foreground = function(c, x, y, w, h) argument
2085 mxShapeMockupiTextInput.prototype.paintVertexShape = function(c, x, y, w, h) argument
2090 c.translate(x, y);
2091 this.background(c, x, y, w, h);
2093 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
2096 mxShapeMockupiTextInput.prototype.background = function(c, x, y, w, h) argument
2102 mxShapeMockupiTextInput.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
2137 mxShapeMockupiRadioGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
2139 c.translate(x, y);
2248 mxShapeMockupiCheckboxGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
2250 c.translate(x, y);
2363 mxShapeMockupiComboBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
2368 c.translate(x, y);
2369 this.background(c, x, y, w, h);
2371 this.foreground(c, x, y, w, h);
2372 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
2375 mxShapeMockupiComboBox.prototype.background = function(c, x, y, w, h) argument
2382 mxShapeMockupiComboBox.prototype.foreground = function(c, x, y, w, h) argument
2405 mxShapeMockupiComboBox.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
2445 mxShapeMockupiOnOffButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
2447 c.translate(x, y);
2450 this.background(c, x, y, w, h, state);
2452 this.foreground(c, x, y, w, h, state);
2453 this.mainText(c, x, y, w, h, state);
2456 mxShapeMockupiOnOffButton.prototype.background = function(c, x, y, w, h, state) argument
2472 mxShapeMockupiOnOffButton.prototype.foreground = function(c, x, y, w, h, state) argument
2488 mxShapeMockupiOnOffButton.prototype.mainText = function(c, x, y, w, h, state) argument
2534 mxShapeMockupiAlertBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
2538 c.translate(x, y);
2540 this.background(c, x, y, w, h, rSize);
2542 this.foreground(c, x, y, w, h, rSize);
2545 mxShapeMockupiAlertBox.prototype.background = function(c, x, y, w, h, rSize) argument
2554 mxShapeMockupiAlertBox.prototype.foreground = function(c, x, y, w, h, rSize) argument
2621 mxShapeMockupiDialogBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
2625 c.translate(x, y);
2627 this.background(c, x, y, w, h, rSize);
2629 this.foreground(c, x, y, w, h, rSize);
2632 mxShapeMockupiDialogBox.prototype.background = function(c, x, y, w, h, rSize) argument
2641 mxShapeMockupiDialogBox.prototype.foreground = function(c, x, y, w, h, rSize) argument
2712 mxShapeMockupiLockButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
2714 c.translate(x, y);
2784 mxShapeMockupiArrowIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
2788 c.translate(x, y);
2789 this.background(c, x, y, w, h, strokeColor);
2791 this.foreground(c, x, y, w, h, strokeColor);
2794 mxShapeMockupiArrowIcon.prototype.background = function(c, x, y, w, h, strokeColor) argument
2806 mxShapeMockupiArrowIcon.prototype.foreground = function(c, x, y, w, h, strokeColor) argument
2843 mxShapeMockupiDeleteIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
2847 c.translate(x, y);
2848 this.background(c, x, y, w, h, strokeColor);
2850 this.foreground(c, x, y, w, h, strokeColor);
2853 mxShapeMockupiDeleteIcon.prototype.background = function(c, x, y, w, h, strokeColor) argument
2865 mxShapeMockupiDeleteIcon.prototype.foreground = function(c, x, y, w, h, strokeColor) argument
2901 mxShapeMockupiAddIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
2910 c.translate(x, y);
2911 this.background(c, x, y, w, h, strokeColor);
2913 this.foreground(c, x, y, w, h, strokeColor);
2916 mxShapeMockupiAddIcon.prototype.background = function(c, x, y, w, h, strokeColor) argument
2923 mxShapeMockupiAddIcon.prototype.foreground = function(c, x, y, w, h, strokeColor) argument
2961 mxShapeMockupiInfoIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
2965 c.translate(x, y);
2966 this.background(c, x, y, w, h, strokeColor);
2968 this.foreground(c, x, y, w, h, strokeColor);
2971 mxShapeMockupiInfoIcon.prototype.background = function(c, x, y, w, h, strokeColor) argument
2983 mxShapeMockupiInfoIcon.prototype.foreground = function(c, x, y, w, h, strokeColor) argument
3040 mxShapeMockupiSortFindIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
3044 c.translate(x, y);
3045 this.background(c, x, y, w, h, strokeColor);
3047 this.foreground(c, x, y, w, h, strokeColor);
3050 mxShapeMockupiSortFindIcon.prototype.background = function(c, x, y, w, h, strokeColor) argument
3062 mxShapeMockupiSortFindIcon.prototype.foreground = function(c, x, y, w, h, strokeColor) argument
3114 mxShapeMockupiCheckIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
3118 c.translate(x, y);
3119 this.background(c, x, y, w, h, strokeColor);
3121 this.foreground(c, x, y, w, h, strokeColor);
3124 mxShapeMockupiCheckIcon.prototype.background = function(c, x, y, w, h, strokeColor) argument
3136 mxShapeMockupiCheckIcon.prototype.foreground = function(c, x, y, w, h, strokeColor) argument
3173 mxShapeMockupiKeybLetters.prototype.paintVertexShape = function(c, x, y, w, h) argument
3175 c.translate(x, y);
3176 this.background(c, x, y, w, h);
3178 this.foreground(c, x, y, w, h);
3181 mxShapeMockupiKeybLetters.prototype.background = function(c, x, y, w, h) argument
3189 mxShapeMockupiKeybLetters.prototype.foreground = function(c, x, y, w, h, strokeColor) argument
3387 mxShapeMockupiKeybNumbers.prototype.paintVertexShape = function(c, x, y, w, h) argument
3389 c.translate(x, y);
3390 this.background(c, x, y, w, h);
3392 this.foreground(c, x, y, w, h);
3395 mxShapeMockupiKeybNumbers.prototype.background = function(c, x, y, w, h) argument
3403 mxShapeMockupiKeybNumbers.prototype.foreground = function(c, x, y, w, h, strokeColor) argument
3583 mxShapeMockupiKeybSymbols.prototype.paintVertexShape = function(c, x, y, w, h) argument
3585 c.translate(x, y);
3586 this.background(c, x, y, w, h);
3588 this.foreground(c, x, y, w, h);
3591 mxShapeMockupiKeybSymbols.prototype.background = function(c, x, y, w, h) argument
3599 mxShapeMockupiKeybSymbols.prototype.foreground = function(c, x, y, w, h, strokeColor) argument
3778 mxShapeMockupiDeleteApp.prototype.paintVertexShape = function(c, x, y, w, h) argument
3782 c.translate(x, y);
3783 this.background(c, x, y, w, h, strokeColor);
3785 this.foreground(c, x, y, w, h);
3788 mxShapeMockupiDeleteApp.prototype.background = function(c, x, y, w, h, strokeColor) argument
3800 mxShapeMockupiDeleteApp.prototype.foreground = function(c, x, y, w, h) argument
3838 mxShapeMockupiDirection.prototype.paintVertexShape = function(c, x, y, w, h) argument
3840 c.translate(x, y);
3841 this.background(c, x, y, w, h);
3843 this.foreground(c, x, y, w, h);
3846 mxShapeMockupiDirection.prototype.background = function(c, x, y, w, h) argument
3854 mxShapeMockupiDirection.prototype.foreground = function(c, x, y, w, h) argument
3911 mxShapeMockupiLocationBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
3913 c.translate(x, y);
3914 this.background(c, x, y, w, h);
3916 this.foreground(c, x, y, w, h);
3919 mxShapeMockupiLocationBar.prototype.background = function(c, x, y, w, h) argument
3969 mxShapeMockupiLocationBar.prototype.foreground = function(c, x, y, w, h) argument
4033 mxShapeMockupiCallDialog.prototype.paintVertexShape = function(c, x, y, w, h) argument
4036 c.translate(x, y);
4037 this.background(c, x, y, w, h, rSize);
4039 this.foreground(c, x, y, w, h, rSize);
4042 mxShapeMockupiCallDialog.prototype.background = function(c, x, y, w, h, rSize) argument
4052 mxShapeMockupiCallDialog.prototype.foreground = function(c, x, y, w, h, rSize) argument
4225 mxShapeMockupiCallButtons.prototype.paintVertexShape = function(c, x, y, w, h) argument
4227 c.translate(x, y);
4228 this.background(c, x, y, w, h);
4230 this.foreground(c, x, y, w, h);
4233 mxShapeMockupiCallButtons.prototype.background = function(c, x, y, w, h) argument
4242 mxShapeMockupiCallButtons.prototype.foreground = function(c, x, y, w, h) argument
4380 mxShapeMockupiOption.prototype.paintVertexShape = function(c, x, y, w, h) argument
4382 c.translate(x, y);
4383 this.background(c, x, y, w, h);
4385 this.foreground(c, x, y, w, h);
4388 mxShapeMockupiOption.prototype.background = function(c, x, y, w, h) argument
4438 mxShapeMockupiOption.prototype.foreground = function(c, x, y, w, h) argument
4483 mxShapeMockupiAlphaList.prototype.paintVertexShape = function(c, x, y, w, h) argument
4485 c.translate(x, y);
4563 mxShapeMockupiHorButtonBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
4599 c.translate(x, y);
4776 mxShapeMockupiPin.prototype.paintVertexShape = function(c, x, y, w, h) argument
4782 c.translate(x, y);
4835 mxShapeMockupiVideoControls.prototype.paintVertexShape = function(c, x, y, w, h) argument
4837 c.translate(x, y);
4982 …return new mxPoint(bounds.x + bounds.width * 0.1 + barPos * bounds.width * 0.8 / 100, bounds.y + b…
5016 mxShapeMockupiURLBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
5018 c.translate(x, y);
5096 mxShapeMockupiSlider.prototype.paintVertexShape = function(c, x, y, w, h) argument
5098 c.translate(x, y);
5141 return new mxPoint(bounds.x + barPos * bounds.width / 100, bounds.y + bounds.height / 2);
5180 mxShapeMockupiProgressBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
5182 c.translate(x, y);
5220 return new mxPoint(bounds.x + barPos * bounds.width / 100, bounds.y + bounds.height / 2);
5258 mxShapeMockupiCloudProgressBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
5260 c.translate(x, y);
5293 return new mxPoint(bounds.x + barPos * bounds.width / 100, bounds.y + bounds.height / 2);
5331 mxShapeMockupiDownloadBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
5333 c.translate(x, y);
5381 …return new mxPoint(bounds.x + bounds.width * 0.1 + barPos * bounds.width * 0.8 / 100, bounds.y + b…
5415 mxShapeMockupiScreenNameBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
5417 c.translate(x, y);
5474 mxShapeMockupiIconGrid.prototype.paintVertexShape = function(c, x, y, w, h) argument
5476 c.translate(x, y);
5550 mxShapeMockupiCopy.prototype.paintVertexShape = function(c, x, y, w, h) argument
5553 c.translate(x, y);
5626 mxShapeMockupiCopyArea.prototype.paintVertexShape = function(c, x, y, w, h) argument
5629 c.translate(x, y);
5746 mxShapeMockupiHomePageControl.prototype.paintVertexShape = function(c, x, y, w, h) argument
5748 c.translate(x, y);
5799 mxShapeMockupiPageControl.prototype.paintVertexShape = function(c, x, y, w, h) argument
5801 c.translate(x, y);
5853 mxShapeMockupiPad.prototype.paintVertexShape = function(c, x, y, w, h) argument
5856 c.translate(x, y);
5857 this.background(c, x, y, w, h, rSize);
5859 this.foreground(c, x, y, w, h, rSize);
5862 mxShapeMockupiPad.prototype.background = function(c, x, y, w, h, rSize) argument
5870 mxShapeMockupiPad.prototype.foreground = function(c, x, y, w, h, rSize) argument
5924 var yOld = y;
5963 var yOld = y;
6430 mxShapeMockupRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
6432 c.translate(x, y);
6475 mxShapeIosTopButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
6477 c.translate(x, y);
6528 mxShapeIosBottomButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
6530 c.translate(x, y);
6573 mxShapeIosAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
6608 mxShapeIosCheckbox.prototype.paintVertexShape = function(c, x, y, w, h) argument
6610 c.translate(x, y);
6657 mxShapeMockupFancyRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
6659 c.translate(x, y);