Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsshape.c38 result->driverdata = (SDL_ShapeData*)SDL_malloc(sizeof(SDL_ShapeData)); in Win32_CreateShaper()
39 ((SDL_ShapeData*)result->driverdata)->mask_tree = NULL; in Win32_CreateShaper()
66 SDL_ShapeData *data; in Win32_SetWindowShape()
77 data = (SDL_ShapeData*)shaper->driverdata; in Win32_SetWindowShape()
92 SDL_ShapeData* data; in Win32_ResizeWindowShape()
96 data = (SDL_ShapeData *)window->shaper->driverdata; in Win32_ResizeWindowShape()
A DSDL_windowsshape.h34 } SDL_ShapeData; typedef
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11shape.c34 SDL_ShapeData* data = NULL; in X11_CreateShaper()
44 data = SDL_malloc(sizeof(SDL_ShapeData)); in X11_CreateShaper()
59 SDL_ShapeData* data = window->shaper->driverdata; in X11_ResizeWindowShape()
86 SDL_ShapeData *data = NULL; in X11_SetWindowShape()
A DSDL_x11shape.h33 } SDL_ShapeData; typedef
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_shape.c35 SDL_ShapeData* data; in DirectFB_CreateShaper()
43 data = SDL_malloc(sizeof(SDL_ShapeData)); in DirectFB_CreateShaper()
55 SDL_ShapeData* data = window->shaper->driverdata; in DirectFB_ResizeWindowShape()
87 SDL_ShapeData *data = shaper->driverdata; in DirectFB_SetWindowShape()
A DSDL_DirectFB_shape.h32 } SDL_ShapeData; typedef
A DSDL_DirectFB_window.c425 SDL_ShapeData *data = window->shaper->driverdata; in DirectFB_DestroyWindow()
A DSDL_DirectFB_render.c837 SDL_ShapeData *shape_data = (window->shaper ? window->shaper->driverdata : NULL); in DirectFB_RenderPresent()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoashape.m47 SDL_ShapeData* data = malloc(sizeof(SDL_ShapeData));
78 SDL_ShapeData* data = (SDL_ShapeData*)shaper->driverdata;
106 SDL_ShapeData* data = window->shaper->driverdata;
A DSDL_cocoashape.h37 } SDL_ShapeData; typedef

Completed in 11 milliseconds