Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsshape.c37 result->driverdata = (SDL_ShapeData*)SDL_malloc(sizeof(SDL_ShapeData)); in Win32_CreateShaper()
38 ((SDL_ShapeData*)result->driverdata)->mask_tree = NULL; in Win32_CreateShaper()
65 SDL_ShapeData *data; in Win32_SetWindowShape()
76 data = (SDL_ShapeData*)shaper->driverdata; in Win32_SetWindowShape()
91 SDL_ShapeData* data; in Win32_ResizeWindowShape()
95 data = (SDL_ShapeData *)window->shaper->driverdata; in Win32_ResizeWindowShape()
DSDL_windowsshape.h34 } SDL_ShapeData; typedef
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_shape.c46 SDL_ShapeData* data = SDL_malloc(sizeof(SDL_ShapeData)); in DirectFB_CreateShaper()
58 SDL_ShapeData* data = window->shaper->driverdata; in DirectFB_ResizeWindowShape()
90 SDL_ShapeData *data = shaper->driverdata; in DirectFB_SetWindowShape()
DSDL_DirectFB_shape.h32 } SDL_ShapeData; typedef
DSDL_DirectFB_window.c425 SDL_ShapeData *data = window->shaper->driverdata; in DirectFB_DestroyWindow()
DSDL_DirectFB_render.c1165 SDL_ShapeData *shape_data = (window->shaper ? window->shaper->driverdata : NULL); in DirectFB_RenderPresent()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11shape.c39 SDL_ShapeData* data = NULL; in X11_CreateShaper()
49 data = SDL_malloc(sizeof(SDL_ShapeData)); in X11_CreateShaper()
64 SDL_ShapeData* data = window->shaper->driverdata; in X11_ResizeWindowShape()
91 SDL_ShapeData *data = NULL; in X11_SetWindowShape()
DSDL_x11shape.h33 } SDL_ShapeData; typedef
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
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;
DSDL_cocoashape.h37 } SDL_ShapeData; typedef