Home
last modified time | relevance | path

Searched refs:SDL_CreateColorCursor (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_mouse.h230 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestcustomcursor.c76 cursor = SDL_CreateColorCursor(surface, 0, 0); in init_color_cursor()
Dtestautomation_mouse.c236 cursor = SDL_CreateColorCursor(face, 0, 0); in mouse_createFreeColorCursor()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse.c708 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/
DSDL_dynapi_overrides.h258 #define SDL_CreateColorCursor SDL_CreateColorCursor_REAL macro
DSDL_dynapi_procs.h287 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateColorCursor,(SDL_Surface *a, int b, int c),(a,b,c),return)