Home
last modified time | relevance | path

Searched refs:SDL_Cursor (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse_c.h30 struct SDL_Cursor struct
32 struct SDL_Cursor *next; argument
46 SDL_Cursor *(*CreateCursor) (SDL_Surface * surface, int hot_x, int hot_y); argument
49 SDL_Cursor *(*CreateSystemCursor) (SDL_SystemCursor id);
52 int (*ShowCursor) (SDL_Cursor * cursor);
55 void (*MoveCursor) (SDL_Cursor * cursor);
58 void (*FreeCursor) (SDL_Cursor * cursor);
91 SDL_Cursor *cursors;
92 SDL_Cursor *def_cursor;
93 SDL_Cursor *cur_cursor;
[all …]
DSDL_mouse.c55 SDL_SetDefaultCursor(SDL_Cursor * cursor) in SDL_SetDefaultCursor()
451 SDL_Cursor *cursor, *next;
666 SDL_Cursor *
671 SDL_Cursor *cursor;
715 SDL_Cursor *
720 SDL_Cursor *cursor;
758 SDL_Cursor *
762 SDL_Cursor *cursor;
783 SDL_SetCursor(SDL_Cursor * cursor)
791 SDL_Cursor *found;
[all …]
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_mouse.h41 typedef struct SDL_Cursor SDL_Cursor; /* Implementation dependent */ typedef
220 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateCursor(const Uint8 * data,
230 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
239 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
244 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor * cursor);
249 extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetCursor(void);
254 extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetDefaultCursor(void);
263 extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor * cursor);
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenmouse.c36 static SDL_Cursor*
39 SDL_Cursor* cursor; in Emscripten_CreateDefaultCursor()
42 cursor = SDL_calloc(1, sizeof(SDL_Cursor)); in Emscripten_CreateDefaultCursor()
69 static SDL_Cursor*
72 SDL_Cursor *cursor; in Emscripten_CreateSystemCursor()
117 cursor = (SDL_Cursor *) SDL_calloc(1, sizeof(*cursor)); in Emscripten_CreateSystemCursor()
136 Emscripten_FreeCursor(SDL_Cursor* cursor) in Emscripten_FreeCursor()
151 Emscripten_ShowCursor(SDL_Cursor* cursor) in Emscripten_ShowCursor()
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpimouse.c46 static SDL_Cursor *RPI_CreateDefaultCursor(void);
47 static SDL_Cursor *RPI_CreateCursor(SDL_Surface * surface, int hot_x, int hot_y);
48 static int RPI_ShowCursor(SDL_Cursor * cursor);
49 static void RPI_MoveCursor(SDL_Cursor * cursor);
50 static void RPI_FreeCursor(SDL_Cursor * cursor);
54 static SDL_Cursor *
61 static SDL_Cursor *
65 SDL_Cursor *cursor; in RPI_CreateCursor()
73 cursor = (SDL_Cursor *) SDL_calloc(1, sizeof(*cursor)); in RPI_CreateCursor()
111 RPI_ShowCursor(SDL_Cursor * cursor) in RPI_ShowCursor()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirmouse.c46 static SDL_Cursor*
49 SDL_Cursor* cursor; in MIR_CreateDefaultCursor()
51 cursor = SDL_calloc(1, sizeof(SDL_Cursor)); in MIR_CreateDefaultCursor()
102 static SDL_Cursor*
112 SDL_Cursor* cursor = MIR_CreateDefaultCursor(); in MIR_CreateCursor()
136 static SDL_Cursor*
140 SDL_Cursor* cursor = MIR_CreateDefaultCursor(); in MIR_CreateSystemCursor()
197 MIR_FreeCursor(SDL_Cursor* cursor) in MIR_FreeCursor()
217 MIR_ShowCursor(SDL_Cursor* cursor) in MIR_ShowCursor()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_mouse.c35 static SDL_Cursor *DirectFB_CreateDefaultCursor(void);
36 static SDL_Cursor *DirectFB_CreateCursor(SDL_Surface * surface,
38 static int DirectFB_ShowCursor(SDL_Cursor * cursor);
39 static void DirectFB_MoveCursor(SDL_Cursor * cursor);
40 static void DirectFB_FreeCursor(SDL_Cursor * cursor);
80 static SDL_Cursor *
89 SDL_Cursor *cursor; in DirectFB_CreateDefaultCursor()
135 static SDL_Cursor *
144 SDL_Cursor *cursor; in DirectFB_CreateCursor()
184 DirectFB_ShowCursor(SDL_Cursor * cursor) in DirectFB_ShowCursor()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtmouse.cpp53 static SDL_Cursor *
56 SDL_Cursor *cursor; in WINRT_CreateSystemCursor()
78 cursor = (SDL_Cursor *) SDL_calloc(1, sizeof(*cursor)); in WINRT_CreateSystemCursor()
95 static SDL_Cursor *
102 WINRT_FreeCursor(SDL_Cursor * cursor) in WINRT_FreeCursor()
113 WINRT_ShowCursor(SDL_Cursor * cursor) in WINRT_ShowCursor()
DSDL_winrtgamebar.cpp134 SDL_Cursor *cursor = SDL_GetCursor();
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsmouse.c72 static SDL_Cursor *
75 SDL_Cursor *cursor; in WIN_CreateDefaultCursor()
87 static SDL_Cursor *
93 SDL_Cursor *cursor; in WIN_CreateCursor()
159 static SDL_Cursor *
162 SDL_Cursor *cursor; in WIN_CreateSystemCursor()
199 WIN_FreeCursor(SDL_Cursor * cursor) in WIN_FreeCursor()
208 WIN_ShowCursor(SDL_Cursor * cursor) in WIN_ShowCursor()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandmouse.c149 static SDL_Cursor *
152 SDL_Cursor *cursor; in Wayland_CreateCursor()
199 static SDL_Cursor *
202 SDL_Cursor *cursor; in CreateCursorFromWlCursor()
229 static SDL_Cursor *
240 static SDL_Cursor *
295 Wayland_FreeCursor(SDL_Cursor *cursor) in Wayland_FreeCursor()
320 Wayland_ShowCursor(SDL_Cursor *cursor) in Wayland_ShowCursor()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestcustomcursor.c70 static SDL_Cursor*
73 SDL_Cursor *cursor = NULL; in init_color_cursor()
82 static SDL_Cursor*
119 SDL_Cursor *cursor = NULL;
Dtestautomation_mouse.c157 static SDL_Cursor *_initArrowCursor(const char *image[]) in _initArrowCursor()
159 SDL_Cursor *cursor; in _initArrowCursor()
201 SDL_Cursor *cursor; in mouse_createFreeCursor()
228 SDL_Cursor *cursor; in mouse_createFreeColorCursor()
313 SDL_Cursor *cursor; in mouse_setCursor()
346 SDL_Cursor *cursor; in mouse_getCursor()
Dtestwm2.c40 SDL_Cursor *cursor = NULL;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11mouse.c73 static SDL_Cursor *
76 SDL_Cursor *cursor; in X11_CreateDefaultCursor()
203 static SDL_Cursor *
206 SDL_Cursor *cursor; in X11_CreateCursor()
228 static SDL_Cursor *
231 SDL_Cursor *cursor; in X11_CreateSystemCursor()
270 X11_FreeCursor(SDL_Cursor * cursor) in X11_FreeCursor()
281 X11_ShowCursor(SDL_Cursor * cursor) in X11_ShowCursor()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamouse.m67 static SDL_Cursor *
72 SDL_Cursor *cursor = NULL;
87 static SDL_Cursor *
93 SDL_Cursor *cursor = NULL;
112 static SDL_Cursor *
117 SDL_Cursor *cursor = NULL;
172 Cocoa_FreeCursor(SDL_Cursor * cursor)
182 Cocoa_ShowCursor(SDL_Cursor * cursor)
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h286 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateCursor,(const Uint8 *a, const Uint8 *b, int c, int d, int e, …
287 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateColorCursor,(SDL_Surface *a, int b, int c),(a,b,c),return)
288 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateSystemCursor,(SDL_SystemCursor a),(a),return)
289 SDL_DYNAPI_PROC(void,SDL_SetCursor,(SDL_Cursor *a),(a),)
290 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_GetCursor,(void),(),return)
291 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_GetDefaultCursor,(void),(),return)
292 SDL_DYNAPI_PROC(void,SDL_FreeCursor,(SDL_Cursor *a),(a),)
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_sdl.cpp61 static SDL_Cursor* g_MouseCursors[ImGuiMouseCursor_COUNT] = { 0 };
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp77 SDL_Cursor* MouseCursors[ImGuiMouseCursor_COUNT];