Searched refs:minBox (Results 1 – 1 of 1) sorted by relevance
35836 var minBox = { class in getMinResizeBounds35843 var childrenBox = childrenBounds ? asTRBL(childrenBounds) : minBox;35846 top: min$2(minBox.top, childrenBox.top),35847 left: min$2(minBox.left, childrenBox.left),35848 bottom: max$4(minBox.bottom, childrenBox.bottom),35849 right: max$4(minBox.right, childrenBox.right)