Searched refs:size_auto_fit (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 1033 static void UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4]); 4588 ImVec2 size_auto_fit = ImClamp(size_contents, size_min, ImMax(size_min, g.IO.DisplaySize - style.DisplaySafeAreaPadding * 2.0f)); local in function:CalcSizeAutoFit 4592 ImVec2 size_auto_fit_after_constraint = CalcSizeAfterConstraint(window, size_auto_fit); 4594 size_auto_fit.y += style.ScrollbarSize; 4596 size_auto_fit.x += style.ScrollbarSize; 4597 return size_auto_fit; 4697 static void ImGui::UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4]) argument 4734 size_target = CalcSizeAfterConstraint(window, size_auto_fit); 5065 const ImVec2 size_auto_fit = CalcSizeAutoFit(window, window->SizeContents); local in function:ImGui::Begin 5071 window->SizeFull.x = size_full_modified.x = size_auto_fit [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 1033 static void UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4]); 4588 ImVec2 size_auto_fit = ImClamp(size_contents, size_min, ImMax(size_min, g.IO.DisplaySize - style.DisplaySafeAreaPadding * 2.0f)); local in function:CalcSizeAutoFit 4592 ImVec2 size_auto_fit_after_constraint = CalcSizeAfterConstraint(window, size_auto_fit); 4594 size_auto_fit.y += style.ScrollbarSize; 4596 size_auto_fit.x += style.ScrollbarSize; 4597 return size_auto_fit; 4697 static void ImGui::UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4]) argument 4734 size_target = CalcSizeAfterConstraint(window, size_auto_fit); 5065 const ImVec2 size_auto_fit = CalcSizeAutoFit(window, window->SizeContents); local in function:ImGui::Begin 5071 window->SizeFull.x = size_full_modified.x = size_auto_fit [all...] |
Completed in 24 milliseconds