Lines Matching refs:h

42 mxShapeAndroidTabBar.prototype.paintVertexShape = function(c, x, y, w, h)  argument
73 var trueH = Math.max(h, fontSize * 1.5, 7);
101 mxShapeAndroidTabBar.prototype.background = function(c, w, h, buttonNum, buttonWidths, labelOffset,… argument
108 c.rect(0, 0, w, h);
126 c.moveTo(currWidth, h * 0.2);
127 c.lineTo(currWidth, h * 0.8);
146 c.rect(buttonLeft, 0, buttonRight - buttonLeft, h);
151 c.rect(buttonLeft, h * 0.9, buttonRight - buttonLeft, h * 0.1);
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
372 var trueH = Math.max(h, minH);
476 mxShapeAndroidRadioGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
495 var trueH = Math.max(h, minH);
592 mxShapeAndroidMenuBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
614 var trueH = Math.max(h, minH);
672 mxShapeAndroidTextSelHandles.prototype.paintVertexShape = function(c, x, y, w, h) argument
678 var barH = Math.max(0, h - handleSizeX * 1.5);
685 c.moveTo(0, h - handleSizeX);
686 c.lineTo(handleSizeX * 0.5, h - handleSizeX * 1.5);
687 c.lineTo(handleSizeX, h - handleSizeX);
689 c.moveTo(w - handleSizeX, h - handleSizeX);
690 c.lineTo(w - handleSizeX * 0.5, h - handleSizeX * 1.5);
691 c.lineTo(w, h - handleSizeX);
696 c.rect(0, h - handleSizeX, handleSizeX, 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
922 c.moveTo(0, h * 0.5);
923 c.lineTo(w , h * 0.5);
929 c.moveTo(0, h * 0.5);
930 c.lineTo(dx1, h * 0.5);
936 c.moveTo(0, h * 0.5);
937 c.lineTo(dx1, h * 0.5);
943 c.moveTo(0, h * 0.5);
944 c.lineTo(dx2, h * 0.5);
1013 mxShapeAndroidProgressScrubberDisabled.prototype.paintVertexShape = function(c, x, y, w, h) argument
1023 c.moveTo(0, h * 0.5);
1024 c.lineTo(w, h * 0.5);
1032 var r = Math.min(h, w * 0.1) / 2;
1033 c.ellipse(dx - r, h * 0.5 - r, 2 * r, 2 * r);
1039 var r = Math.min(h, w * 0.1) / 8;
1040 c.ellipse(dx - r, h * 0.5 - r, 2 * r, 2 * r);
1098 mxShapeAndroidProgressScrubberFocused.prototype.paintVertexShape = function(c, x, y, w, h) argument
1109 c.moveTo(0, h * 0.5);
1110 c.lineTo(w, h * 0.5);
1117 var r = Math.min(h, w * 0.1) / 2;
1118 c.ellipse(dx - r, h * 0.5 - r, 2 * r, 2 * r);
1126 c.moveTo(0, h * 0.5);
1127 c.lineTo(dx, h * 0.5);
1131 var r = Math.min(h, w * 0.1) / 8;
1132 c.ellipse(dx - r, h * 0.5 - r, 2 * r, 2 * r);
1190 mxShapeAndroidProgressScrubberPressed.prototype.paintVertexShape = function(c, x, y, w, h) argument
1201 c.moveTo(0, h * 0.5);
1202 c.lineTo(w, h * 0.5);
1210 var r = Math.min(h, w * 0.1) / 2;
1211 c.ellipse(dx - r, h * 0.5 - r, 2 * r, 2 * r);
1219 c.moveTo(0, h * 0.5);
1220 c.lineTo(dx, h * 0.5);
1224 var r = Math.min(h, w * 0.1) / 8;
1225 c.ellipse(dx - r, h * 0.5 - r, 2 * r, 2 * r);
1283 mxShapeAndroidQuickscroll2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1285 …var dy = Math.min(h - 20, Math.max(20, h * Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(thi…
1295 c.lineTo(w - 3, h);
1373 mxShapeAndroidQuickscroll3.prototype.paintVertexShape = function(c, x, y, w, h) argument
1375 …var dy = Math.min(h - 10, Math.max(10, h * Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(thi…
1384 c.lineTo(w * 0.5, h);
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
1494 c.moveTo(0, h);
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);