Searched refs:UpdateManualResize (Results 1 – 1 of 1) sorted by relevance
1033 static void UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* b…4697 static void ImGui::UpdateManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border… in UpdateManualResize() function in ImGui5179 … UpdateManualResize(window, size_auto_fit, &border_held, resize_grip_count, &resize_grip_col[0]); in Begin()