Searched defs:hot_y (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/alios/ |
A D | SDL_AliOS_mouse.c | 50 AliOS_CreateCursor(SDL_Surface * surface, int hot_x, int hot_y) in AliOS_CreateCursor() 69 AliOS_CreateSystemCursor(SDL_Surface * surface, int hot_x, int hot_y) in AliOS_CreateSystemCursor()
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmmouse.h | 36 int hot_x, hot_y; member
|
A D | SDL_kmsdrmmouse.c | 85 KMSDRM_CreateCursor(SDL_Surface * surface, int hot_x, int hot_y) in KMSDRM_CreateCursor()
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpimouse.h | 32 int hot_x, hot_y; member
|
A D | SDL_rpimouse.c | 64 RPI_CreateCursor(SDL_Surface * surface, int hot_x, int hot_y) in RPI_CreateCursor()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11mouse.c | 91 X11_CreateXCursorCursor(SDL_Surface * surface, int hot_x, int hot_y) in X11_CreateXCursorCursor() 119 X11_CreatePixmapCursor(SDL_Surface * surface, int hot_x, int hot_y) in X11_CreatePixmapCursor() 204 X11_CreateCursor(SDL_Surface * surface, int hot_x, int hot_y) in X11_CreateCursor()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandmouse.c | 50 int hot_x, hot_y; member 148 Wayland_CreateCursor(SDL_Surface *surface, int hot_x, int hot_y) in Wayland_CreateCursor()
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenmouse.c | 69 Emscripten_CreateCursor(SDL_Surface* surface, int hot_x, int hot_y) in Emscripten_CreateCursor()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testcustomcursor.c | 106 int hot_x, hot_y; in init_system_cursor() local
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidmouse.c | 89 Android_CreateCursor(SDL_Surface * surface, int hot_x, int hot_y) in Android_CreateCursor()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmouse.c | 88 WIN_CreateCursor(SDL_Surface * surface, int hot_x, int hot_y) in WIN_CreateCursor()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_mouse.c | 132 DirectFB_CreateCursor(SDL_Surface * surface, int hot_x, int hot_y) in DirectFB_CreateCursor()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse.c | 887 int w, int h, int hot_x, int hot_y) 935 SDL_CreateColorCursor(SDL_Surface *surface, int hot_x, int hot_y)
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 2806 int Android_JNI_CreateCustomCursor(SDL_Surface *surface, int hot_x, int hot_y) in Android_JNI_CreateCustomCursor()
|
Completed in 21 milliseconds