Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_sdl.cpp61 static SDL_Cursor* g_MouseCursors[ImGuiMouseCursor_COUNT] = { 0 };
205 for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++) in ImGui_ImplSDL2_Shutdown()
Dimgui_impl_glfw.cpp61 static GLFWcursor* g_MouseCursors[ImGuiMouseCursor_COUNT] = { 0 };
205 for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++) in ImGui_ImplGlfw_Shutdown()
Dimgui_impl_win32.cpp41 static ImGuiMouseCursor g_LastMouseCursor = ImGuiMouseCursor_COUNT;
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp77 SDL_Cursor* MouseCursors[ImGuiMouseCursor_COUNT];
294 for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++) in ImGui_ImplSDL2_Shutdown()
Dimgui_impl_glfw.cpp80 GLFWcursor* MouseCursors[ImGuiMouseCursor_COUNT];
326 for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++) in ImGui_ImplGlfw_Shutdown()
Dimgui_impl_win32.cpp122 bd->LastMouseCursor = ImGuiMouseCursor_COUNT; in ImGui_ImplWin32_Init()
Dimgui_impl_osx.mm44 static NSCursor* g_MouseCursors[ImGuiMouseCursor_COUNT] = {};
/third_party/mesa3d/src/imgui/
Dimgui.h1141 ImGuiMouseCursor_COUNT enumerator
1145 , ImGuiMouseCursor_Count_ = ImGuiMouseCursor_COUNT
Dimgui_draw.cpp1419 static const ImVec2 FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[ImGuiMouseCursor_COUNT][3] =
1705 if (cursor_type <= ImGuiMouseCursor_None || cursor_type >= ImGuiMouseCursor_COUNT) in GetMouseCursorTexData()
2952 IM_ASSERT(mouse_cursor > ImGuiMouseCursor_None && mouse_cursor < ImGuiMouseCursor_COUNT); in RenderMouseCursor()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1133 ImGuiMouseCursor_COUNT enumerator
1137 , ImGuiMouseCursor_Count_ = ImGuiMouseCursor_COUNT
Dimgui_draw.cpp1410 static const ImVec2 FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[ImGuiMouseCursor_COUNT][3] =
1694 if (cursor_type <= ImGuiMouseCursor_None || cursor_type >= ImGuiMouseCursor_COUNT) in GetMouseCursorTexData()
2940 IM_ASSERT(mouse_cursor > ImGuiMouseCursor_None && mouse_cursor < ImGuiMouseCursor_COUNT); in RenderMouseCursor()
Dimgui_demo.cpp2546 IM_ASSERT(IM_ARRAYSIZE(mouse_cursors_names) == ImGuiMouseCursor_COUNT); in ShowDemoWindowMisc()
2551 for (int i = 0; i < ImGuiMouseCursor_COUNT; i++) in ShowDemoWindowMisc()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp1955 static const ImVec2 FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[ImGuiMouseCursor_COUNT][3] =
2234 if (cursor_type <= ImGuiMouseCursor_None || cursor_type >= ImGuiMouseCursor_COUNT) in GetMouseCursorTexData()
3797 IM_ASSERT(mouse_cursor > ImGuiMouseCursor_None && mouse_cursor < ImGuiMouseCursor_COUNT); in RenderMouseCursor()
Dimgui.h1648 ImGuiMouseCursor_COUNT enumerator
Dimgui_demo.cpp5639 IM_ASSERT(IM_ARRAYSIZE(mouse_cursors_names) == ImGuiMouseCursor_COUNT);
5648 for (int i = 0; i < ImGuiMouseCursor_COUNT; i++)
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt362 - Examples: Fixed bindings to use ImGuiMouseCursor_COUNT instead of old name ImGuiMouseCursor_Count…
446 …Var_Count_ to ImGuiStyleVar_COUNT and ImGuiMouseCursor_Count_ to ImGuiMouseCursor_COUNT for consis…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt535 - ImGuiMouseCursor_Count_ -> use ImGuiMouseCursor_COUNT
2023 - Examples: Fixed backends to use ImGuiMouseCursor_COUNT instead of old name ImGuiMouseCursor_Count…
2125 …Var_Count_ to ImGuiStyleVar_COUNT and ImGuiMouseCursor_Count_ to ImGuiMouseCursor_COUNT for consis…