Lines Matching refs:x

40 mxShapeBootstrapRRect.prototype.paintVertexShape = function(c, x, y, w, h)  argument
42 c.translate(x, y);
85 mxShapeBootstrapTopButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
87 c.translate(x, y);
138 mxShapeBootstrapBottomButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
140 c.translate(x, y);
191 mxShapeBootstrapRightButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
193 c.translate(x, y);
244 mxShapeBootstrapLeftButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
246 c.translate(x, y);
294 mxShapeBootstrapLeftButtonStriped.prototype.paintVertexShape = function(c, x, y, w, h) argument
296 c.translate(x, y);
406 mxShapeBootstrapRoundedButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
408 c.translate(x, y);
469 mxShapeBootstrapArrow.prototype.paintVertexShape = function(c, x, y, w, h) argument
471 c.translate(x, y);
518 mxShapeBootstrapTabTop.prototype.paintVertexShape = function(c, x, y, w, h) argument
520 c.translate(x, y);
583 mxShapeBootstrapImage.prototype.paintVertexShape = function(c, x, y, w, h) argument
585 c.translate(x, y);
653 mxShapeBootstrapCheckbox.prototype.paintVertexShape = function(c, x, y, w, h) argument
655 c.translate(x, y);
705 mxShapeBootstrapCheckbox2.prototype.paintVertexShape = function(c, x, y, w, h) argument
711 c.translate(x, y);
769 mxShapeBootstrapRadioButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
771 c.translate(x, y);
819 mxShapeBootstrapRadioButton2.prototype.paintVertexShape = function(c, x, y, w, h) argument
825 c.translate(x, y);
879 mxShapeBootstrapHorLines.prototype.paintVertexShape = function(c, x, y, w, h) argument
881 c.translate(x, y);
927 mxShapeBootstrapUserTwo.prototype.paintVertexShape = function(c, x, y, w, h) argument
929 c.translate(x, y);
999 mxShapeBootstrapRating.prototype.paintVertexShape = function(c, x, y, w, h) argument
1005 c.translate(x, y);
1130 mxShapeBoostrapAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
1178 mxShapeBootstrapRangeInput.prototype.paintVertexShape = function(c, x, y, w, h) argument
1190 c.translate(x, y);
1262 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + bounds.height / 2);
1265 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1306 mxShapeBootstrapSwitch.prototype.paintVertexShape = function(c, x, y, w, h) argument
1308 c.translate(x, y);
1311 this.background(c, x, y, w, h, state);
1313 this.foreground(c, x, y, w, h, state);
1316 mxShapeBootstrapSwitch.prototype.background = function(c, x, y, w, h, state) argument
1334 mxShapeBootstrapSwitch.prototype.foreground = function(c, x, y, w, h, state) argument
1383 mxShapeBootstrapX.prototype.paintVertexShape = function(c, x, y, w, h) argument
1385 c.translate(x, y);
1432 mxShapeInfographicPopover.prototype.paintVertexShape = function(c, x, y, w, h) argument
1434 c.translate(x, y);
1471 return new mxPoint(bounds.x + dx, bounds.y + bounds.height - dy);
1474 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))) / …