Lines Matching refs:mxRectangle
2179 var bounds = new mxRectangle(0, 0, width, height);
3133 … tmp = new mxRectangle(tmp.x - this.refreshTarget.width / 2, tmp.y - this.refreshTarget.height / 2,
3164 … tmp = new mxRectangle(tmp.x - this.refreshTarget.width / 2, tmp.y - this.refreshTarget.height / 2,
3173 bbox = mxRectangle.fromRectangle(currentTargetState);
3182 bbox.add(checkArrow(x, y, new mxRectangle(p0.x - this.roundDrop.width / 2,
3189 bbox.add(checkArrow(x, y, new mxRectangle(pe.x - this.roundDrop.width / 2,
3196 var bds = mxRectangle.fromRectangle(currentTargetState);
3201 bds = mxRectangle.fromRectangle(currentTargetState.shape.boundingBox);
3226 …bbox.add(checkArrow(x, y, new mxRectangle(currentTargetState.getCenterX() - this.triangleUp.width …
3228 bbox.add(checkArrow(x, y, new mxRectangle(bds.x + bds.width,
3231 …bbox.add(checkArrow(x, y, new mxRectangle(currentTargetState.getCenterX() - this.triangleDown.widt…
3233 bbox.add(checkArrow(x, y, new mxRectangle(bds.x - this.triangleLeft.width,
3300 var box = new mxRectangle(x - tol, y - tol, 2 * tol, 2 * tol);
3321 var bds = mxRectangle.fromRectangle(state);
3326 bds = mxRectangle.fromRectangle(state.shape.boundingBox);