Lines Matching refs:w

42 mxShapeAndroidTabBar.prototype.paintVertexShape = function(c, x, y, w, h)  argument
75 var trueW = Math.max(w, minW);
101 mxShapeAndroidTabBar.prototype.background = function(c, w, h, buttonNum, buttonWidths, labelOffset,… argument
108 c.rect(0, 0, w, h);
125 currWidth = currWidth * w / minW;
142 buttonLeft = buttonLeft * w / minW;
143 var buttonRight = (buttonWidths[selectedButton] + 2 * labelOffset) * w / minW;
155 mxShapeAndroidTabBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi… argument
164 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER…
194 mxShapeAndroidPhone.prototype.paintVertexShape = function(c, x, y, w, h) argument
199 c.roundrect(0, 0, w, h, rSize, rSize);
204 this.foreground(c, x, y, w, h, rSize);
207 mxShapeAndroidPhone.prototype.foreground = function(c, x, y, w, h, rSize) argument
209 c.rect(w * 0.0625, h * 0.15, w * 0.875, h * 0.7);
212 c.ellipse(w * 0.4875, h * 0.04125, w * 0.025, h * 0.0125);
215 c.roundrect(w * 0.375, h * 0.075, w * 0.25, h * 0.01875, w * 0.02, h * 0.01);
217 c.ellipse(w * 0.4, h * 0.875, w * 0.2, h * 0.1);
219 c.roundrect(w * 0.4575, h * 0.905, w * 0.085, h * 0.04375, h * 0.00625, h * 0.00625);
250 mxShapeAndroidStatusBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
253 this.background(c, x, y, w, h);
255 this.foreground(c, x, y, w, h);
258 mxShapeAndroidStatusBar.prototype.background = function(c, x, y, w, h) argument
260 c.rect(0, 0, w, h);
264 mxShapeAndroidStatusBar.prototype.foreground = function(c, x, y, w, h) argument
266 c.rect(0, 0, w, h);
271 …c.text(w - 30, h * 0.5 + 1, 0, 0, '12:00', mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, nu…
275 c.moveTo(w - 37, h * 0.5 + 6);
276 c.lineTo(w - 37, h * 0.5 - 5);
277 c.lineTo(w - 36, h * 0.5 - 5);
278 c.lineTo(w - 36, h * 0.5 - 6);
279 c.lineTo(w - 32, h * 0.5 - 6);
280 c.lineTo(w - 32, h * 0.5 - 5);
281 c.lineTo(w - 31, h * 0.5 - 5);
282 c.lineTo(w - 31, h * 0.5 + 6);
287 c.ellipse(w - 56, h * 0.5 + 2, 2, 2);
292 c.moveTo(w - 52, h * 0.5 + 1);
293 c.arcTo(3.5, 3.5, 0, 0, 0, w - 58, h * 0.5 + 1);
297 c.moveTo(w - 50, h * 0.5 - 1);
298 c.arcTo(6, 6, 0, 0, 0, w - 60, h * 0.5 - 1);
303 c.rect(w - 51, h * 0.5 + 5, 2, 1);
306 c.rect(w - 48, h * 0.5 + 2, 2, 4);
309 c.rect(w - 45, h * 0.5 - 1, 2, 7);
312 c.rect(w - 42, h * 0.5 - 4, 2, 10);
315 c.rect(w - 37, h * 0.5 - 2, 6, 8);
354 mxShapeAndroidCheckboxGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
394 var trueW = Math.max(w, minW);
476 mxShapeAndroidRadioGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
517 var trueW = Math.max(w, minW);
592 mxShapeAndroidMenuBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
616 var trueW = Math.max(w, minW);
620 c.rect(0, 0, w, trueH);
632 c.lineTo(w, currHeight);
672 mxShapeAndroidTextSelHandles.prototype.paintVertexShape = function(c, x, y, w, h) argument
681 c.rect(handleSizeX, 0, w - 2 * handleSizeX, barH);
689 c.moveTo(w - handleSizeX, h - handleSizeX);
690 c.lineTo(w - handleSizeX * 0.5, h - handleSizeX * 1.5);
691 c.lineTo(w, h - handleSizeX);
698 c.rect(w - handleSizeX, h - handleSizeX, handleSizeX, handleSizeX);
729 mxShapeAndroidIndeterminateSpinner.prototype.paintVertexShape = function(c, x, y, w, h) argument
732 this.background(c, x, y, w, h);
735 mxShapeAndroidIndeterminateSpinner.prototype.background = function(c, x, y, w, h) argument
737 …c.setGradient('#aaaaaa', '#dddddd', w * 0.325, 0, w * 0.675, h * 0.5, mxConstants.DIRECTION_SOUTH,…
739 c.moveTo(w * 0.5, h * 0.1);
740 c.arcTo(w * 0.4, h * 0.4, 0, 0, 0, w * 0.5, h * 0.9);
741 c.lineTo(w * 0.5, h);
742 c.arcTo(w * 0.5, h * 0.5, 0, 0, 1, w * 0.5, 0);
746 …c.setGradient('#ffffff', '#dddddd', w * 0.325, 0, w * 0.675, h * 0.5, mxConstants.DIRECTION_SOUTH,…
748 c.moveTo(w * 0.5, h * 0.1);
749 c.arcTo(w * 0.4, h * 0.4, 0, 0, 1, w * 0.5, h * 0.9);
750 c.lineTo(w * 0.5, h);
751 c.arcTo(w * 0.5, h * 0.5, 0, 0, 0, w * 0.5, 0);
784 mxShapeAndroidAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
820 mxShapeAndroidRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
825 c.roundrect(0, 0, w, h, rSize);
860 mxShapeAndroidCheckbox.prototype.paintVertexShape = function(c, x, y, w, h) argument
863 c.rect(0, 0, w, h);
867 c.moveTo(w * 0.8, h * 0.2);
868 c.lineTo(w * 0.4, h * 0.8);
869 c.lineTo(w * 0.25, h * 0.6);
911 mxShapeAndroidProgressBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
913 var dx1 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx1', this.dx1))));
914 var dx2 = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx2', this.dx2))));
923 c.lineTo(w , h * 0.5);
1013 mxShapeAndroidProgressScrubberDisabled.prototype.paintVertexShape = function(c, x, y, w, h) argument
1015 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1024 c.lineTo(w, h * 0.5);
1032 var r = Math.min(h, w * 0.1) / 2;
1039 var r = Math.min(h, w * 0.1) / 8;
1098 mxShapeAndroidProgressScrubberFocused.prototype.paintVertexShape = function(c, x, y, w, h) argument
1100 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1110 c.lineTo(w, h * 0.5);
1117 var r = Math.min(h, w * 0.1) / 2;
1131 var r = Math.min(h, w * 0.1) / 8;
1190 mxShapeAndroidProgressScrubberPressed.prototype.paintVertexShape = function(c, x, y, w, h) argument
1192 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1202 c.lineTo(w, h * 0.5);
1210 var r = Math.min(h, w * 0.1) / 2;
1224 var r = Math.min(h, w * 0.1) / 8;
1283 mxShapeAndroidQuickscroll2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1294 c.moveTo(w - 3, 0);
1295 c.lineTo(w - 3, h);
1300 c.roundrect(w - 6, dy - 10, 6, 20, 1, 1);
1305 c.rect(0, dy - 20, w - 18, 40);
1310 c.moveTo(w - 18, dy - 20);
1311 c.lineTo(w - 6, dy);
1312 c.lineTo(w - 18, dy + 20);
1317 …c.text((w - 18) * 0.5, dy, 0, 0, 'Aa', mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, null…
1373 mxShapeAndroidQuickscroll3.prototype.paintVertexShape = function(c, x, y, w, h) argument
1383 c.moveTo(w * 0.5, 0);
1384 c.lineTo(w * 0.5, h);
1389 c.roundrect(w * 0.5 - 3, dy - 10, 6, 20, 1, 1);
1441 mxShapeAndroidScrollbars2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1447 c.rect(w - 5, 0, 5, h - 7);
1451 c.rect(0, h - 5, w - 7, 5);
1488 mxShapeAndroidSpinner2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1495 c.lineTo(w, h);
1498 var s = Math.min(w / 10, h)
1500 c.moveTo(w - s, h);
1501 c.lineTo(w, h - s);
1502 c.lineTo(w, h);