Home
last modified time | relevance | path

Searched defs:size_auto_fit (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp4588 …ImVec2 size_auto_fit = ImClamp(size_contents, size_min, ImMax(size_min, g.IO.DisplaySize - style.D… in CalcSizeAutoFit() local
4697 static void ImGui::UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border… in UpdateManualResize()
5065 const ImVec2 size_auto_fit = CalcSizeAutoFit(window, window->SizeContents); in Begin() local