Searched refs:width_total_contents (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp6017 float width_total_contents = 0.0f; local in function:ImGui::TabBarLayout
6036 width_total_contents += (tab_n > 0 ? g.Style.ItemInnerSpacing.x : 0.0f) + tab->WidthContents;
6045 float width_excess = (width_avail < width_total_contents) ? (width_total_contents - width_avail) : 0.0f;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp6017 float width_total_contents = 0.0f; local in function:ImGui::TabBarLayout
6036 width_total_contents += (tab_n > 0 ? g.Style.ItemInnerSpacing.x : 0.0f) + tab->WidthContents;
6045 float width_excess = (width_avail < width_total_contents) ? (width_total_contents - width_avail) : 0.0f;

Completed in 26 milliseconds