Home
last modified time | relevance | path

Searched refs:UpdateManualResize (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp1033 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 ImGui
5179UpdateManualResize(window, size_auto_fit, &border_held, resize_grip_count, &resize_grip_col[0]); in Begin()