Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.cpp4332 …const int auto_fit_axises = ((size.x == 0.0f) ? (1 << ImGuiAxis_X) : 0x00) | ((size.y == 0.0f) ? (… in BeginChildEx() local
4354 child_window->AutoFitChildAxises = auto_fit_axises; in BeginChildEx()