Lines Matching defs:shape

2835 	DefaultRenderer.prototype.getShapePath = function getShapePath(shape) {  argument
5025 Canvas.prototype.addShape = function(shape, parent, parentIndex) { argument
5083 Canvas.prototype.removeShape = function(shape) { argument
16641 function getCirclePath(shape) { argument
16658 function getRoundRectPath(shape, borderRadius) { argument
16681 function getDiamondPath(shape) { argument
16701 function getRectPath(shape) { argument
26196 function getSources(shape) { argument
26202 function getTargets(shape) { argument
26243 this.append = function(source, shape, hints) { argument
26842 AutoResize.prototype.getOffset = function(shape) { argument
26855 AutoResize.prototype.getPadding = function(shape) { argument
26868 AutoResize.prototype.resize = function(shape, newBounds, hints) { argument
31553 PreviewSupport.prototype.addFrame = function(shape, group) { argument
35962 function collectLanes(shape, collectedShapes) { argument
35985 function getChildLanes(shape) { argument
35999 function getLanesRoot(shape) { argument
36014 function computeLanesResize(shape, newBounds) { argument
37627 ResizeBehavior$1.prototype.snapSimple = function(shape, newBounds) { argument
38707 Resize.prototype.activate = function(event, shape, contextOrDirection) { argument
38765 function boundsChanged(shape, newBounds) { argument
38772 function getReferencePoint$1(shape, direction) { argument
39014 ResizeHandles.prototype.addResizer = function(shape) { argument
39987 elements = elements.filter(function(shape) { argument
40030 AttachEventBehavior.prototype.replaceShape = function(shape, host) { argument
40055 function shouldReplace$1(shape, host) { argument
40659 function getParticipantBounds(shape, childrenBBox) { argument
40676 function getParticipantCreateConstraints(shape, childrenBBox) { argument
40937 var dataStoreReferences = shapes.filter(function(shape) { argument
40947 context.hints.autoResize = shapes.filter(function(shape) { argument
41081 function compensateLaneDelete(shape, oldParent) { argument
41184 elements.filter(function(shape) { argument
41188 }).map(function(shape) { argument
41199 shapes.forEach(function(shape, index) { argument
41216 DetachEventBehavior.prototype.replaceShape = function(shape) { argument
41244 function shouldReplace(shape, host) { argument
41261 function insertShape(shape, targetFlow, positionOrBounds) { argument
41558 function removeReferencedCategoryValue(shape) { argument
42458 function getNewAttachShapeDelta(shape, oldBounds, newBounds) { argument
42906 function getResizedSourceAnchor(connection, shape, oldBounds) { argument
42921 function getResizedTargetAnchor(connection, shape, oldBounds) { argument
43748 forEach(shapes, function(shape) { argument
43884 function getStartEventPosition(shape) { argument
43911 function expandedBounds(shape, defaultSize) { argument
43939 function collapsedBounds(shape, defaultSize) { argument
45071 function canCreate(shape, target, source, position) { argument
45094 function canResize(shape, newBounds) { argument
45213 function canInsert(shape, flow, position) { argument
46769 attachers = filter(shapes, function(shape) { argument
46786 forEach(shapes, function(shape) { argument
46964 function isAttacher(shape) { argument
47143 forEach(movingShapes.concat(resizingShapes), function(shape) { argument
47795 forEach(movingShapes, function(shape) { argument
47805 forEach(movingShapes, function(shape) { argument
47815 forEach(resizingShapes, function(shape) { argument
47825 forEach(resizingShapes, function(shape) { argument
47852 forEach(resizingShapes, function(shape) { argument
47931 forEach(movingShapes, function(shape) { argument
47945 forEach(resizingShapes, function(shape) { argument
48410 BpmnUpdater.prototype.updateBounds = function(shape) { argument
49947 forEach(allShapes, function(shape) { argument
50344 ReplaceShapeHandler.prototype.createShape = function(shape, position, target, hints) { argument
50480 forEach(resizingShapes, function(shape) { argument
50517 forEach(shapes, function(shape) { argument
50645 function getBounds(shape) { argument
50921 Modeling$1.prototype.moveShape = function(shape, delta, newParent, newParentIndex, hints) { argument
50929 shape: shape, property in AnonymousFunctionf8d14cd15bc00.context
50946 Modeling$1.prototype.updateAttachment = function(shape, newHost) { argument
50948 shape: shape, property in AnonymousFunctionf8d14cd15bd00.context
51075 Modeling$1.prototype.createShape = function(shape, position, target, parentIndex, hints) { argument
51146 shape: label property in AnonymousFunctionf8d14cd15c400.context
51170 Modeling$1.prototype.appendShape = function(source, shape, position, target, hints) { argument
51180 shape: shape, property in AnonymousFunctionf8d14cd15c500.context
51212 Modeling$1.prototype.removeShape = function(shape, hints) { argument
51214 shape: shape, property in AnonymousFunctionf8d14cd15c800.context
51252 Modeling$1.prototype.resizeShape = function(shape, newBounds, minBounds, hints) { argument
51254 shape: shape, property in AnonymousFunctionf8d14cd15cc00.context
51329 Modeling$1.prototype.toggleCollapse = function(shape, hints) { argument
51331 shape: shape, property in AnonymousFunctionf8d14cd15d400.context
51922 ResizeLaneHandler.prototype.resizeBalanced = function(shape, newBounds) { argument
51944 ResizeLaneHandler.prototype.resizeSpace = function(shape, newBounds) { argument
52069 }).map(function(shape) { argument
52547 shape: targetLaneShape, property in AnonymousFunctionf8d14cd160800.context
53567 function getConnectionDocking(point, shape) { argument
53821 CroppingConnectionDocking.prototype.getDockingPoint = function(connection, shape, dockStart) { argument
53843 CroppingConnectionDocking.prototype._getIntersection = function(shape, connection, takeFirst) { argument
53855 CroppingConnectionDocking.prototype._getShapePath = function(shape) { argument
54166 var allConnections = map$1(allShapes, function(shape) { argument
54233 visuallyDraggedShapes.forEach(function(shape) { argument
56200 CreateMoveSnapping.prototype.addSnapTargetPoints = function(snapPoints, shape, target) { argument
56249 CreateMoveSnapping.prototype.getSnapTargets = function(shape, target) { argument
56343 BpmnCreateMoveSnapping.prototype.addSnapTargetPoints = function(snapPoints, shape, target) { argument
56344 CreateMoveSnapping.prototype.addSnapTargetPoints.call(this, snapPoints, shape, target); argument
56396 BpmnCreateMoveSnapping.prototype.getSnapTargets = function(shape, target) { argument
56397 return CreateMoveSnapping.prototype.getSnapTargets.call(this, shape, target) argument
56567 ResizeSnapping.prototype.addSnapTargetPoints = function(snapPoints, shape, target, direction) { argument
56585 ResizeSnapping.prototype.getSnapTargets = function(shape, target) { argument
56596 function getSnapOrigin(shape, direction) { argument