Lines Matching refs:x

83 		        			var ratio = geo.x;
85 var dx = pe.x - p0.x
88 var x = p0.x + ratio * dx;
95 x -= dist * dy;
98 var np = graph.view.getRelativePoint(state, x, y);
99 geo.x = np.x;
506 dx += p.geometry.x;
546 map["pos"] = {x: parts[0], y: parts[1]}; property in mxGraphMlCodec.importPort.AnonymousFunctionfa6d86a90100.map
1331 var x = 0, y = 0, xShift = {x: 0}, yShift = 0; property in mxGraphMlCodec.handleCompoundShape.xShift
1341 xShift.x = parseFloat(insets[0]);
1440 var maxX = xShift.x;
1441 var initX = xShift.x;
1442 xShift.lx = xShift.x;
1452 xShift.x = initX;
1455 maxX = Math.max(xShift.x, maxX);
1460 x = maxX;//parseFloat(defRowStyle["startSize"]);
1469 x = this.addColumn(columns[i], node, (i & 1), x, yShift, colMapping, defColStyle);
1662 var x = rowStartSize + tw;
1691 cell.geometry = new mxGeometry(x - dw, th, width + dw, node.geometry.height - th);
1692 x += width;
1743 xShift.x += xShift.lx;
1746 var initX = xShift.x, maxX = xShift.x, initLx = xShift.lx;
1755 xShift.x = initX;
1758 maxX = Math.max(xShift.x, maxX)
1761 xShift.x = maxX;
1769 mxGraphMlCodec.prototype.addColumn = function(column, parent, odd, x, yShift, colMapping, defColSty… argument
1794 cell.geometry = new mxGeometry(x, yShift, width, parent.geometry.height - yShift);
1819 x += width;
1820 return x;
1837 geo.x += (geo.width - min) / 2;
1850 geo.x -= diff;
1860 var x = 0, y = 0, w = 30, h = 30; //some node has no geometry, this is the default
1863 x = geoRect[mxGraphMlConstants.X];
1870 x = geoObj[mxGraphMlConstants.X_L] || x;
1877 geo.x = parseFloat(x) - dx;
1946 style["exitX"] = srcPort.pos.x;
1957 style["entryX"] = trgPort.pos.x;
2001 …absPoints.push(new mxPoint(srcGeo.x + style["exitX"] * srcGeo.width - dx, srcGeo.y + style["exitY"…
2005 absPoints.push(new mxPoint(srcGeo.x + srcGeo.width/2 - dx, srcGeo.y + srcGeo.height/2 - dy));
2014 …endP = new mxPoint(trgGeo.x + style["entryX"] * trgGeo.width - dx, trgGeo.y + style["entryY"] * tr…
2018 endP = new mxPoint(trgGeo.x + trgGeo.width/2 - dx, trgGeo.y + trgGeo.height/2 - dy);
2034 var p = new mxPoint(parseFloat(list[i].x) - dx, parseFloat(list[i].y) - dy)
2364 lGeo.x = parseFloat(parts[0]);
2395 lGeo.x = -lGeo.y;
2416 lGeo.x = -lGeo.y;
2434 lGeo.x = -lGeo.y;
2482 lGeo.x = parseFloat(ratio);
2504 lGeo.x = ratio? (2 * parseFloat(ratio) - 1) : 0;
2534 lGeo.x = 0;
2566 lGeo.x = 2 * (dist / eState.length) - 1;
2577 lGeo.x = lblX || 0;
2588 lGeo.x -= lGeo.height/2;