Searched refs:resize_grip_col (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]); 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 4745 resize_grip_col[resize_grip_n] = GetColorU32(held ? ImGuiCol_ResizeGripActive : hovered ? ImGuiCol_ResizeGripHovered : ImGuiCol_ResizeGrip); 4786 resize_grip_col[0] = GetColorU32(ImGuiCol_ResizeGripActive); 5175 ImU32 resize_grip_col[4] = { 0 }; local in function:ImGui::Begin 5179 UpdateManualResize(window, size_auto_fit, &border_held, resize_grip_count, &resize_grip_col[0]); 5282 window->DrawList->PathFillConvex(resize_grip_col[resize_grip_n]);
|
| /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]); 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 4745 resize_grip_col[resize_grip_n] = GetColorU32(held ? ImGuiCol_ResizeGripActive : hovered ? ImGuiCol_ResizeGripHovered : ImGuiCol_ResizeGrip); 4786 resize_grip_col[0] = GetColorU32(ImGuiCol_ResizeGripActive); 5175 ImU32 resize_grip_col[4] = { 0 }; local in function:ImGui::Begin 5179 UpdateManualResize(window, size_auto_fit, &border_held, resize_grip_count, &resize_grip_col[0]); 5282 window->DrawList->PathFillConvex(resize_grip_col[resize_grip_n]);
|
Completed in 37 milliseconds