Lines Matching refs:width

657 								if (pt.y == state.y && Math.abs(pt.x - state.getCenterX()) < state.width / 2)
661 … else if (pt.y == state.y + state.height && Math.abs(pt.x - state.getCenterX()) < state.width / 2)
694 clones[1].geometry.x += (after) ? cell.geometry.width + spacing :
695 -clones[1].geometry.width - spacing;
720 bbox.x += ((after) ? cell.geometry.width + spacing :
721 -clones[1].geometry.width - spacing) * s;
752 dx = spacing + Math.max(dx, (Math.min(bbox.x + bbox.width,
753 sibling.x + sibling.width) - Math.max(bbox.x, sibling.x)) / s);
859 var dx = cell.geometry.width + level;
971 clones[1].geometry.x = (bbox == null) ? cell.geometry.x + (cell.geometry.width -
972 clones[1].geometry.width) / 2 : (bbox.x + bbox.width) / s - tr.x -
978 clones[1].geometry.x = (bbox == null) ? cell.geometry.x + (cell.geometry.width -
979 clones[1].geometry.width) / 2 : (bbox.x + bbox.width) / s - tr.x + -
985 clones[1].geometry.x -= clones[1].geometry.width + pgeo.x + level;
992 clones[1].geometry.x += clones[1].geometry.width - pgeo.x + level;
1018 if (temp != null && ((!horizontal && (Math.min(temp.x + temp.width,
1019 state.x + state.width) >= Math.max(temp.x, state.x))) ||
1029 return (horizontal) ? a.x + a.width - b.x - b.width : a.y + a.height - b.y - b.height;
1259 this.moveHandle.style.width = '24px';
1285 this.moveHandle.style.left = this.state.x + this.state.width +
1286 ((this.state.width < 40) ? 10 : 0) + 2 + 'px';
1361 return sb.createVertexTemplateFromCells([cell], cell.geometry.width,
1439 return sb.createVertexTemplateFromCells([mindmap], mindmap.geometry.width,
1449 return sb.createVertexTemplateFromCells([cell], cell.geometry.width,
1468 return sb.createVertexTemplateFromCells([cell, edge], cell.geometry.width,
1486 return sb.createVertexTemplateFromCells([cell, edge], cell.geometry.width,
1532 return sb.createVertexTemplateFromCells([orgchart], orgchart.geometry.width,
1542 return sb.createVertexTemplateFromCells([cell], cell.geometry.width,
1560 return sb.createVertexTemplateFromCells([cell, edge], cell.geometry.width,