Searched defs:tab_bar_appearing (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5939 const bool tab_bar_appearing = (tab_bar->PrevFrameVisible + 1 < g.FrameCount); local in function:ImGui::EndTabBar
6382 const bool tab_bar_appearing = (tab_bar->PrevFrameVisible + 1 < g.FrameCount); local in function:ImGui::TabItemEx
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5939 const bool tab_bar_appearing = (tab_bar->PrevFrameVisible + 1 < g.FrameCount); local in function:ImGui::EndTabBar
6382 const bool tab_bar_appearing = (tab_bar->PrevFrameVisible + 1 < g.FrameCount); local in function:ImGui::TabItemEx

Completed in 25 milliseconds