Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape.c259 SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) in SDL_SetWindowShape() argument
269 if(shape_mode != NULL) in SDL_SetWindowShape()
270 window->shaper->mode = *shape_mode; in SDL_SetWindowShape()
271 result = SDL_GetVideoDevice()->shape_driver.SetWindowShape(window->shaper,shape,shape_mode); in SDL_SetWindowShape()
290 SDL_GetShapedWindowMode(SDL_Window *window,SDL_WindowShapeMode *shape_mode) in SDL_GetShapedWindowMode() argument
293 if(shape_mode == NULL) { in SDL_GetShapedWindowMode()
302 *shape_mode = window->shaper->mode; in SDL_GetShapedWindowMode()
A DSDL_sysvideo.h62 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
/AliOS-Things-master/components/SDL2/include/
A DSDL_shape.h121 … SDLCALL SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
136 …n DECLSPEC int SDLCALL SDL_GetShapedWindowMode(SDL_Window *window,SDL_WindowShapeMode *shape_mode);
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsshape.c65 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape() argument
71 ((shape->format->Amask == 0) && (shape_mode->mode != ShapeModeColorKey)) || in Win32_SetWindowShape()
80 data->mask_tree = SDL_CalculateShapeTree(*shape_mode,shape); in Win32_SetWindowShape()
A DSDL_windowsshape.h37 … Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11shape.c85 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape() argument
94 if(shape->format->Amask == 0 && SDL_SHAPEMODEALPHA(shape_mode->mode)) in X11_SetWindowShape()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoashape.h40 … Cocoa_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
A DSDL_cocoashape.m75 Cocoa_SetWindowShape(SDL_WindowShaper *shaper, SDL_Surface *shape, SDL_WindowShapeMode *shape_mode)
92 data->shape = SDL_CalculateShapeTree(*shape_mode,shape);
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_shape.c69 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode in DirectFB_SetWindowShape() argument
73 if(shape->format->Amask == 0 && SDL_SHAPEMODEALPHA(shape_mode->mode)) in DirectFB_SetWindowShape()

Completed in 9 milliseconds