Lines Matching refs:dx2
1589 this.dx2 = 0.5;
1621 …var dx2 = Math.max(0, Math.min(w - dx - 2 * dy, parseFloat(mxUtils.getValue(this.style, 'dx2', thi…
1626 c.moveTo(dx2, 0);
1634 c.lineTo(dx2, h - dy);
1661 c.moveTo(dx2, 0);
1669 c.lineTo(dx2, h - dy);
1709 …var dx2 = Math.max(0, Math.min(bounds.width - dx, parseFloat(mxUtils.getValue(this.state.style, 'd…
1711 return new mxPoint(bounds.x + dx2, bounds.y + (bounds.height - dy) * 0.5);
1733 …var dx2 = Math.max(0, Math.min(w - dx - 2 * dy, parseFloat(mxUtils.getValue(this.style, 'dx2', thi…
1735 var w2 = w - dx - dx2;
1738 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2, 0));
1739 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.25, 0));
1740 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.5, 0));
1741 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.75, 0));
1742 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2, 0));
1753 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2, h - dy));
1754 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.25, h - dy));
1755 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.5, h - dy));
1756 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.75, h - dy));
1757 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2, h - dy));
2098 this.dx2 = 0.5;
2125 var dx2 = Math.max(0, Math.min(w - dx, parseFloat(mxUtils.getValue(this.style, 'dx2', this.dx2))));
2129 c.moveTo(dx2, 0);
2136 c.lineTo(dx2, dx);
2156 c.moveTo(dx2, 0);
2163 c.lineTo(dx2, dx);
2199 …var dx2 = Math.max(0, Math.min(bounds.width - dx, parseFloat(mxUtils.getValue(this.state.style, 'd…
2201 return new mxPoint(bounds.x + dx2, bounds.y + dx);
2218 var dx2 = Math.max(0, Math.min(w - dx, parseFloat(mxUtils.getValue(this.style, 'dx2', this.dx2))));
2220 var w2 = w - dx - dx2;
2224 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2, 0));
2225 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.25, 0));
2226 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.5, 0));
2227 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.75, 0));
2242 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.25, dx));
2243 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.5, dx));
2244 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.75, dx));
2245 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2, dx));