Searched refs:tab_appearing (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp6384 const bool tab_appearing = (tab->LastFrameVisible + 1 < g.FrameCount); local in function:ImGui::TabItemEx
6394 if (!tab_appearing && !(tab_bar->Flags & ImGuiTabBarFlags_Reorderable))
6401 if (tab_appearing && (tab_bar->Flags & ImGuiTabBarFlags_AutoSelectNewTabs) && tab_bar->NextSelectedTabId == 0)
6415 if (tab_appearing && !(tab_bar_appearing && !tab_is_new))
6464 if (held && !tab_appearing && IsMouseDragging(0))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp6384 const bool tab_appearing = (tab->LastFrameVisible + 1 < g.FrameCount); local in function:ImGui::TabItemEx
6394 if (!tab_appearing && !(tab_bar->Flags & ImGuiTabBarFlags_Reorderable))
6401 if (tab_appearing && (tab_bar->Flags & ImGuiTabBarFlags_AutoSelectNewTabs) && tab_bar->NextSelectedTabId == 0)
6415 if (tab_appearing && !(tab_bar_appearing && !tab_is_new))
6464 if (held && !tab_appearing && IsMouseDragging(0))

Completed in 25 milliseconds