Home
last modified time | relevance | path

Searched refs:SDL_WindowShapeMode (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_shape.h101 typedef struct SDL_WindowShapeMode { struct
106 } SDL_WindowShapeMode; argument
121 …t SDLCALL SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode…
136 extern DECLSPEC int SDLCALL SDL_GetShapedWindowMode(SDL_Window *window,SDL_WindowShapeMode *shape_m…
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape_internals.h56 extern void SDL_CalculateShapeBitmap(SDL_WindowShapeMode mode,SDL_Surface *shape,Uint8* bitmap,Uint…
57 extern SDL_ShapeTree* SDL_CalculateShapeTree(SDL_WindowShapeMode mode,SDL_Surface* shape);
A DSDL_shape.c71 SDL_CalculateShapeBitmap(SDL_WindowShapeMode mode,SDL_Surface *shape,Uint8* bitmap,Uint8 ppb) in SDL_CalculateShapeBitmap()
127 RecursivelyCalculateShapeTree(SDL_WindowShapeMode mode,SDL_Surface* mask,SDL_Rect dimensions) { in RecursivelyCalculateShapeTree()
213 SDL_CalculateShapeTree(SDL_WindowShapeMode mode,SDL_Surface* shape) in SDL_CalculateShapeTree()
259 SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) in SDL_SetWindowShape()
290 SDL_GetShapedWindowMode(SDL_Window *window,SDL_WindowShapeMode *shape_mode) in SDL_GetShapedWindowMode()
A DSDL_sysvideo.h50 SDL_WindowShapeMode mode;
62 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_shape.h36 extern int DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode
A DSDL_DirectFB_shape.c69 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsshape.h37 extern int Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *sh…
A DSDL_windowsshape.c65 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11shape.h37 extern int X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shap…
A DSDL_x11shape.c85 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoashape.h40 extern int Cocoa_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *sh…
A DSDL_cocoashape.m75 Cocoa_SetWindowShape(SDL_WindowShaper *shaper, SDL_Surface *shape, SDL_WindowShapeMode *shape_mode)
/AliOS-Things-master/components/SDL2/test/
A Dtestshape.c25 SDL_WindowShapeMode mode;
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_procs.h403 SDL_DYNAPI_PROC(int,SDL_SetWindowShape,(SDL_Window *a, SDL_Surface *b, SDL_WindowShapeMode *c),(a,b…
404 SDL_DYNAPI_PROC(int,SDL_GetShapedWindowMode,(SDL_Window *a, SDL_WindowShapeMode *b),(a,b),return)

Completed in 11 milliseconds