Lines Matching refs:getOrientation
4193 function getOrientation(rect, reference, padding) { function
26022 var orientation = getOrientation(target, bounds, PLACEMENT_DETECTION_PAD);
26411 orientation = getOrientation(source, source.host, -25);
29451 sourceToSegmentOrientation = getOrientation(connection.source, newSegmentStart);
29474 targetToSegmentOrientation = getOrientation(connection.target, newSegmentEnd);
39817 hostOrientation = getOrientation(elementMid, hostElement);
39904 return getOrientation(p1, p0, 5);
42494 var oldOrientation = getOrientation(oldBounds, oldShapeCenter),
42530 newOrientation = getOrientation(newBounds, newShapeCenter);
43001 return getOrientation(bounds, point, 1) === 'intersect';
44349 var orientation = getOrientation(position, targetBounds, -15);
52706 var orientation = getOrientation(b, a, POINT_ORIENTATION_PADDING);
52949 var orientation = getOrientation(source, target, threshold);
53063 orientation = getOrientation(source, target);
53514 return getOrientation(getMid(attachedElement), hostElement, ATTACH_ORIENTATION_PADDING);
53628 var orientation = waypoints && waypoints.length && getOrientation(waypoints[0], source);
53652 var targetOrientation = getOrientation(targetMid, sourceMid, {
55848 orientation = getOrientation(sourceMid, target, -10),