Searched refs:SDL_CreateCursor (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_mouse.h | 220 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateCursor(const Uint8 * data,
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testcustomcursor.c | 114 return SDL_CreateCursor(data, mask, 32, 32, hot_x, hot_y); in init_system_cursor()
|
D | testautomation_mouse.c | 188 cursor = SDL_CreateCursor(data, mask, 32, 32, 0, 0); in _initArrowCursor()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/ |
D | SDL_rpimouse.c | 57 …return SDL_CreateCursor(default_cdata, default_cmask, DEFAULT_CWIDTH, DEFAULT_CHEIGHT, DEFAULT_CHO… in RPI_CreateDefaultCursor()
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_mouse.c | 667 SDL_CreateCursor(const Uint8 * data, const Uint8 * mask, function
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 257 #define SDL_CreateCursor SDL_CreateCursor_REAL macro
|
D | SDL_dynapi_procs.h | 286 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateCursor,(const Uint8 *a, const Uint8 *b, int c, int d, int e, …
|