Lines Matching refs:resizingShapes

41120 	        topAdjustments.resizingShapes,
41130 bottomAdjustments.resizingShapes,
47140 function getWaypointsUpdatingConnections(movingShapes, resizingShapes) { argument
47143 forEach(movingShapes.concat(resizingShapes), function(shape) {
47153 includes$3(resizingShapes, source) ||
47154 includes$3(resizingShapes, target)) {
47311 resizingShapes = context.resizingShapes,
47327 self.makeSpace(movingShapes, resizingShapes, delta, direction, start);
47392 SpaceTool.prototype.makeSpace = function(movingShapes, resizingShapes, delta, direction, start) { argument
47393 return this._modeling.createSpace(movingShapes, resizingShapes, delta, direction, start);
47434 shapes: elements.resizingShapes,
47470 resizingShapes = [];
47491 return resizingShapes.push(element);
47497 resizingShapes: resizingShapes
47570 resizingShapes = elements.resizingShapes;
47572 if (!resizingShapes.length) {
47580 forEach(resizingShapes, function(resizingShape) {
47588 !includes$2(resizingShapes, child);
47766 resizingShapes = context.resizingShapes;
47815 forEach(resizingShapes, function(shape) {
47825 forEach(resizingShapes, function(shape) {
47852 forEach(resizingShapes, function(shape) {
47925 resizingShapes = context.resizingShapes,
47945 forEach(resizingShapes, function(shape) {
50472 resizingShapes = context.resizingShapes,
50480 forEach(resizingShapes, function(shape) {
50485 this.resizeShapes(resizingShapes, delta, direction);
50489 getWaypointsUpdatingConnections(movingShapes, resizingShapes),
50494 resizingShapes,
50539 resizingShapes, argument
50543 affectedShapes = movingShapes.concat(resizingShapes);
50583 } else if (includes$1(resizingShapes, source)) {
50587 } else if (includes$1(resizingShapes, target)) {
51263 …Modeling$1.prototype.createSpace = function(movingShapes, resizingShapes, delta, direction, start)… argument
51268 resizingShapes: resizingShapes, property in AnonymousFunctionf8d14cd15cd00.context
51791 adjustments.resizingShapes,
51983 …spaceTool.makeSpace(adjustments.movingShapes, adjustments.resizingShapes, { x: 0, y: change }, dir…
51997 …spaceTool.makeSpace(adjustments.movingShapes, adjustments.resizingShapes, { x: change, y: 0 }, dir…