Home
last modified time | relevance | path

Searched refs:OffsetMax (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5838 OffsetMax = OffsetNextTab = 0.0f; in ImGuiTabBar()
5912 ItemSize(ImVec2(tab_bar->OffsetMax, tab_bar->BarRect.GetHeight())); in BeginTabBarEx()
6085 tab_bar->OffsetMax = ImMax(offset_x - g.Style.ItemInnerSpacing.x, 0.0f); in TabBarLayout()
6089 …const bool scrolling_buttons = (tab_bar->OffsetMax > tab_bar->BarRect.GetWidth() && tab_bar->Tabs.… in TabBarLayout()
6179 scrolling = ImMin(scrolling, tab_bar->OffsetMax - tab_bar->BarRect.GetWidth()); in TabBarScrollClamp()
Dimgui_internal.h1285 float OffsetMax; // Distance from BarRect.Min.x, locked during layout member