Searched refs:auto_fit_axises (Results 1 – 1 of 1) sorted by relevance
4332 …const int auto_fit_axises = ((size.x == 0.0f) ? (1 << ImGuiAxis_X) : 0x00) | ((size.y == 0.0f) ? (… in BeginChildEx() local4354 child_window->AutoFitChildAxises = auto_fit_axises; in BeginChildEx()