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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1286 float OffsetNextTab; // Distance from BarRect.Min.x, incremented with each BeginTabItem() call, not used if ImGuiTabBarFlags_Reorderable if set. member in struct:ImGuiTabBar
H A Dimgui_widgets.cpp5838 OffsetMax = OffsetNextTab = 0.0f;
6086 tab_bar->OffsetNextTab = 0.0f;
6396 tab->Offset = tab_bar->OffsetNextTab;
6397 tab_bar->OffsetNextTab += tab->Width + g.Style.ItemInnerSpacing.x;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1286 float OffsetNextTab; // Distance from BarRect.Min.x, incremented with each BeginTabItem() call, not used if ImGuiTabBarFlags_Reorderable if set. member in struct:ImGuiTabBar
H A Dimgui_widgets.cpp5838 OffsetMax = OffsetNextTab = 0.0f;
6086 tab_bar->OffsetNextTab = 0.0f;
6396 tab->Offset = tab_bar->OffsetNextTab;
6397 tab_bar->OffsetNextTab += tab->Width + g.Style.ItemInnerSpacing.x;

Completed in 225 milliseconds