Lines Matching refs:asTRBL

4136 	function asTRBL(bounds) {  function
4204 var rectOrientation = asTRBL(rect),
4205 referenceOrientation = asTRBL(reference);
5349 elementTrbl = asTRBL(elementBounds),
5360 var viewboxTrbl = asTRBL(viewboxBounds);
26067 return asTRBL(a).top - asTRBL(b).bottom;
26069 return asTRBL(a).top - getMid(b).y;
26071 return asTRBL(a).top - asTRBL(b).top;
26075 return asTRBL(a).left - asTRBL(b).right;
26077 return asTRBL(a).left - getMid(b).x;
26079 return asTRBL(a).left - asTRBL(b).left;
26083 return asTRBL(b).top - asTRBL(a).bottom;
26085 return getMid(b).y - asTRBL(a).bottom;
26087 return asTRBL(b).bottom - asTRBL(a).bottom;
26091 return asTRBL(b).left - asTRBL(a).right;
26093 return getMid(b).x - asTRBL(a).right;
26095 return asTRBL(b).right - asTRBL(a).right;
26295 sourceTrbl = asTRBL(source);
26397 var sourceTrbl = asTRBL(source);
26450 var sourceTrbl = asTRBL(source);
26473 var sourceTrbl = asTRBL(source);
26766 var elementsTrbl = asTRBL(getBBox(elements)),
26767 targetTrbl = asTRBL(target);
26893 oldBounds = asTRBL(oldBounds);
26894 newBounds = asTRBL(newBounds);
35821 var currentTrbl = asTRBL(currentBounds);
35834 var currentBox = asTRBL(currentBounds);
35843 var childrenBox = childrenBounds ? asTRBL(childrenBounds) : minBox;
35941 return substractTRBL(asTRBL(newBounds), asTRBL(oldBounds));
36021 shapeTrbl = asTRBL(shape),
36022 shapeNewTrbl = asTRBL(newBounds),
36037 var otherTrbl = asTRBL(other);
38637 min: asTRBL(minBounds)
38774 trbl = asTRBL(shape);
39748 var elementTrbl = asTRBL(element);
40677 childrenBBox = asTRBL(childrenBBox);
42487 var oldTRBL = asTRBL(oldBounds),
42488 newTRBL = asTRBL(newBounds);
43527 var laneTrbl = asTRBL(laneShape);
43541 var otherTrbl = asTRBL(other);
43585 var flowElementTrbl = asTRBL(flowElement);
47581 var resizingShapeBBox = asTRBL(resizingShape);
47601 nonMovingResizingChildrenBBox = addPadding(asTRBL(getBBox(nonMovingResizingChildren)));
47619 movingChildrenBBox = addPadding(asTRBL(getBBox(movingChildren)));
51947 var shapeTrbl = asTRBL(shape),
51948 newTrbl = asTRBL(newBounds);
52029 var laneTrbl = asTRBL(laneShape);
56408 var targetTRBL = asTRBL(target);
56598 trbl = asTRBL(shape);