Searched refs:SDL_CreateShapedWindow (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_shape.h | 66 extern DECLSPEC SDL_Window * SDLCALL SDL_CreateShapedWindow(const char *title,unsigned int x,unsign…
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testshape.c | 102 window = SDL_CreateShapedWindow("SDL_Shape test", in main()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_shape.c | 33 SDL_CreateShapedWindow(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int … in SDL_CreateShapedWindow() function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 370 #define SDL_CreateShapedWindow SDL_CreateShapedWindow_REAL macro
|
A D | SDL_dynapi_procs.h | 401 SDL_DYNAPI_PROC(SDL_Window*,SDL_CreateShapedWindow,(const char *a, unsigned int b, unsigned int c, …
|
Completed in 11 milliseconds