Searched defs:tab_bar (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui_widgets.cpp | 7161 static ImGuiPtrOrIndex GetTabBarRefFromTabBar(ImGuiTabBar* tab_bar) in GetTabBarRefFromTabBar() 7177 ImGuiTabBar* tab_bar = g.TabBars.GetOrAddByKey(id); in BeginTabBar() local 7183 bool ImGui::BeginTabBarEx(ImGuiTabBar* tab_bar, const ImRect& tab_bar_bb, ImGuiTabBarFlags flags) in BeginTabBarEx() 7249 ImGuiTabBar* tab_bar = g.CurrentTabBar; in EndTabBar() local 7283 static void ImGui::TabBarLayout(ImGuiTabBar* tab_bar) in TabBarLayout() 7513 static ImU32 ImGui::TabBarCalcTabID(ImGuiTabBar* tab_bar, const char* label) in TabBarCalcTabID() 7534 ImGuiTabItem* ImGui::TabBarFindTabByID(ImGuiTabBar* tab_bar, ImGuiID tab_id) in TabBarFindTabByID() 7544 void ImGui::TabBarRemoveTab(ImGuiTabBar* tab_bar, ImGuiID tab_id) in TabBarRemoveTab() 7554 void ImGui::TabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarCloseTab() 7576 static float ImGui::TabBarScrollClamp(ImGuiTabBar* tab_bar, float scrolling) in TabBarScrollClamp() [all …]
|
| D | imgui.cpp | 11455 if (ImGuiTabBar* tab_bar = g.TabBars.TryGetMapData(n)) in ShowMetricsWindow() local 11903 void ImGui::DebugNodeTabBar(ImGuiTabBar* tab_bar, const char* label) in DebugNodeTabBar()
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui_widgets.cpp | 5840 ImGuiTabBar* tab_bar = g.TabBars.GetOrAddByKey(id); in BeginTabBar() local 5846 bool ImGui::BeginTabBarEx(ImGuiTabBar* tab_bar, const ImRect& tab_bar_bb, ImGuiTabBarFlags flags) in BeginTabBarEx() 5902 ImGuiTabBar* tab_bar = g.CurrentTabBar.back(); in EndTabBar() local 5920 static void ImGui::TabBarLayout(ImGuiTabBar* tab_bar) in TabBarLayout() 6075 static ImU32 ImGui::TabBarCalcTabID(ImGuiTabBar* tab_bar, const char* label) in TabBarCalcTabID() 6096 ImGuiTabItem* ImGui::TabBarFindTabByID(ImGuiTabBar* tab_bar, ImGuiID tab_id) in TabBarFindTabByID() 6106 void ImGui::TabBarRemoveTab(ImGuiTabBar* tab_bar, ImGuiID tab_id) in TabBarRemoveTab() 6116 void ImGui::TabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarCloseTab() 6132 static float ImGui::TabBarScrollClamp(ImGuiTabBar* tab_bar, float scrolling) in TabBarScrollClamp() 6138 static void ImGui::TabBarScrollToTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarScrollToTab() [all …]
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui_widgets.cpp | 5871 ImGuiTabBar* tab_bar = g.TabBars.GetOrAddByKey(id); in BeginTabBar() local 5877 bool ImGui::BeginTabBarEx(ImGuiTabBar* tab_bar, const ImRect& tab_bar_bb, ImGuiTabBarFlags flags) in BeginTabBarEx() 5934 ImGuiTabBar* tab_bar = g.CurrentTabBar.back(); in EndTabBar() local 5952 static void ImGui::TabBarLayout(ImGuiTabBar* tab_bar) in TabBarLayout() 6120 static ImU32 ImGui::TabBarCalcTabID(ImGuiTabBar* tab_bar, const char* label) in TabBarCalcTabID() 6141 ImGuiTabItem* ImGui::TabBarFindTabByID(ImGuiTabBar* tab_bar, ImGuiID tab_id) in TabBarFindTabByID() 6151 void ImGui::TabBarRemoveTab(ImGuiTabBar* tab_bar, ImGuiID tab_id) in TabBarRemoveTab() 6161 void ImGui::TabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarCloseTab() 6177 static float ImGui::TabBarScrollClamp(ImGuiTabBar* tab_bar, float scrolling) in TabBarScrollClamp() 6183 static void ImGui::TabBarScrollToTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarScrollToTab() [all …]
|