Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.cpp5663 float width_to_right_edge = GetContentRegionAvail().x; in CalcItemWidth() local
5664 w = ImMax(1.0f, width_to_right_edge + w); in CalcItemWidth()