Lines Matching refs:endXY
1217 var endXY = edgeShape.getEndXY(parentHeight);
1219 this.rotateChildEdge(graph.getModel(), parent, beginXY, endXY, points);
1263 …rtVertex(parent, null, null, Math.floor(Math.round(endXY.x * 100) / 100), Math.floor(Math.round(en…
1271 (absEndXY.x + endXY.x - absOriginTo.x)
1273 (absEndXY.y + endXY.y - absOriginTo.y)
1390 var endXY = edgeShape.getEndXY(parentHeight);
1424 this.rotateChildEdge(graph.getModel(), parent, beginXY, endXY, points);
1431 edgeGeometry.setTerminalPoint(endXY, false);
1447 … mxVsdxCodec.prototype.rotateChildEdge = function (model, parent, beginXY, endXY, points) { argument
1458 mxVsdxCodec.rotatedEdgePoint(endXY, pRotation, hw, hh);
11797 var endXY = this.getEndXY(parentHeight);
11822 var width = Math.abs(endXY.x - startXY.x);