Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_shape.c247 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()
DSDL_sysvideo.h59 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsshape.c64 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()
DSDL_windowsshape.h37 … Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_shape.h120 … 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/
DSDL_DirectFB_shape.c72 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/
DSDL_x11shape.c90 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/
DSDL_cocoashape.h40 … Cocoa_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
DSDL_cocoashape.m75 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/
DSDL_mirvideo.c84 MIR_SetWindowShape(SDL_WindowShaper* shaper, SDL_Surface* shape, SDL_WindowShapeMode* shape_mode) in MIR_SetWindowShape() argument