Searched refs:shape_mode (Results 1 – 9 of 9) sorted by relevance
/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() 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 D | SDL_sysvideo.h | 62 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_shape.h | 121 … 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 D | SDL_windowsshape.c | 65 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 D | SDL_windowsshape.h | 37 … Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11shape.c | 85 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 D | SDL_cocoashape.h | 40 … Cocoa_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
|
A D | SDL_cocoashape.m | 75 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 D | SDL_DirectFB_shape.c | 69 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