Lines Matching refs:x

46 mxShapeMockupPlaybackControls.prototype.paintVertexShape = function(c, x, y, w, h)  argument
53 c.translate(x, y);
206 mxShapeMockupProgressBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
208 c.translate(x, y);
244 return new mxPoint(bounds.x + barPos * bounds.width / 100, bounds.y + bounds.height * 0.5);
247 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 /…
282 mxShapeMockupShoppingCart.prototype.paintVertexShape = function(c, x, y, w, h) argument
285 c.translate(x, y);
374 mxShapeMockupRating.prototype.paintVertexShape = function(c, x, y, w, h) argument
380 c.translate(x, y);
487 mxShapeMockupMail.prototype.paintVertexShape = function(c, x, y, w, h) argument
489 c.translate(x, y);
541 mxShapeMockupVolumeSlider.prototype.paintVertexShape = function(c, x, y, w, h) argument
543 c.translate(x, y);
611 …return new mxPoint(bounds.x + barPos * (bounds.width - 32.5) / 100, bounds.y + bounds.height * 0.5…
614 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 /…
649 mxShapeMockupEdit.prototype.paintVertexShape = function(c, x, y, w, h) argument
653 c.translate(x, y);
709 mxShapeMockupPrint.prototype.paintVertexShape = function(c, x, y, w, h) argument
713 c.translate(x, y);
775 mxShapeMockupShare.prototype.paintVertexShape = function(c, x, y, w, h) argument
779 c.translate(x, y);
843 mxShapeMockupTrashcan.prototype.paintVertexShape = function(c, x, y, w, h) argument
847 c.translate(x, y);
905 mxShapeMockupCopyright.prototype.paintVertexShape = function(c, x, y, w, h) argument
909 c.translate(x, y);
957 mxShapeMockupRegistered.prototype.paintVertexShape = function(c, x, y, w, h) argument
961 c.translate(x, y);
1019 mxShapeMockupVolume.prototype.paintVertexShape = function(c, x, y, w, h) argument
1023 c.translate(x, y);
1088 mxShapeMockupRuler.prototype.paintVertexShape = function(c, x, y, w, h) argument
1090 c.translate(x, y);
1217 mxShapeMockupRuler2.prototype.paintVertexShape = function(c, x, y, w, h) argument
1219 c.translate(x, y);
1223 this.foreground(c, x, y, w, h);
1232 mxShapeMockupRuler2.prototype.foreground = function(c, x, y, w, h) argument
1347 return new mxPoint(bounds.x + dx, bounds.y + bounds.height - 10);
1350 …this.state.style['dx'] = Math.round(1000 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))) /…
1351 …spacingLeft'] = Math.round(1000 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))) / 1000 - 4;
1407 mxShapeMockupRevisionTable.prototype.paintVertexShape = function(c, x, y, w, h) argument
1409 c.translate(x, y);
1488 mxShapeMockupStatusBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1490 c.translate(x, y);
1574 mxShapeMockupPin.prototype.paintVertexShape = function(c, x, y, w, h) argument
1580 c.translate(x, y);
1638 mxShapeMockupMiscRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
1640 c.translate(x, y);
1675 mxShapeMockupMiscAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument