Home
last modified time | relevance | path

Searched refs:SDL_WindowShaper (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsshape.c29 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 DSDL_windowsshape.h36 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 DSDL_x11shape.c31 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 DSDL_x11shape.h35 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 DSDL_DirectFB_shape.h34 extern SDL_WindowShaper* DirectFB_CreateShaper(SDL_Window* window);
36 extern int DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode …
A DSDL_DirectFB_shape.c32 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 DSDL_cocoashape.h39 extern SDL_WindowShaper* Cocoa_CreateShaper(SDL_Window* window);
40 extern int Cocoa_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *sh…
A DSDL_cocoashape.m32 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 DSDL_sysvideo.h35 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 15 milliseconds