Searched refs:childrenBBox (Results 1 – 1 of 1) sorted by relevance
40499 var childrenBBox = getBBox(children);40501 var participantBounds = getParticipantBounds(shape, childrenBBox);40507 context.createConstraints = getParticipantCreateConstraints(shape, childrenBBox);40659 function getParticipantBounds(shape, childrenBBox) { argument40660 childrenBBox = { variable40661 width: childrenBBox.width + HORIZONTAL_PARTICIPANT_PADDING * 2 + PARTICIPANT_BORDER_WIDTH,40662 height: childrenBBox.height + VERTICAL_PARTICIPANT_PADDING * 240665 var width = Math.max(shape.width, childrenBBox.width),40666 height = Math.max(shape.height, childrenBBox.height);40676 function getParticipantCreateConstraints(shape, childrenBBox) { argument[all …]