Lines Matching refs:width

2682 	        width = bbox.width || 0;
2691 if ((x + width) > maxX || maxX === undefined) {
2692 maxX = x + width;
2703 width: maxX - minX
2740 if (isNumber(bbox.width) && isNumber(bbox.height) &&
2741 e.width + e.x < bbox.width + bbox.x &&
2745 } else if (!isNumber(bbox.width) || !isNumber(bbox.height)) {
2812 width: element.width || 0,
2839 width = shape.width,
2844 ['l', width, 0],
2846 ['l', -width, 0],
3165 p.x < rect.x + rect.width + tolerance &&
3328 function rectBBox(x, y, width, height) { argument
3332 width = x.width;
3340 width: width,
3342 x2: x + width,
3386 x <= bbox.x + bbox.width &&
4114 width: Math.round(bounds.width),
4139 right: bounds.x + (bounds.width || 0),
4157 width: trbl.right - trbl.left,
4172 x: bounds.x + (bounds.width || 0) / 2,
4330 options = assign({}, { width: '100%', height: '100%' }, options);
4343 width: ensurePx(options.width),
4424 attr(svg, { width: '100%', height: '100%' });
5261 width: outerBox.width / scale,
5265 width: innerBox.width,
5277 scale = Math.min(outerBox.width / box.width, outerBox.height / box.height);
5357 viewboxBounds.width -= (padding.right + padding.left) / zoom;
5362 …var canFit = elementBounds.width < viewboxBounds.width && elementBounds.height < viewboxBounds.hei…
5417 x: outer.width / 2,
5450 inner.x + inner.width <= outer.width &&
5457 width: Math.max(inner.width + inner.x, outer.width),
5462 newScale = Math.min(1, outer.width / inner.width, outer.height / inner.height);
5464 x: inner.x + (center ? inner.width / 2 - outer.width / newScale / 2 : 0),
5466 width: outer.width / newScale,
5525 width: this._container.clientWidth,
5562 var width = bbox.width * vbox.scale;
5568 width: width,
16039 'width="' + bbox.width + '" height="' + bbox.height + '" ' +
16040 … 'viewBox="' + bbox.x + ' ' + bbox.y + ' ' + bbox.width + ' ' + bbox.height + '" version="1.1">' +
16256 width: ensureUnit(options.width),
16297 width: '100%',
16643 var cx = shape.x + shape.width / 2,
16645 radius = shape.width / 2;
16662 width = shape.width,
16667 ['l', width - borderRadius * 2, 0],
16671 ['l', borderRadius * 2 - width, 0],
16683 var width = shape.width,
16687 halfWidth = width / 2,
16704 width = shape.width,
16709 ['l', width, 0],
16711 ['l', -width, 0],
16915 function drawCircle(parentGfx, width, height, offset, attrs) { argument
16934 var cx = width / 2,
16941 r: Math.round((width + height) / 4 - offset)
16950 function drawRect(parentGfx, width, height, r, offset, attrs) { argument
16969 width: width - offset * 2,
16981 function drawDiamond(parentGfx, width, height, attrs) { argument
16983 var x_2 = width / 2;
16986 var points = [{ x: x_2, y: 0 }, { x: width, y: y_2 }, { x: x_2, y: height }, { x: 0, y: y_2 }];
17114 width: 100
17143 width: 90, property in BpmnRenderer.renderExternalLabel.box
17145 x: element.width / 2 + element.x,
17166 width: element.height
17196 return drawCircle(parentGfx, element.width, element.height, attrs);
17225 containerWidth: element.width,
17245 var circle = drawCircle(parentGfx, element.width, element.height, 0.2 * element.height, {
17254 containerWidth: element.width,
17273 containerWidth: element.width,
17281 var width = element.width / 2;
17287 transform: 'rotate(' + (i * 30) + ',' + height + ',' + width + ')',
17298 containerWidth: event.width,
17318 containerWidth: event.width,
17335 containerWidth: event.width,
17355 containerWidth: event.width,
17375 containerWidth: event.width,
17399 containerWidth: event.width,
17419 containerWidth: event.width,
17439 containerWidth: event.width,
17458 containerWidth: event.width,
17484 var circle = drawCircle(parentGfx, element.width, element.height, 8, {
17500 drawCircle(parentGfx, element.width, element.height, INNER_OUTER_DIST, {
17521 return drawRect(parentGfx, element.width, element.height, TASK_BORDER_RADIUS, attrs);
17789 …/* inner path */ drawRect(parentGfx, element.width, element.height, TASK_BORDER_RADIUS - 2, INNER_…
17840 var rect = drawRect(parentGfx, element.width, element.height, 0, assign({
17859 drawCircle(parentGfx, element.width, element.height, element.height * 0.24, {
17873 containerWidth: element.width,
17897 containerWidth: element.width,
17919 containerWidth: element.width,
17941 …/* outer circle path */ drawCircle(parentGfx, element.width, element.height, element.height * 0.20…
17955 containerWidth: element.width,
17977 containerWidth: element.width,
17993 … var innerCircle = drawCircle(parentGfx, element.width, element.height, element.height * 0.26);
18014 return drawDiamond(parentGfx, element.width, element.height, attrs);
18152 var translateX = midPoint.x - labelBounds.width / 2,
18165 containerWidth: element.width,
18216 containerWidth: element.width,
18261 …/* inner path */ drawCircle(parentGfx, element.width, element.height, INNER_OUTER_DIST, innerAttrs…
18269 var group = drawRect(parentGfx, element.width, element.height, TASK_BORDER_RADIUS, {
18288 var textElement = drawRect(parentGfx, element.width, element.height, 0, 0, style);
18293 containerWidth: element.width,
18321 containerWidth: element.width,
18324 mx: ((element.width / 2) / element.width),
18344 translate$2(markerRect, element.width / 2 - 7.5, element.height - 20);
18349 containerWidth: element.width,
18352 mx: (element.width / 2 - 7.5) / element.width,
18366 containerWidth: element.width,
18369 mx: ((element.width / 2 + position.parallel) / element.width),
18383 containerWidth: element.width,
18386 mx: ((element.width / 2 + position.seq) / element.width),
18400 containerWidth: element.width,
18403 mx: ((element.width / 2 + position.compensation) / element.width),
18418 containerWidth: element.width,
18421 mx: ((element.width / 2 + position.loop) / element.width),
18438 containerWidth: element.width,
18441 mx: ((element.width / 2 + position.adhoc) / element.width),
18516 containerWidth: element.width,
18588 width: 150,
18636 width: textBBox.width + textBBox.x * 2, property in getTextBBox.bbox
18643 bbox.width = 0;
18648 return { width: 0, height: 0 };
18671 textBBox.width = fitLine ? textBBox.width : 0;
18674 …if (fitLine === ' ' || fitLine === '' || textBBox.width < Math.round(maxWidth) || fitLine.length <…
18678 fitLine = shortenLine(fitLine, textBBox.width, maxWidth);
18690 width: textBBox.width,
18744 function shortenLine(line, width, maxWidth) { argument
18745 var length = Math.max(line.length * (maxWidth / width), 1);
18768 width: 0,
18853 var maxWidth = box.width - padding.left - padding.right;
18877 return line.width > sum ? line.width : sum;
18910 - padding.right - line.width);
18917 - line.width) / 2 + padding.left), 0);
18931 width: maxLineWidth, property in AnonymousFunctionf8d14cd119200.dimensions
18986 width: 90,
18988 x: bounds.width / 2 + bounds.x,
18996 x: Math.round(bounds.x + bounds.width / 2 - layoutedDimensions.width / 2),
18998 width: Math.ceil(layoutedDimensions.width),
19024 width: bounds.width,
19102 width: 36, property in PathMap.pathMap.EVENT_MESSAGE
19109 width: 36, property in PathMap.pathMap.EVENT_SIGNAL
19116 width: 36, property in PathMap.pathMap.EVENT_ESCALATION
19129 width: 36, property in PathMap.pathMap.EVENT_CONDITIONAL
19136 width: 36, property in PathMap.pathMap.EVENT_LINK
19143 width: 36, property in PathMap.pathMap.EVENT_ERROR
19151 width: 36, property in PathMap.pathMap.EVENT_CANCEL_45
19158 width: 36, property in PathMap.pathMap.EVENT_COMPENSATION
19165 width: 36, property in PathMap.pathMap.EVENT_TIMER_WH
19173 width: 36, property in PathMap.pathMap.EVENT_TIMER_LINE
19180 width: 36, property in PathMap.pathMap.EVENT_MULTIPLE
19188 width: 36, property in PathMap.pathMap.EVENT_PARALLEL_MULTIPLE
19197 width: 17.5, property in PathMap.pathMap.GATEWAY_EXCLUSIVE
19205 width: 30, property in PathMap.pathMap.GATEWAY_PARALLEL
19212 width: 11, property in PathMap.pathMap.GATEWAY_EVENT_BASED
19222 width: 17.125, property in PathMap.pathMap.GATEWAY_COMPLEX
19229 width: 51, property in PathMap.pathMap.DATA_OBJECT_PATH
19236 width: 10, property in PathMap.pathMap.DATA_OBJECT_COLLECTION_PATH
19243 width: 51, property in PathMap.pathMap.DATA_ARROW
19259 width: 61, property in PathMap.pathMap.DATA_STORE
19266 width: 10, property in PathMap.pathMap.TEXT_ANNOTATION
19273 width: 10, property in PathMap.pathMap.MARKER_SUB_PROCESS
19280 width: 10, property in PathMap.pathMap.MARKER_PARALLEL
19287 width: 10, property in PathMap.pathMap.MARKER_SEQUENTIAL
19294 width: 21, property in PathMap.pathMap.MARKER_COMPENSATION
19304 width: 13.7, property in PathMap.pathMap.MARKER_LOOP
19315 width: 15, property in PathMap.pathMap.MARKER_ADHOC
19322 width: 21, property in PathMap.pathMap.TASK_TYPE_SEND
19334 width: 12.6, property in PathMap.pathMap.TASK_TYPE_SCRIPT
19479 var widthRatio = (param.containerWidth / rawPath.width) * param.xScaleFactor;
19572 width: 90,
19666 x: element.x + element.width / 2,
19671 x: element.x + element.width / 2,
19697 width: Math.max(DEFAULT_LABEL_SIZE.width, bounds.width), property in getExternalLabelBounds.size
19702 x: bounds.x + bounds.width / 2,
19713 x: mid.x - size.width / 2,
19822 width: Math.round(bounds.width),
19957 width: Math.round(bounds.width),
20027 x <= bbox.x + bbox.width &&
20430 width: element.width,
20502 width: element.width,
20638 width: 100,
20689 width: element.width + this.offset * 2,
20710 width: bbox.width + this.offset * 2,
21365 var width;
21368 width = getBBox(element).width;
21370 width = element.width;
21373 left = position.right * -1 + width;
22317 x: bounds.x + (bounds.width / 2),
25719 width: 10,
25730 width: 10,
25774 return element.x + element.width;
26008 x: position.x - (element.width / 2),
26010 width: element.width, property in getConnectedAtPosition.bounds
26299 x: sourceTrbl.right + distance + element.width / 2,
26419 x: sourceTrbl.right + horizontalDistance + element.width / 2,
26453 x: sourceTrbl.right + element.width / 2,
26476 x: sourceTrbl.right - 10 + element.width / 2,
26477 y: sourceTrbl.bottom + 40 + element.width / 2
26877 newBounds.width !== oldBounds.width ||
27878 clientRect.width - point.x,
28193 var width = 14,
28201 x: -width / 2,
28203 width: width,
28214 width: hitWidth,
29633 x: bounds.x + bounds.width,
29645 x: round$7(bounds.x + bounds.width / 2),
29760 if (element.width) {
29762 x: round$6(element.width / 2 + element.x),
30567 width: bounds.width + 'px',
30599 width: '100%',
30758 width: bounds.width,
30796 startWidth = bounds.width;
30810 parent.style.width = newWidth + 'px';
30814 width: startWidth,
30837 width: '0',
31005 newBounds.width !== previousBounds.width
31012 width: newBounds.width,
31557 width: shape.width,
31977 x: waypoint.x - bbox.x - bbox.width / 2,
31984 x: element.x - bbox.x - bbox.width / 2,
32596 if (containerX + containerWidth > clientRect.width) {
33069 x: waypoint.x - bbox.x - bbox.width / 2,
33076 x: element.x - bbox.x - bbox.width / 2,
33904 var width = newElementData.width || oldElement.width,
33908 centerX = round$5(x + width / 2),
33922 width: width,
34106 newElement.width = element.width;
34129 newElement.width = element.width;
34135 newElement.width = elementFactory._getDefaultSize(newBusinessObject).width;
34170 newElement.x = element.x + (element.width - newElement.width) / 2;
35757 width: bounds.width, property in resizeBounds$1.newBounds
35769 newBounds.width = bounds.width + dx;
35772 newBounds.width = bounds.width - dx;
35792 width: bounds.width - (resize.left || 0) + (resize.right || 0),
35838 left: /w/.test(direction) ? currentBox.right - minDimensions.width : currentBox.left,
35840 right: /e/.test(direction) ? currentBox.left + minDimensions.width : currentBox.right
35878 width: bbox.width + left + right,
37542 snapOffset[ axis ] += shape[ axis ] + shape.width / 2;
37554 snapOffset[ axis ] -= shape.width / 2;
37556 snapOffset[ axis ] += shape.width / 2;
37630 newBounds.width = gridSnapping.snapValue(newBounds.width, {
37631 min: newBounds.width
37638 newBounds.x = shape.x + (shape.width / 2) - (newBounds.width / 2);
37679 snappedNewBounds.width = gridSnapping.snapValue(newBounds.width, {
37680 min: newBounds.width
37691 snappedNewBounds.width += gridSnapping.snapValue(newBounds.x - snappedNewBounds.x, {
37698 newBounds.x = newBounds.x + newBounds.width - snappedNewBounds.width;
37838 options.offset = -shape.width / 2;
37889 shape.width = gridSnapping.snapValue(shape.width, { min: shape.width });
38123 width: element.width,
38129 width: LABEL_WIDTH,
38144 width: element.width,
38150 width: element.width,
38743 width: DEFAULT_MIN_WIDTH,
38768 shape.width !== newBounds.width ||
38842 if (bounds.width > 5) {
38843 attr(frame, { x: bounds.x, width: bounds.width });
38973 width: HANDLE_SIZE,
38986 width: HANDLE_HIT_SIZE,
39290 x: bbox.x + bbox.width / 2,
39317 width: bbox.height,
39342 width: bbox.width,
39360 width: bbox.width,
39374 var width = 90 * zoom,
39381 width: width,
39383 x: mid.x - width / 2,
39405 width: 0,
39412 width: width,
39414 x: absoluteBBox.x - width / 2,
39429 width: bbox.width,
39464 width: element.width / bbox.width * bounds.width, property in AnonymousFunctionf8d14cd140300.newBounds
39545 containerWidth: element.width,
39591 containerWidth: element.width,
39764 x: elementTrbl.left - ELEMENT_LABEL_DISTANCE - label.width / 2,
39782 x: elementTrbl.right + ELEMENT_LABEL_DISTANCE + label.width / 2,
39926 x: source.x + source.width / 2 + 75,
39931 x: source.x + source.width + 80 + shape.width / 2,
40661 width: childrenBBox.width + HORIZONTAL_PARTICIPANT_PADDING * 2 + PARTICIPANT_BORDER_WIDTH, property in getParticipantBounds.childrenBBox
40665 var width = Math.max(shape.width, childrenBBox.width),
40669 x: -width / 2,
40671 width: width,
40681 left: childrenBBox.right - shape.width / 2 + HORIZONTAL_PARTICIPANT_PADDING,
40683 …right: childrenBBox.left + shape.width / 2 - HORIZONTAL_PARTICIPANT_PADDING - PARTICIPANT_BORDER_W…
41275 if (isNumber(positionOrBounds.width)) {
41436 x <= bbox.x + bbox.width &&
42399 x: label.x + label.width / 2,
42437 x: oldDelta.x * (newBounds.width / oldBounds.width),
42471 x: oldCenterDelta.x * (newBounds.width / oldBounds.width),
42554 width: 90,
42594 width: element.width,
42636 width: labelDimensions.width,
42684 width: element.width,
42848 x: bounds.x + (bounds.width || 0),
42854 x: bounds.x + (bounds.width || 0),
42858 x: bounds.x + (bounds.width || 0),
42868 x: bounds.x + (bounds.width || 0),
42962 width: bounds.width,
43450 var LANE_MIN_DIMENSIONS = { width: 300, height: 60 };
43452 var PARTICIPANT_MIN_DIMENSIONS = { width: 300, height: 150 };
43454 var SUB_PROCESS_MIN_DIMENSIONS = { width: 140, height: 120 };
43456 var TEXT_ANNOTATION_MIN_DIMENSIONS = { width: 50, height: 30 };
43533 minTrbl.right = laneTrbl.left + LANE_MIN_DIMENSIONS.width;
43536 minTrbl.left = laneTrbl.right - LANE_MIN_DIMENSIONS.width;
43757 width: PARTICIPANT_MIN_DIMENSIONS.width, property in AnonymousFunctionf8d14cd148b00.AnonymousFunctionf8d14cd148c00.minDimensions
43886 x: shape.x + shape.width / 6,
43924 newBounds.width = Math.max(visibleBBox.width, newBounds.width);
43927 newBounds.x = visibleBBox.x + (visibleBBox.width - newBounds.width) / 2;
43932 newBounds.x = shape.x + (shape.width - newBounds.width) / 2;
43942 x: shape.x + (shape.width - defaultSize.width) / 2,
43944 width: defaultSize.width,
45098 !newBounds || (newBounds.width >= 100 && newBounds.height >= 80)
45104 return !newBounds || (newBounds.width >= 130 && newBounds.height >= 60);
45108 return !newBounds || (newBounds.width >= 250 && newBounds.height >= 50);
47188 width = bounds.width,
47198 width: width,
47205 width: width,
47212 width: width - dx,
47219 width: width + dx,
47887 width,
47892 width: max(initialBounds.width + delta.x, 5)
47895 width = max(initialBounds.width - delta.x, 5);
47898 width: width,
47899 x: initialBounds.x + initialBounds.width - width
48426 width: shape.width,
48909 return { width: 350, height: 200 };
48911 return { width: 100, height: 80 };
48916 return { width: 100, height: 80 };
48920 return { width: 50, height: 50 };
48924 return { width: 36, height: 36 };
48929 return { width: 600, height: 250 };
48931 return { width: 400, height: 60 };
48936 return { width: 400, height: 100 };
48940 return { width: 36, height: 50 };
48944 return { width: 50, height: 50 };
48948 return { width: 100, height: 30 };
48952 return { width: 300, height: 300 };
48955 return { width: 100, height: 80 };
49045 delta.x = (alignment.right - element.width) - element.x;
49048 delta.x = (alignment.center - Math.round(element.width / 2)) - element.x;
49234 x: round$3(waypoint.x - bbox.x - bbox.width / 2 + position.x),
49241 x: round$3(element.x - bbox.x - bbox.width / 2 + position.x),
49344 if (positionOrBounds.width !== undefined) {
49348 x: positionOrBounds.x - round$2(shape.width / 2),
50274 width: oldShape.width,
50387 newBounds.width === undefined || newBounds.height === undefined) {
50391 if (minBounds && (newBounds.width < minBounds.width
50395 && newBounds.width < 10 || newBounds.height < 10) {
50401 width: shape.width, property in context.oldBounds
50409 width: newBounds.width,
50450 width: oldBounds.width,
50650 width: shape.width
51423 width: 0,
51757 width: shape.width - LANE_INDENTATION,
51801 width: shape.width - (isRoot ? LANE_INDENTATION : 0),
51866 width: shape.width - LANE_INDENTATION, property in AnonymousFunctionf8d14cd15e800.laneBounds
51990 spacePos = shape.x + (trblDiff.right ? shape.width : 0) + (trblDiff.right ? -10 : 100);
52032 x: element.x + element.width / 2,
52330 width: 0,
53349 return { original: point, x: rectangle.x + rectangle.width, y: point.y };
53653 x: source.width / 2 + target.width / 2,
53694 x: target.x + target.width,
53898 x: element.x + round(element.width / 2),
54856 width: 1,
54872 width: bbox.width,
55035 width: end.x - start.x, property in toBBox.bbox
55044 width: start.x - end.x, property in toBBox.bbox
55053 width: end.x - start.x, property in toBBox.bbox
55062 width: start.x - end.x, property in toBBox.bbox
55070 width: 0, property in toBBox.bbox
55891 return axis === 'x' ? element.width : element.height;
56169 x: shapeMid.x - shape.width / 2,
56173 x: shapeMid.x + shape.width / 2,
57239 var w = box.width + offset * 2;