Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp4588 ImVec2 size_auto_fit = ImClamp(size_contents, size_min, ImMax(size_min, g.IO.DisplaySize - style.DisplaySafeAreaPadding * 2.0f)); in CalcSizeAutoFit() local
4697 static void ImGui::UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4]) in UpdateManualResize() argument
5065 const ImVec2 size_auto_fit = CalcSizeAutoFit(window, window->SizeContents); in Begin() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5294 ImVec2 size_auto_fit = ImClamp(size_desired, size_min, ImMax(size_min, avail_size - style.DisplaySafeAreaPadding * 2.0f)); in CalcWindowAutoFitSize() local
5314 ImVec2 size_auto_fit = CalcWindowAutoFitSize(window, size_contents_ideal); in CalcWindowNextAutoFitSize() local
5408 static bool ImGui::UpdateWindowManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4], const ImRect& visibility_rect) in UpdateWindowManualResize() argument
6000 const ImVec2 size_auto_fit = CalcWindowAutoFitSize(window, window->ContentSizeIdeal); Begin() local
[all...]

Completed in 27 milliseconds