Lines Matching refs:x

33 mxShapeEREntity.prototype.paintVertexShape = function(c, x, y, w, h)  argument
38 c.translate(x, y);
42 this.background(c, x, y, w, h, rSize, fontColor);
44 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
47 mxShapeEREntity.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument
98 mxShapeEREntity.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
148 mxShapeEREntityExt.prototype.paintVertexShape = function(c, x, y, w, h) argument
157 c.translate(x, y);
173 this.background(c, x, y, w, h, rSize);
175 this.shapes(c, x, y, w, h, fontSize, mainColor, attrColor, rSize, barY);
176 this.mainText(c, x, y, w, h, mainText, fontSize, attrColor);
177 this.attrText(c, x, y, w, h, attributes, fontSize, strokeColor, barY, rSize);
180 mxShapeEREntityExt.prototype.background = function(c, x, y, w, h, rSize) argument
208 mxShapeEREntityExt.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
216 mxShapeEREntityExt.prototype.shapes = function(c, x, y, w, h, fontSize, mainColor, attrColor, rSize… argument
288 mxShapeEREntityExt.prototype.attrText = function(c, x, y, w, h, attributes, fontSize, fontColor, ba… argument
341 mxShapeERAttribute.prototype.paintVertexShape = function(c, x, y, w, h) argument
346 c.translate(x, y);
350 this.background(c, x, y, w, h, rSize, fontColor);
352 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
355 mxShapeERAttribute.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument
379 mxShapeERAttribute.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
425 mxShapeERHas.prototype.paintVertexShape = function(c, x, y, w, h) argument
430 c.translate(x, y);
434 this.background(c, x, y, w, h, rSize, fontColor);
436 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
439 mxShapeERHas.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument
474 mxShapeERHas.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
520 mxShapeERCloud.prototype.paintVertexShape = function(c, x, y, w, h) argument
525 c.translate(x, y);
529 this.background(c, x, y, w, h, rSize, fontColor);
531 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
534 mxShapeERCloud.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument
547 mxShapeERCloud.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
593 mxShapeERHierarchy.prototype.paintVertexShape = function(c, x, y, w, h) argument
599 c.translate(x, y);
603 this.background(c, x, y, w, h, rSize, fontColor);
605 this.shapeText(c, x, y, w, h, mainText, subText, fontSize, fontColor);
608 mxShapeERHierarchy.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument
724 mxShapeERHierarchy.prototype.shapeText = function(c, x, y, w, h, text, subText, fontSize, fontColor… argument
777 mxShapeERNote.prototype.paintVertexShape = function(c, x, y, w, h) argument
783 c.translate(x, y);
787 this.background(c, x, y, w, h, flipSize);
789 this.flipShape(c, x, y, w, h, flipSize, backColor);
790 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
793 mxShapeERNote.prototype.background = function(c, x, y, w, h, flipSize) argument
805 mxShapeERNote.prototype.flipShape = function(c, x, y, w, h, flipSize, backColor) argument
817 mxShapeERNote.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
870 mxShapeERChen.prototype.paintVertexShape = function(c, x, y, w, h) argument
874 c.translate(x, y);
878 this.background(c, x, y, w, h);
880 this.foreground(c, x, y, w, h, fontSize, fontColor);
883 mxShapeERChen.prototype.background = function(c, x, y, w, h) argument
894 mxShapeERChen.prototype.foreground = function(c, x, y, w, h, fontSize, fontColor) argument
981 mxShapeERBachman.prototype.paintVertexShape = function(c, x, y, w, h) argument
985 c.translate(x, y);
986 this.background(c, x, y, w, h);
988 this.foreground(c, x, y, w, h, fontSize, fontColor);
991 mxShapeERBachman.prototype.background = function(c, x, y, w, h) argument
1002 mxShapeERBachman.prototype.foreground = function(c, x, y, w, h, fontSize, fontColor) argument
1136 mxShapeERInfEng.prototype.paintVertexShape = function(c, x, y, w, h) argument
1140 c.translate(x, y);
1143 this.background(c, x, y, w, h);
1145 this.foreground(c, x, y, w, h, fontSize, fontColor);
1148 mxShapeERInfEng.prototype.background = function(c, x, y, w, h) argument
1159 mxShapeERInfEng.prototype.foreground = function(c, x, y, w, h, fontSize, fontColor) argument
1256 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
1257 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
1270 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
1271 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
1272 c.moveTo(pe.x - nx - ny / 2, pe.y - ny + nx / 2);
1273 c.lineTo(pe.x - nx + ny / 2, pe.y - ny - nx / 2);
1286 c.moveTo(pe.x + ny / 2, pe.y - nx / 2);
1287 c.lineTo(pe.x - nx, pe.y - ny);
1288 c.lineTo(pe.x - ny / 2, pe.y + nx / 2);
1301 c.moveTo(pe.x - nx - ny / 2, pe.y - ny + nx / 2);
1302 c.lineTo(pe.x - nx + ny / 2, pe.y - ny - nx / 2);
1303 c.moveTo(pe.x + ny / 2, pe.y - nx / 2);
1304 c.lineTo(pe.x - nx, pe.y - ny);
1305 c.lineTo(pe.x - ny / 2, pe.y + nx / 2);
1315 var px = pe.x;
1320 pe.x -= 2 * nx - unitX * sw / 2;
1363 var px = pe.x;
1368 pe.x -= 2 * nx - unitX * sw / 2;
1439 mxShapeERRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
1441 c.translate(x, y);
1493 mxShapeERAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument