Home
last modified time | relevance | path

Searched refs:unique_tops (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DWnd.cpp826 std::set<Y> unique_tops; in GridLayout() local
831 unique_tops.insert(layout_wnd.ul.y); in GridLayout()
834 if (unique_lefts.empty() || unique_tops.empty()) in GridLayout()
838 unique_tops.size(), unique_lefts.size(), in GridLayout()
849 int top = std::distance(unique_tops.begin(), unique_tops.find(ul.y)); in GridLayout()
851 int bottom = std::distance(unique_tops.begin(), unique_tops.lower_bound(lr.y)); in GridLayout()