Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp6057 …float width_to_remove_per_tab = ImMin(width_excess / tab_count_same_width, width_to_remove_per_tab… in TabBarLayout() local
6059 width_sort_buffer[tab_n].Width -= width_to_remove_per_tab; in TabBarLayout()
6060 width_excess -= width_to_remove_per_tab * tab_count_same_width; in TabBarLayout()