Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp260 … bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_RESIZE_NESW_CURSOR); in ImGui_ImplGlfw_Init()
265 bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); in ImGui_ImplGlfw_Init()
Dimgui_impl_sdl.cpp228 …bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
Dimgui_impl_allegro5.cpp440 … case ImGuiMouseCursor_ResizeNESW: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NE; break; in ImGui_ImplAllegro5_UpdateMouseCursor()
Dimgui_impl_win32.cpp213 case ImGuiMouseCursor_ResizeNESW: win32_cursor = IDC_SIZENESW; break; in ImGui_ImplWin32_UpdateMouseCursor()
Dimgui_impl_osx.mm151 …g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = [NSCursor respondsToSelector:@selector(_windowResize…
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_win32.cpp113 case ImGuiMouseCursor_ResizeNESW: win32_cursor = IDC_SIZENESW; break; in ImGui_ImplWin32_UpdateMouseCursor()
Dimgui_impl_sdl.cpp165 … g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
Dimgui_impl_glfw.cpp172 …g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); // FIX… in ImGui_ImplGlfw_Init()
Dimgui_impl_allegro5.cpp345 … case ImGuiMouseCursor_ResizeNESW: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NE; break; in ImGui_ImplAllegro5_UpdateMouseCursor()
/third_party/mesa3d/src/imgui/
Dimgui.h1138 ImGuiMouseCursor_ResizeNESW, // When hovering over the bottom-left corner of a window enumerator
Dimgui.cpp4729 … g.MouseCursor = (resize_grip_n & 1) ? ImGuiMouseCursor_ResizeNESW : ImGuiMouseCursor_ResizeNWSE; in UpdateManualResize()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1130 ImGuiMouseCursor_ResizeNESW, // When hovering over the bottom-left corner of a window enumerator
Dimgui.cpp4646 … g.MouseCursor = (resize_grip_n & 1) ? ImGuiMouseCursor_ResizeNESW : ImGuiMouseCursor_ResizeNWSE; in UpdateManualResize()
/third_party/skia/third_party/externals/imgui/
Dimgui.h1644 ImGuiMouseCursor_ResizeNESW, // When hovering over the bottom-left corner of a window enumerator
Dimgui.cpp5446 … g.MouseCursor = (resize_grip_n & 1) ? ImGuiMouseCursor_ResizeNESW : ImGuiMouseCursor_ResizeNWSE; in UpdateWindowManualResize()