Searched refs:WantLayout (Results 1 – 4 of 4) sorted by relevance
87 std::vector<uint64_t> WantLayout; in TEST() member106 EXPECT_EQ(T.WantLayout, ComputedLayout); in TEST()
86 std::vector<uint64_t> WantLayout; in TEST() member105 EXPECT_EQ(T.WantLayout, ComputedLayout); in TEST()
5843 WantLayout = VisibleTabWasSubmitted = false; in ImGuiTabBar()5906 tab_bar->WantLayout = true; // Layout will be done on the first call to ItemTab() in BeginTabBarEx()5935 if (tab_bar->WantLayout) in EndTabBar()5955 tab_bar->WantLayout = false; in TabBarLayout()6342 if (tab_bar->WantLayout) in TabItemEx()6537 …IM_ASSERT(tab_bar->WantLayout); // Needs to be called AFTER BeginTabBar() and BEFORE the f… in SetTabItemClosed()
1292 bool WantLayout; member