Lines Matching refs:bottom

4140 	    bottom: bounds.y + (bounds.height || 0),
4158 height: trbl.bottom - trbl.top
4207 var top = rectOrientation.bottom + padding.y <= referenceOrientation.top,
4209 bottom = rectOrientation.top - padding.y >= referenceOrientation.bottom,
4212 var vertical = top ? 'top' : (bottom ? 'bottom' : null),
5344 bottom: padding.bottom || defaultPadding, property in AnonymousFunctionf8d14cd17a00.padding
5358 viewboxBounds.height -= (padding.bottom + padding.top) / zoom;
5374 dBottom = Math.max(0, elementTrbl.bottom - viewboxTrbl.bottom),
18606 return assign({ top: 0, left: 0, right: 0, bottom: 0 }, padding);
18612 bottom: padding
18869 padding.top = padding.bottom = 0;
18874 }, 0) + padding.top + padding.bottom;
21376 if (position.bottom !== undefined) {
21386 top = position.bottom * -1 + height;
25778 bottom: function(element) {
26067 return asTRBL(a).top - asTRBL(b).bottom;
26083 return asTRBL(b).top - asTRBL(a).bottom;
26085 return getMid(b).y - asTRBL(a).bottom;
26087 return asTRBL(b).bottom - asTRBL(a).bottom;
26477 y: sourceTrbl.bottom + 40 + element.width / 2
26783 if (targetTrbl.bottom - elementsTrbl.bottom < padding.bottom) {
26784 newTrbl.bottom = elementsTrbl.bottom + offset.bottom;
26843 return { top: 60, bottom: 60, left: 100, right: 100 };
26856 return { top: 2, bottom: 2, left: 15, right: 15 };
26904 if (oldBounds.bottom < newBounds.bottom) {
30834 bottom: '0px',
32031 if (createConstraints.bottom) {
32032 event.y = Math.min(event.y, createConstraints.bottom);
35736 bottom: trblA.bottom - trblB.bottom,
35793 height: bounds.height - (resize.top || 0) + (resize.bottom || 0)
35826 bottom: applyConstraints('bottom', currentTrbl, resizeConstraints),
35837 top: /n/.test(direction) ? currentBox.bottom - minDimensions.height : currentBox.top,
35839 bottom: /s/.test(direction) ? currentBox.top + minDimensions.height : currentBox.bottom, property in getMinResizeBounds.minBox
35848 bottom: max$4(minBox.bottom, childrenBox.bottom), property in getMinResizeBounds.combinedBox
35864 var left, right, top, bottom;
35870 bottom = asPadding(padding.bottom);
35872 left = right = top = bottom = asPadding(padding);
35879 height: bbox.height + top + bottom
36040 if (abs$4(otherTrbl.bottom - shapeTrbl.top) < 10) {
36041 bottomResize = shapeNewTrbl.top - otherTrbl.bottom;
36049 if (trblResize.bottom) {
36050 if (abs$4(otherTrbl.top - shapeTrbl.bottom) < 10) {
36051 topResize = shapeNewTrbl.bottom - otherTrbl.top;
36054 if (abs$4(otherTrbl.bottom - shapeTrbl.bottom) < 5) {
36055 bottomResize = shapeNewTrbl.bottom - otherTrbl.bottom;
36066 bottom: bottomResize,
37454 snapConstraints.y.max = createConstraints.bottom;
37476 snapConstraints.y.min = minResizeConstraints.bottom;
37496 snapConstraints.y.max = maxResizeConstraints.bottom;
38784 referencePoint.y = trbl.bottom;
39774 y: elementTrbl.bottom + ELEMENT_LABEL_DISTANCE + label.height / 2
40680 bottom: childrenBBox.top + shape.height / 2 - VERTICAL_PARTICIPANT_PADDING,
40682 top: childrenBBox.bottom - shape.height / 2 + VERTICAL_PARTICIPANT_PADDING,
42502 y: newTRBL.bottom - oldTRBL.bottom
42550 return oldTRBL.top !== newTRBL.top && oldTRBL.bottom !== newTRBL.bottom;
43550 if (balanced && abs$2(laneTrbl.top - otherTrbl.bottom) < 10) {
43556 addMin(minTrbl, 'top', otherTrbl.bottom - LANE_MIN_DIMENSIONS.height);
43562 if (otherTrbl.bottom > (laneTrbl.bottom + 10)) {
43567 if (balanced && abs$2(laneTrbl.bottom - otherTrbl.top) < 10) {
43568 addMin(maxTrbl, 'bottom', otherTrbl.bottom - LANE_MIN_DIMENSIONS.height);
43572 if (abs$2(laneTrbl.bottom - otherTrbl.bottom) < 5) {
43596 addMax(minTrbl, 'bottom', flowElementTrbl.bottom + LANE_BOTTOM_PADDING);
47524 bottom: trbl.bottom + PADDING,
47560 if (isNumber(spaceToolConstraints.bottom)) {
47561 y = Math.min(event.y, spaceToolConstraints.bottom);
47608 spaceToolConstraints.bottom = max = isNumber(max) ? Math.min(max, minOrMax) : minOrMax;
47626 spaceToolConstraints.bottom = max = isNumber(max) ? Math.min(max, minOrMax) : minOrMax;
47644 spaceToolConstraints.bottom = max = isNumber(max) ? Math.min(max, minOrMax) : minOrMax;
49053 } else if (alignment.bottom) {
49054 delta.y = (alignment.bottom - element.height) - element.y;
51973 if (trblDiff.bottom || trblDiff.top) {
51975 change = trblDiff.bottom || trblDiff.top;
51976 spacePos = shape.y + (trblDiff.bottom ? shape.height : 0) + (trblDiff.bottom ? -10 : 10);
51977 direction = trblDiff.bottom ? 's' : 'n';
51979 offset = trblDiff.top > 0 || trblDiff.bottom < 0 ? -change : change;
52039 elementMid.y < laneTrbl.bottom;
53067 if (!/^(top|bottom|left|right)$/.test(orientation)) {
53416 bottom: 'b',
56426 setSnapped(event, 'y', targetTRBL.bottom - offset.y);
56461 bottom = createConstraints.bottom,
56468 if ((top && top >= event.y) || (bottom && bottom <= event.y)) {
56608 snapOrigin.y = trbl.bottom;
57249 bottom: h - offset,