Searched refs:SDL_iPhoneSetAnimationCallback (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_system.h | 94 …AnimationCallback(window, interval, callback, callbackParam) SDL_iPhoneSetAnimationCallback(window… 95 extern DECLSPEC int SDLCALL SDL_iPhoneSetAnimationCallback(SDL_Window * window, int interval, void …
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-ios.md | 253 …int SDL_iPhoneSetAnimationCallback(SDL_Window * window, int interval, void (*callback)(void*), voi… 275 SDL_iPhoneSetAnimationCallback(window, 1, ShowFrame, NULL);
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 47 #define SDL_iPhoneSetAnimationCallback SDL_iPhoneSetAnimationCallback_REAL macro
|
A D | SDL_dynapi_procs.h | 73 SDL_DYNAPI_PROC(int,SDL_iPhoneSetAnimationCallback,(SDL_Window *a, int b, void c, void *d),(a,b,c,d…
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitwindow.m | 461 SDL_iPhoneSetAnimationCallback(SDL_Window * window, int interval, void (*callback)(void*), void *ca…
|
Completed in 15 milliseconds