Searched refs:GetTabOrder (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1299 int GetTabOrder(const ImGuiTabItem* tab) const { return Tabs.index_from_ptr(tab); } function in struct:ImGuiTabBar
H A Dimgui_widgets.cpp5990 int tab2_order = tab_bar->GetTabOrder(tab1) + tab_bar->ReorderRequestDir;
6187 int order = tab_bar->GetTabOrder(tab);
6248 int selected_order = tab_bar->GetTabOrder(tab_item);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1299 int GetTabOrder(const ImGuiTabItem* tab) const { return Tabs.index_from_ptr(tab); } function in struct:ImGuiTabBar
H A Dimgui_widgets.cpp5990 int tab2_order = tab_bar->GetTabOrder(tab1) + tab_bar->ReorderRequestDir;
6187 int order = tab_bar->GetTabOrder(tab);
6248 int selected_order = tab_bar->GetTabOrder(tab_item);

Completed in 192 milliseconds