Searched refs:SDL_WindowShaper (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsshape.c | 29 SDL_WindowShaper* 32 SDL_WindowShaper* result = (SDL_WindowShaper *)SDL_malloc(sizeof(SDL_WindowShaper)); in Win32_CreateShaper() 65 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
|
A D | SDL_windowsshape.h | 36 extern SDL_WindowShaper* Win32_CreateShaper(SDL_Window * window); 37 extern int Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *sh…
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11shape.c | 31 SDL_WindowShaper* 33 SDL_WindowShaper* result = NULL; in X11_CreateShaper() 39 result = malloc(sizeof(SDL_WindowShaper)); in X11_CreateShaper() 85 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape()
|
A D | SDL_x11shape.h | 35 extern SDL_WindowShaper* X11_CreateShaper(SDL_Window* window); 37 extern int X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shap…
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_shape.h | 34 extern SDL_WindowShaper* DirectFB_CreateShaper(SDL_Window* window); 36 extern int DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode …
|
A D | SDL_DirectFB_shape.c | 32 SDL_WindowShaper* 34 SDL_WindowShaper* result = NULL; in DirectFB_CreateShaper() 38 result = malloc(sizeof(SDL_WindowShaper)); in DirectFB_CreateShaper() 69 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoashape.h | 39 extern SDL_WindowShaper* Cocoa_CreateShaper(SDL_Window* window); 40 extern int Cocoa_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *sh…
|
A D | SDL_cocoashape.m | 32 SDL_WindowShaper* 40 SDL_WindowShaper* result = result = malloc(sizeof(SDL_WindowShaper)); 75 Cocoa_SetWindowShape(SDL_WindowShaper *shaper, SDL_Surface *shape, SDL_WindowShapeMode *shape_mode)
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_sysvideo.h | 35 typedef struct SDL_WindowShaper SDL_WindowShaper; typedef 41 struct SDL_WindowShaper struct 61 SDL_WindowShaper *(*CreateShaper)(SDL_Window * window); argument 62 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode); 105 SDL_WindowShaper *shaper;
|
Completed in 7 milliseconds