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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp4332 const int auto_fit_axises = ((size.x == 0.0f) ? (1 << ImGuiAxis_X) : 0x00) | ((size.y == 0.0f) ? (1 << ImGuiAxis_Y) : 0x00); local in function:ImGui::BeginChildEx
4354 child_window->AutoFitChildAxises = auto_fit_axises;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp4332 const int auto_fit_axises = ((size.x == 0.0f) ? (1 << ImGuiAxis_X) : 0x00) | ((size.y == 0.0f) ? (1 << ImGuiAxis_Y) : 0x00); local in function:ImGui::BeginChildEx
4354 child_window->AutoFitChildAxises = auto_fit_axises;

Completed in 34 milliseconds