Lines Matching refs:Corner
116 if (_FindFreeAreaInGroup(group, Corner::kLeftTop)) in _FindFreeAreaInGroup()
118 if (_FindFreeAreaInGroup(group, Corner::kRightTop)) in _FindFreeAreaInGroup()
120 if (_FindFreeAreaInGroup(group, Corner::kLeftBottom)) in _FindFreeAreaInGroup()
122 if (_FindFreeAreaInGroup(group, Corner::kRightBottom)) in _FindFreeAreaInGroup()
130 SATTiling::_FindFreeAreaInGroup(SATGroup* group, Corner::position_t cor) in _FindFreeAreaInGroup()
160 Corner::position_t cor, BRect& windowFrame) in _InteresstingCrossing()
162 const Corner* corner = crossing->GetOppositeCorner(cor); in _InteresstingCrossing()
163 if (corner->status != Corner::kFree) in _InteresstingCrossing()
172 case Corner::kLeftTop: in _InteresstingCrossing()
173 if (crossing->RightBottomCorner()->status == Corner::kUsed) in _InteresstingCrossing()
177 if (crossing->LeftBottomCorner()->status == Corner::kUsed) in _InteresstingCrossing()
179 if (crossing->RightTopCorner()->status == Corner::kUsed) in _InteresstingCrossing()
184 case Corner::kRightTop: in _InteresstingCrossing()
185 if (crossing->LeftBottomCorner()->status == Corner::kUsed) in _InteresstingCrossing()
189 if (crossing->RightBottomCorner()->status == Corner::kUsed) in _InteresstingCrossing()
191 if (crossing->LeftTopCorner()->status == Corner::kUsed) in _InteresstingCrossing()
196 case Corner::kLeftBottom: in _InteresstingCrossing()
197 if (crossing->RightTopCorner()->status == Corner::kUsed) in _InteresstingCrossing()
201 if (crossing->LeftTopCorner()->status == Corner::kUsed) in _InteresstingCrossing()
203 if (crossing->RightBottomCorner()->status == Corner::kUsed) in _InteresstingCrossing()
208 case Corner::kRightBottom: in _InteresstingCrossing()
209 if (crossing->LeftTopCorner()->status == Corner::kUsed) in _InteresstingCrossing()
213 if (crossing->RightTopCorner()->status == Corner::kUsed) in _InteresstingCrossing()
215 if (crossing->LeftBottomCorner()->status == Corner::kUsed) in _InteresstingCrossing()
242 Corner::position_t corner, BRect& windowFrame) in _FindFreeArea()
258 case Corner::kLeftTop: in _FindFreeArea()
266 case Corner::kRightTop: in _FindFreeArea()
274 case Corner::kLeftBottom: in _FindFreeArea()
282 case Corner::kRightBottom: in _FindFreeArea()
352 Corner* corner = leftTopCrossing->RightBottomCorner(); in _HasOverlapp()
353 if (corner->status != Corner::kUsed) in _HasOverlapp()
365 SATTiling::_CheckArea(SATGroup* group, Corner::position_t corner, in _CheckArea()
418 SATTiling::_IsCornerInFreeArea(Corner::position_t corner, BRect& frame) in _IsCornerInFreeArea()
423 case Corner::kLeftTop: in _IsCornerInFreeArea()
428 case Corner::kRightTop: in _IsCornerInFreeArea()
433 case Corner::kLeftBottom: in _IsCornerInFreeArea()
438 case Corner::kRightBottom: in _IsCornerInFreeArea()
469 fFreeAreaTop ? Corner::kLeftBottom : Corner::kLeftTop, in _HighlightWindows()
473 fFreeAreaLeft ? Corner::kRightTop : Corner::kLeftTop, in _HighlightWindows()
477 fFreeAreaTop ? Corner::kRightBottom : Corner::kRightTop, in _HighlightWindows()
481 vTabs, fFreeAreaLeft ? Corner::kRightBottom : Corner::kLeftBottom, in _HighlightWindows()
499 Tab* secondOrthTab, const TabList* orthTabs, Corner::position_t areaCorner, in _SearchHighlightWindow()
534 Corner* corner = crossing->GetCorner(areaCorner); in _SearchHighlightWindow()