Home
last modified time | relevance | path

Searched refs:shape_driver (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc96 device->shape_driver.CreateShaper = NULL; in HAIKU_CreateDevice()
97 device->shape_driver.SetWindowShape = NULL; in HAIKU_CreateDevice()
98 device->shape_driver.ResizeWindowShape = NULL; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.c145 device->shape_driver.CreateShaper = DirectFB_CreateShaper; in DirectFB_CreateDevice()
146 device->shape_driver.SetWindowShape = DirectFB_SetWindowShape; in DirectFB_CreateDevice()
147 device->shape_driver.ResizeWindowShape = DirectFB_ResizeWindowShape; in DirectFB_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape.c38 if (SDL_GetVideoDevice()->shape_driver.CreateShaper == NULL) { in SDL_CreateShapedWindow()
42 result->shaper = SDL_GetVideoDevice()->shape_driver.CreateShaper(result); in SDL_CreateShapedWindow()
271 result = SDL_GetVideoDevice()->shape_driver.SetWindowShape(window->shaper,shape,shape_mode); in SDL_SetWindowShape()
A DSDL_sysvideo.h246 SDL_ShapeDriver shape_driver; member
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c179 device->shape_driver.CreateShaper = Win32_CreateShaper; in WIN_CreateDevice()
180 device->shape_driver.SetWindowShape = Win32_SetWindowShape; in WIN_CreateDevice()
181 device->shape_driver.ResizeWindowShape = Win32_ResizeWindowShape; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c266 device->shape_driver.CreateShaper = X11_CreateShaper; in X11_CreateDevice()
267 device->shape_driver.SetWindowShape = X11_SetWindowShape; in X11_CreateDevice()
268 device->shape_driver.ResizeWindowShape = X11_ResizeWindowShape; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m111 device->shape_driver.CreateShaper = Cocoa_CreateShaper;
112 device->shape_driver.SetWindowShape = Cocoa_SetWindowShape;
113 device->shape_driver.ResizeWindowShape = Cocoa_ResizeWindowShape;

Completed in 28 milliseconds