Searched refs:resize_grip_col (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 939 static bool UpdateWindowManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4], const ImRect& visibility_rect); 941 static void RenderWindowDecorations(ImGuiWindow* window, const ImRect& title_bar_rect, bool title_bar_is_highlight, int resize_grip_count, const ImU32 resize_grip_col[4], float resize_grip_draw_size); 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 5468 resize_grip_col[resize_grip_n] = GetColorU32(held ? ImGuiCol_ResizeGripActive : hovered ? ImGuiCol_ResizeGripHovered : ImGuiCol_ResizeGrip); in UpdateWindowManualResize() 5516 resize_grip_col[0] = GetColorU32(ImGuiCol_ResizeGripActive); in UpdateWindowManualResize() 5573 void ImGui::RenderWindowDecorations(ImGuiWindow* window, const ImRect& title_bar_rect, bool title_bar_is_highlight, int resize_grip_count, const ImU32 resize_grip_col[4], float resize_grip_draw_size) in RenderWindowDecorations() argument 5647 window->DrawList->PathFillConvex(resize_grip_col[resize_grip_n]); in RenderWindowDecorations() 6107 ImU32 resize_grip_col[4] = {}; in Begin() local 6111 if (UpdateWindowManualResize(window, size_auto_fit, &border_held, resize_grip_count, &resize_grip_col[0], visibility_rect)) in Begin() 6239 RenderWindowDecorations(window, title_bar_rect, title_bar_is_highlight, resize_grip_count, resize_grip_col, resize_grip_draw_siz in Begin() [all...] |
/third_party/mesa3d/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]) in UpdateManualResize() argument 4745 resize_grip_col[resize_grip_n] = GetColorU32(held ? ImGuiCol_ResizeGripActive : hovered ? ImGuiCol_ResizeGripHovered : ImGuiCol_ResizeGrip); in UpdateManualResize() 4786 resize_grip_col[0] = GetColorU32(ImGuiCol_ResizeGripActive); in UpdateManualResize() 5175 ImU32 resize_grip_col[4] = { 0 }; in Begin() local 5179 UpdateManualResize(window, size_auto_fit, &border_held, resize_grip_count, &resize_grip_col[0]); in Begin() 5282 window->DrawList->PathFillConvex(resize_grip_col[resize_grip_n]); in Begin()
|
Completed in 56 milliseconds