Home
last modified time | relevance | path

Searched defs:width_excess (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp1502 void ImGui::ShrinkWidths(ImGuiShrinkWidthItem* items, int count, float width_excess) in ShrinkWidths()
7422 float width_excess; in TabBarLayout() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp6004 …float width_excess = (width_avail < width_total_contents) ? (width_total_contents - width_avail) :… in TabBarLayout() local
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp6045 …float width_excess = (width_avail < width_total_contents) ? (width_total_contents - width_avail) :… in TabBarLayout() local