Searched refs:shape_mode (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_shape.c | 247 SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) in SDL_SetWindowShape() argument 257 if(shape_mode != NULL) in SDL_SetWindowShape() 258 window->shaper->mode = *shape_mode; in SDL_SetWindowShape() 259 result = SDL_GetVideoDevice()->shape_driver.SetWindowShape(window->shaper,shape,shape_mode); in SDL_SetWindowShape() 278 SDL_GetShapedWindowMode(SDL_Window *window,SDL_WindowShapeMode *shape_mode) in SDL_GetShapedWindowMode() argument 281 if(shape_mode == NULL) { in SDL_GetShapedWindowMode() 290 *shape_mode = window->shaper->mode; in SDL_GetShapedWindowMode()
|
D | SDL_sysvideo.h | 59 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsshape.c | 64 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape() argument 70 ((shape->format->Amask == 0) && (shape_mode->mode != ShapeModeColorKey)) || in Win32_SetWindowShape() 79 data->mask_tree = SDL_CalculateShapeTree(*shape_mode,shape); in Win32_SetWindowShape()
|
D | SDL_windowsshape.h | 37 … Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_shape.h | 120 … SDLCALL SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode); 135 …n DECLSPEC int SDLCALL SDL_GetShapedWindowMode(SDL_Window *window,SDL_WindowShapeMode *shape_mode);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_shape.c | 72 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape() argument 76 if(shape->format->Amask == 0 && SDL_SHAPEMODEALPHA(shape_mode->mode)) in DirectFB_SetWindowShape()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11shape.c | 90 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape() argument 99 if(shape->format->Amask == 0 && SDL_SHAPEMODEALPHA(shape_mode->mode)) in X11_SetWindowShape()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoashape.h | 40 … Cocoa_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
|
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);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirvideo.c | 84 MIR_SetWindowShape(SDL_WindowShaper* shaper, SDL_Surface* shape, SDL_WindowShapeMode* shape_mode) in MIR_SetWindowShape() argument
|