Lines Matching refs:x

72 mxShapeIOS7AppBar.prototype.paintVertexShape = function(c, x, y, w, h)  argument
74 c.translate(x, y);
75 this.background(c, x, y, w, h);
77 this.foreground(c, x, y, w, h);
80 mxShapeIOS7AppBar.prototype.background = function(c, x, y, w, h) argument
86 mxShapeIOS7AppBar.prototype.foreground = function(c, x, y, w, h) argument
182 mxShapeIOS7OnOffButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
184 c.translate(x, y);
187 this.background(c, x, y, w, h, state);
189 this.foreground(c, x, y, w, h, state);
192 mxShapeIOS7OnOffButton.prototype.background = function(c, x, y, w, h, state) argument
209 mxShapeIOS7OnOffButton.prototype.foreground = function(c, x, y, w, h, state) argument
255 mxShapeIOS7Slider.prototype.paintVertexShape = function(c, x, y, w, h) argument
257 c.translate(x, y);
292 return new mxPoint(bounds.x + barPos / 100 * bounds.width, bounds.y + bounds.height / 2);
295 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 /…
332 mxShapeIOS7DownloadBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
334 c.translate(x, y);
372 return new mxPoint(bounds.x + barPos / 100 * bounds.width, bounds.y + bounds.height / 2);
375 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 /…
406 mxShapeIOS7Icon.prototype.paintVertexShape = function(c, x, y, w, h) argument
408 c.translate(x, y);
453 mxShapeIOS7horButtonBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
487 c.translate(x, y);
657 mxShapeIOS7pageControl.prototype.paintVertexShape = function(c, x, y, w, h) argument
659 c.translate(x, y);
710 mxShapeIOS7iconGrid.prototype.paintVertexShape = function(c, x, y, w, h) argument
712 c.translate(x, y);
755 mxShapeIOS7phone.prototype.paintVertexShape = function(c, x, y, w, h) argument
757 c.translate(x, y);
765 this.foreground(c, x, y, w, h, rSize);
768 mxShapeIOS7phone.prototype.foreground = function(c, x, y, w, h, rSize) argument
811 mxShapeIOS7searchBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
813 c.translate(x, y);
878 mxShapeIOS7URL.prototype.paintVertexShape = function(c, x, y, w, h) argument
880 c.translate(x, y);
951 mxShapeIOS7Actiondialog.prototype.paintVertexShape = function(c, x, y, w, h) argument
957 c.translate(x, y);
958 this.background(c, x, y, w, h);
969 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
970 this.subText(c, x, y, w, h, subText, fontSize / 1.4, fontColor);
973 mxShapeIOS7Actiondialog.prototype.background = function(c, x, y, w, h) argument
979 mxShapeIOS7Actiondialog.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
987 mxShapeIOS7Actiondialog.prototype.subText = function(c, x, y, w, h, text, fontSize, fontColor) argument
1022 mxShapeIOS7Anchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
1062 mxShapeIOS7RRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
1064 c.translate(x, y);
1107 mxShapeIOS7LeftButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
1109 c.translate(x, y);
1160 mxShapeIOS7RightButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
1162 c.translate(x, y);
1213 mxShapeIOS7TopButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
1215 c.translate(x, y);
1266 mxShapeIOS7BottomButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
1268 c.translate(x, y);
1314 mxShapeIOS7HorLines.prototype.paintVertexShape = function(c, x, y, w, h) argument
1316 c.translate(x, y);
1376 mxShapeIOS7MarginRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
1379 c.translate(x, y);
1380 this.background(c, x, y, w, h);
1383 mxShapeIOS7MarginRect.prototype.background = function(c, x, y, w, h, state) argument
1437 mxShapeIOS7Callout.prototype.paintVertexShape = function(c, x, y, w, h) argument
1440 c.translate(x, y);
1441 this.background(c, x, y, w, h);
1444 mxShapeIOS7Callout.prototype.background = function(c, x, y, w, h, state) argument
1509 mxShapeIOS7SelectBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1511 c.translate(x, y);
1581 return new mxPoint(bounds.x + dx, bounds.y + bounds.height);
1585 …ate.style['dx'] = Math.round(100 * Math.max(y, Math.min(bounds.width - y, pt.x - bounds.x))) / 100;
1592 …return new mxPoint(bounds.x + parseFloat(mxUtils.getValue(this.state.style, 'dx', this.dx)), bound…
1604 return new mxPoint(bounds.x + bounds.width - size, bounds.y + 10);
1607 … Math.max(0, Math.min(bounds.width / 2, bounds.height / 2, bounds.x + bounds.width - pt.x))) / 100;
1616 return new mxPoint(bounds.x + dx2, bounds.y + bounds.height / 2);
1619 …this.state.style['dx2'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))) /…
1665 mxShapeIOS7Slider2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1668 c.translate(x, y);
1669 this.background(c, x, y, w, h);
1673 mxShapeIOS7Slider2.prototype.background = function(c, x, y, w, h) argument
1711 return new mxPoint(bounds.x + barPos * bounds.width / 100, bounds.y + bounds.height / 2);
1714 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / …