Searched refs:SDL_SetWindowShape (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_shape.h | 121 extern DECLSPEC int SDLCALL SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShap…
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testshape.c | 155 SDL_SetWindowShape(window,pictures[current_picture].surface,&pictures[current_picture].mode); in main() 173 … SDL_SetWindowShape(window,pictures[current_picture].surface,&pictures[current_picture].mode); in main()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_shape.c | 259 SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) in SDL_SetWindowShape() function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 372 #define SDL_SetWindowShape SDL_SetWindowShape_REAL macro
|
A D | SDL_dynapi_procs.h | 403 SDL_DYNAPI_PROC(int,SDL_SetWindowShape,(SDL_Window *a, SDL_Surface *b, SDL_WindowShapeMode *c),(a,b…
|
Completed in 11 milliseconds