Home
last modified time | relevance | path

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

/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()
A DSDL_sysvideo.h61 SDL_WindowShaper *(*CreateShaper)(SDL_Window * window); member
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc96 device->shape_driver.CreateShaper = 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()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c179 device->shape_driver.CreateShaper = Win32_CreateShaper; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c266 device->shape_driver.CreateShaper = X11_CreateShaper; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m111 device->shape_driver.CreateShaper = Cocoa_CreateShaper;

Completed in 9 milliseconds