Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp6056 …float width_to_remove_per_tab_max = (tab_count_same_width < tab_bar->Tabs.Size) ? (width_sort_buff… in TabBarLayout() local
6057 … width_to_remove_per_tab = ImMin(width_excess / tab_count_same_width, width_to_remove_per_tab_max); in TabBarLayout()