Lines Matching refs:x

48 mxShapeMockupMultiButton.prototype.paintVertexShape = function(c, x, y, w, h)  argument
54 c.translate(x, y);
55 this.background(c, x, y, w, h);
58 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
59 this.subText(c, x, y, w, h, subText, fontSize / 1.4, fontColor);
62 mxShapeMockupMultiButton.prototype.background = function(c, x, y, w, h) argument
97 mxShapeMockupMultiButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
105 mxShapeMockupMultiButton.prototype.subText = function(c, x, y, w, h, text, fontSize, fontColor) argument
155 mxShapeMockupButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
160 c.translate(x, y);
161 this.background(c, x, y, w, h);
163 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
166 mxShapeMockupButton.prototype.background = function(c, x, y, w, h) argument
201 mxShapeMockupButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
248 mxShapeMockupHorButtonBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
284 c.translate(x, y);
465 mxShapeMockupVerButtonBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
505 c.translate(x, y);
682 mxShapeMockupOnOffButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
684 c.translate(x, y);
688 this.background(c, x, y, w, h);
690 this.foreground(c, x, y, w, h);
693 mxShapeMockupOnOffButton.prototype.background = function(c, x, y, w, h) argument
700 mxShapeMockupOnOffButton.prototype.foreground = function(c, x, y, w, h) argument
770 mxShapeMockupRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
772 c.translate(x, y);
811 mxShapeMockupAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
851 mxShapeMockupTopButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
853 c.translate(x, y);
904 mxShapeMockupBottomButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
906 c.translate(x, y);
957 mxShapeMockupRightButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
959 c.translate(x, y);
1010 mxShapeMockupLeftButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
1012 c.translate(x, y);