Home
last modified time | relevance | path

Searched refs:SDL_WindowShaper (Results 1 – 25 of 60) sorted by relevance

123

/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowsshape.c29 SDL_WindowShaper*
32 SDL_WindowShaper* result = (SDL_WindowShaper *)SDL_malloc(sizeof(SDL_WindowShaper)); in Win32_CreateShaper()
64 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
H A DSDL_windowsshape.h36 extern SDL_WindowShaper* Win32_CreateShaper(SDL_Window * window);
37 extern int Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *sh…
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowsshape.c29 SDL_WindowShaper*
32 SDL_WindowShaper* result = (SDL_WindowShaper *)SDL_malloc(sizeof(SDL_WindowShaper)); in Win32_CreateShaper()
64 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
H A DSDL_windowsshape.h36 extern SDL_WindowShaper* Win32_CreateShaper(SDL_Window * window);
37 extern int Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *sh…
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/windows/
H A DSDL_windowsshape.c29 SDL_WindowShaper*
32 SDL_WindowShaper* result = (SDL_WindowShaper *)SDL_malloc(sizeof(SDL_WindowShaper)); in Win32_CreateShaper()
64 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/windows/
H A DSDL_windowsshape.c29 SDL_WindowShaper*
32 SDL_WindowShaper* result = (SDL_WindowShaper *)SDL_malloc(sizeof(SDL_WindowShaper)); in Win32_CreateShaper()
64 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
/dports/x11/controllermap/SDL2-2.0.18/src/video/windows/
H A DSDL_windowsshape.c28 SDL_WindowShaper*
31 SDL_WindowShaper* result = (SDL_WindowShaper *)SDL_malloc(sizeof(SDL_WindowShaper)); in Win32_CreateShaper()
64 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
/dports/devel/sdl20/SDL2-2.0.18/src/video/windows/
H A DSDL_windowsshape.c28 SDL_WindowShaper*
31 SDL_WindowShaper* result = (SDL_WindowShaper *)SDL_malloc(sizeof(SDL_WindowShaper)); in Win32_CreateShaper()
64 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
/dports/devel/sdl20/SDL2-2.0.18/src/video/x11/
H A DSDL_x11shape.c30 SDL_WindowShaper*
32 SDL_WindowShaper* result = NULL; in X11_CreateShaper()
38 result = SDL_malloc(sizeof(SDL_WindowShaper)); in X11_CreateShaper()
84 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/x11/
H A DSDL_x11shape.c31 SDL_WindowShaper*
33 SDL_WindowShaper* result = NULL; in X11_CreateShaper()
39 result = malloc(sizeof(SDL_WindowShaper)); in X11_CreateShaper()
85 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape()
/dports/x11/controllermap/SDL2-2.0.18/src/video/x11/
H A DSDL_x11shape.c30 SDL_WindowShaper*
32 SDL_WindowShaper* result = NULL; in X11_CreateShaper()
38 result = SDL_malloc(sizeof(SDL_WindowShaper)); in X11_CreateShaper()
84 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/directfb/
H A DSDL_DirectFB_shape.c37 SDL_WindowShaper*
39 SDL_WindowShaper* result = NULL; in DirectFB_CreateShaper()
41 result = malloc(sizeof(SDL_WindowShaper)); in DirectFB_CreateShaper()
72 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/x11/
H A DSDL_x11shape.c36 SDL_WindowShaper*
38 SDL_WindowShaper* result = NULL; in X11_CreateShaper()
44 result = malloc(sizeof(SDL_WindowShaper)); in X11_CreateShaper()
90 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/directfb/
H A DSDL_DirectFB_shape.c37 SDL_WindowShaper*
39 SDL_WindowShaper* result = NULL; in DirectFB_CreateShaper()
41 result = malloc(sizeof(SDL_WindowShaper)); in DirectFB_CreateShaper()
72 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/x11/
H A DSDL_x11shape.c36 SDL_WindowShaper*
38 SDL_WindowShaper* result = NULL; in X11_CreateShaper()
44 result = malloc(sizeof(SDL_WindowShaper)); in X11_CreateShaper()
90 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/directfb/
H A DSDL_DirectFB_shape.c37 SDL_WindowShaper*
39 SDL_WindowShaper* result = NULL; in DirectFB_CreateShaper()
41 result = malloc(sizeof(SDL_WindowShaper)); in DirectFB_CreateShaper()
72 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/x11/
H A DSDL_x11shape.c36 SDL_WindowShaper*
38 SDL_WindowShaper* result = NULL; in X11_CreateShaper()
44 result = malloc(sizeof(SDL_WindowShaper)); in X11_CreateShaper()
90 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/directfb/
H A DSDL_DirectFB_shape.c32 SDL_WindowShaper*
34 SDL_WindowShaper* result = NULL; in DirectFB_CreateShaper()
38 result = malloc(sizeof(SDL_WindowShaper)); in DirectFB_CreateShaper()
69 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
/dports/x11/controllermap/SDL2-2.0.18/src/video/directfb/
H A DSDL_DirectFB_shape.c31 SDL_WindowShaper*
33 SDL_WindowShaper* result = NULL; in DirectFB_CreateShaper()
37 result = SDL_malloc(sizeof(SDL_WindowShaper)); in DirectFB_CreateShaper()
68 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
/dports/devel/sdl20/SDL2-2.0.18/src/video/directfb/
H A DSDL_DirectFB_shape.c31 SDL_WindowShaper*
33 SDL_WindowShaper* result = NULL; in DirectFB_CreateShaper()
37 result = SDL_malloc(sizeof(SDL_WindowShaper)); in DirectFB_CreateShaper()
68 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
/dports/x11/controllermap/SDL2-2.0.18/src/video/cocoa/
H A DSDL_cocoashape.m30 SDL_WindowShaper*
38 SDL_WindowShaper* result = (SDL_WindowShaper *)SDL_malloc(sizeof(SDL_WindowShaper));
73 Cocoa_SetWindowShape(SDL_WindowShaper *shaper, SDL_Surface *shape, SDL_WindowShapeMode *shape_mode)
/dports/devel/sdl20/SDL2-2.0.18/src/video/cocoa/
H A DSDL_cocoashape.m30 SDL_WindowShaper*
38 SDL_WindowShaper* result = (SDL_WindowShaper *)SDL_malloc(sizeof(SDL_WindowShaper));
73 Cocoa_SetWindowShape(SDL_WindowShaper *shaper, SDL_Surface *shape, SDL_WindowShapeMode *shape_mode)
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_sysvideo.h32 typedef struct SDL_WindowShaper SDL_WindowShaper; typedef
38 struct SDL_WindowShaper struct
58 SDL_WindowShaper *(*CreateShaper)(SDL_Window * window); argument
59 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
102 SDL_WindowShaper *shaper;
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_sysvideo.h32 typedef struct SDL_WindowShaper SDL_WindowShaper; typedef
38 struct SDL_WindowShaper struct
58 SDL_WindowShaper *(*CreateShaper)(SDL_Window * window); argument
59 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
102 SDL_WindowShaper *shaper;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/
H A DSDL_sysvideo.h32 typedef struct SDL_WindowShaper SDL_WindowShaper; typedef
38 struct SDL_WindowShaper struct
58 SDL_WindowShaper *(*CreateShaper)(SDL_Window * window); argument
59 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
102 SDL_WindowShaper *shaper;

123