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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp5663 float width_to_right_edge = GetContentRegionAvail().x; local in function:ImGui::CalcItemWidth
5664 w = ImMax(1.0f, width_to_right_edge + w);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp5663 float width_to_right_edge = GetContentRegionAvail().x; local in function:ImGui::CalcItemWidth
5664 w = ImMax(1.0f, width_to_right_edge + w);

Completed in 34 milliseconds