Lines Matching refs:x

42 mxShapeAndroidTabBar.prototype.paintVertexShape = function(c, x, y, w, h)  argument
77 c.translate(x, y);
194 mxShapeAndroidPhone.prototype.paintVertexShape = function(c, x, y, w, h) argument
196 c.translate(x, y);
204 this.foreground(c, x, y, w, h, rSize);
207 mxShapeAndroidPhone.prototype.foreground = function(c, x, y, w, h, rSize) argument
250 mxShapeAndroidStatusBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
252 c.translate(x, y);
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
264 mxShapeAndroidStatusBar.prototype.foreground = function(c, x, y, w, h) argument
354 mxShapeAndroidCheckboxGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
356 c.translate(x, y);
476 mxShapeAndroidRadioGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
478 c.translate(x, y);
592 mxShapeAndroidMenuBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
618 c.translate(x, y);
672 mxShapeAndroidTextSelHandles.prototype.paintVertexShape = function(c, x, y, w, h) argument
675 c.translate(x, y);
729 mxShapeAndroidIndeterminateSpinner.prototype.paintVertexShape = function(c, x, y, w, h) argument
731 c.translate(x, y);
732 this.background(c, x, y, w, h);
735 mxShapeAndroidIndeterminateSpinner.prototype.background = function(c, x, y, w, h) argument
784 mxShapeAndroidAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
820 mxShapeAndroidRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
822 c.translate(x, y);
860 mxShapeAndroidCheckbox.prototype.paintVertexShape = function(c, x, y, w, h) argument
862 c.translate(x, y);
911 mxShapeAndroidProgressBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
916 c.translate(x, y);
958 return new mxPoint(bounds.x + dx1 * bounds.width, bounds.y + bounds.height / 2);
961 …this.state.style['dx1'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.widt…
968 return new mxPoint(bounds.x + dx2 * bounds.width, bounds.y + bounds.height / 2);
971 …this.state.style['dx2'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.widt…
1013 mxShapeAndroidProgressScrubberDisabled.prototype.paintVertexShape = function(c, x, y, w, h) argument
1017 c.translate(x, y);
1055 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + bounds.height / 2);
1058 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1098 mxShapeAndroidProgressScrubberFocused.prototype.paintVertexShape = function(c, x, y, w, h) argument
1103 c.translate(x, y);
1147 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + bounds.height / 2);
1150 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1190 mxShapeAndroidProgressScrubberPressed.prototype.paintVertexShape = function(c, x, y, w, h) argument
1195 c.translate(x, y);
1240 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + bounds.height / 2);
1243 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1283 mxShapeAndroidQuickscroll2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1288 c.translate(x, y);
1330 …return new mxPoint(bounds.x + bounds.width - 3, bounds.y + Math.min(bounds.height - 20, Math.max(2…
1373 mxShapeAndroidQuickscroll3.prototype.paintVertexShape = function(c, x, y, w, h) argument
1378 c.translate(x, y);
1403 …return new mxPoint(bounds.x + bounds.width * 0.5, bounds.y + Math.min(bounds.height - 10, Math.max…
1441 mxShapeAndroidScrollbars2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1444 c.translate(x, y);
1488 mxShapeAndroidSpinner2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1491 c.translate(x, y);