Home
last modified time | relevance | path

Searched refs:SetWindowShape (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc96 device->shape_driver.SetWindowShape = NULL; in BE_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h59 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode); member
DSDL_shape.c259 result = SDL_GetVideoDevice()->shape_driver.SetWindowShape(window->shaper,shape,shape_mode); in SDL_SetWindowShape()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c199 device->shape_driver.SetWindowShape = MIR_SetWindowShape; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_video.c152 device->shape_driver.SetWindowShape = DirectFB_SetWindowShape; in DirectFB_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c162 device->shape_driver.SetWindowShape = Win32_SetWindowShape; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoavideo.m109 device->shape_driver.SetWindowShape = Cocoa_SetWindowShape;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c262 device->shape_driver.SetWindowShape = X11_SetWindowShape; in X11_CreateDevice()