Searched refs:SDL_CreateColorCursor (Results 1 – 6 of 6) sorted by relevance
| /third_party/flutter/skia/third_party/externals/sdl/include/ |
| D | SDL_mouse.h | 230 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
|
| /third_party/flutter/skia/third_party/externals/sdl/test/ |
| D | testcustomcursor.c | 76 cursor = SDL_CreateColorCursor(surface, 0, 0); in init_color_cursor()
|
| D | testautomation_mouse.c | 236 cursor = SDL_CreateColorCursor(face, 0, 0); in mouse_createFreeColorCursor()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/events/ |
| D | SDL_mouse.c | 708 cursor = SDL_CreateColorCursor(surface, hot_x, hot_y); 716 SDL_CreateColorCursor(SDL_Surface *surface, int hot_x, int hot_y) function
|
| /third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
| D | SDL_dynapi_overrides.h | 258 #define SDL_CreateColorCursor SDL_CreateColorCursor_REAL macro
|
| D | SDL_dynapi_procs.h | 287 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateColorCursor,(SDL_Surface *a, int b, int c),(a,b,c),return)
|