Searched defs:resize_grip_count (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 5408 …GuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 res… in UpdateWindowManualResize() 5573 …indow, const ImRect& title_bar_rect, bool title_bar_is_highlight, int resize_grip_count, const ImU… in RenderWindowDecorations() 6108 …const int resize_grip_count = g.IO.ConfigWindowsResizeFromEdges ? 2 : 1; // Allow resize from lowe… in Begin() local
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui.cpp | 4697 …GuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 res… in UpdateManualResize() 5176 const int resize_grip_count = g.IO.ConfigWindowsResizeFromEdges ? 2 : 1; // 4 in Begin() local
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 4614 …GuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 res… in UpdateManualResize() 5047 const int resize_grip_count = g.IO.ConfigWindowsResizeFromEdges ? 2 : 1; // 4 in Begin() local
|