Searched refs:width_to_right_edge (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/imgui/ | ||
H A D | imgui.cpp | 5663 float width_to_right_edge = GetContentRegionAvail().x; in CalcItemWidth() local 5664 w = ImMax(1.0f, width_to_right_edge + w); in CalcItemWidth() |
Completed in 23 milliseconds