SDL  2.0
SDL_windowsshape.c
Go to the documentation of this file.
1 /*
2  Simple DirectMedia Layer
3  Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org>
4 
5  This software is provided 'as-is', without any express or implied
6  warranty. In no event will the authors be held liable for any damages
7  arising from the use of this software.
8 
9  Permission is granted to anyone to use this software for any purpose,
10  including commercial applications, and to alter it and redistribute it
11  freely, subject to the following restrictions:
12 
13  1. The origin of this software must not be misrepresented; you must not
14  claim that you wrote the original software. If you use this software
15  in a product, an acknowledgment in the product documentation would be
16  appreciated but is not required.
17  2. Altered source versions must be plainly marked as such, and must not be
18  misrepresented as being the original software.
19  3. This notice may not be removed or altered from any source distribution.
20 */
21 #include "../../SDL_internal.h"
22 
23 #if SDL_VIDEO_DRIVER_WINDOWS
24 
25 #include "SDL_assert.h"
26 #include "SDL_windowsshape.h"
27 #include "SDL_windowsvideo.h"
28 
31  int resized_properly;
33  result->window = window;
34  result->mode.mode = ShapeModeDefault;
35  result->mode.parameters.binarizationCutoff = 1;
36  result->userx = result->usery = 0;
37  result->hasshape = SDL_FALSE;
38  result->driverdata = (SDL_ShapeData*)SDL_malloc(sizeof(SDL_ShapeData));
39  ((SDL_ShapeData*)result->driverdata)->mask_tree = NULL;
40  /* Put some driver-data here. */
41  window->shaper = result;
42  resized_properly = Win32_ResizeWindowShape(window);
43  if (resized_properly != 0)
44  return NULL;
45 
46  return result;
47 }
48 
49 static void
50 CombineRectRegions(SDL_ShapeTree* node,void* closure) {
51  HRGN mask_region = *((HRGN*)closure),temp_region = NULL;
52  if(node->kind == OpaqueShape) {
53  /* Win32 API regions exclude their outline, so we widen the region by one pixel in each direction to include the real outline. */
54  temp_region = CreateRectRgn(node->data.shape.x,node->data.shape.y,node->data.shape.x + node->data.shape.w + 1,node->data.shape.y + node->data.shape.h + 1);
55  if(mask_region != NULL) {
56  CombineRgn(mask_region,mask_region,temp_region,RGN_OR);
57  DeleteObject(temp_region);
58  }
59  else
60  *((HRGN*)closure) = temp_region;
61  }
62 }
63 
64 int
67  HRGN mask_region = NULL;
68 
69  if( (shaper == NULL) ||
70  (shape == NULL) ||
71  ((shape->format->Amask == 0) && (shape_mode->mode != ShapeModeColorKey)) ||
72  (shape->w != shaper->window->w) ||
73  (shape->h != shaper->window->h) ) {
75  }
76 
77  data = (SDL_ShapeData*)shaper->driverdata;
78  if(data->mask_tree != NULL)
79  SDL_FreeShapeTree(&data->mask_tree);
80  data->mask_tree = SDL_CalculateShapeTree(*shape_mode,shape);
81 
82  SDL_TraverseShapeTree(data->mask_tree,&CombineRectRegions,&mask_region);
83  SDL_assert(mask_region != NULL);
84 
85  SetWindowRgn(((SDL_WindowData *)(shaper->window->driverdata))->hwnd, mask_region, TRUE);
86 
87  return 0;
88 }
89 
90 int
93 
94  if (window == NULL)
95  return -1;
96  data = (SDL_ShapeData *)window->shaper->driverdata;
97  if (data == NULL)
98  return -1;
99 
100  if(data->mask_tree != NULL)
101  SDL_FreeShapeTree(&data->mask_tree);
102  if(window->shaper->hasshape == SDL_TRUE) {
103  window->shaper->userx = window->x;
104  window->shaper->usery = window->y;
105  SDL_SetWindowPosition(window,-1000,-1000);
106  }
107 
108  return 0;
109 }
110 
111 #endif /* SDL_VIDEO_DRIVER_WINDOWS */
SDL_ShapeUnion::shape
SDL_Rect shape
Definition: SDL_shape_internals.h:44
SDL_ShapeTree
Definition: SDL_shape_internals.h:49
SDL_CalculateShapeTree
SDL_ShapeTree * SDL_CalculateShapeTree(SDL_WindowShapeMode mode, SDL_Surface *shape)
Definition: SDL_shape.c:213
SDL_Surface
A collection of pixels used in software blitting.
Definition: SDL_surface.h:71
SDL_FreeShapeTree
void SDL_FreeShapeTree(SDL_ShapeTree **shape_tree)
Definition: SDL_shape.c:246
if
set set set set set set set macro pixldst1 abits if abits op else op endif endm macro pixldst2 abits if abits op else op endif endm macro pixldst4 abits if abits op else op endif endm macro pixldst0 abits op endm macro pixldst3 mem_operand op endm macro pixldst30 mem_operand op endm macro pixldst abits if abits elseif abits elseif abits elseif abits elseif abits pixldst0 abits else pixldst0 abits pixldst0 abits pixldst0 abits pixldst0 abits endif elseif abits else pixldst0 abits pixldst0 abits endif elseif abits else error unsupported bpp *numpix else pixst endif endm macro pixld1_s mem_operand if asr adds SRC_WIDTH_FIXED bpl add asl mov asr adds SRC_WIDTH_FIXED bpl add asl mov asr adds SRC_WIDTH_FIXED bpl add asl mov asr adds SRC_WIDTH_FIXED bpl add asl elseif asr adds SRC_WIDTH_FIXED bpl add asl mov asr adds SRC_WIDTH_FIXED bpl add asl else error unsupported endif endm macro pixld2_s mem_operand if mov asr add asl add asl mov asr sub UNIT_X add asl mov asr add asl add asl mov asr add UNIT_X add asl else pixld1_s mem_operand pixld1_s mem_operand endif endm macro pixld0_s mem_operand if asr adds SRC_WIDTH_FIXED bpl add asl elseif asr adds SRC_WIDTH_FIXED bpl add asl endif endm macro pixld_s_internal mem_operand if mem_operand pixld2_s mem_operand pixdeinterleave basereg elseif mem_operand elseif mem_operand elseif mem_operand elseif mem_operand pixld0_s mem_operand else pixld0_s mem_operand pixld0_s mem_operand pixld0_s mem_operand pixld0_s mem_operand endif elseif mem_operand else pixld0_s mem_operand pixld0_s mem_operand endif elseif mem_operand else error unsupported mem_operand if bpp mem_operand endif endm macro vuzp8 reg2 vuzp d d &reg2 endm macro vzip8 reg2 vzip d d &reg2 endm macro pixdeinterleave basereg basereg basereg basereg basereg endif endm macro pixinterleave basereg basereg basereg basereg basereg endif endm macro PF boost_increment endif if endif PF tst PF addne PF subne PF cmp ORIG_W if endif if endif if endif PF subge ORIG_W PF subges if endif if endif if endif endif endm macro cache_preload_simple endif if dst_r_bpp pld[DST_R, #(PREFETCH_DISTANCE_SIMPLE *dst_r_bpp/8)] endif if mask_bpp pld if[MASK, #(PREFETCH_DISTANCE_SIMPLE *mask_bpp/8)] endif endif endm macro fetch_mask_pixblock pixld mask_basereg pixblock_size MASK endm macro ensure_destination_ptr_alignment process_pixblock_tail_head if beq irp skip1(dst_w_bpp<=(lowbit *8)) &&((lowbit *8)<(pixblock_size *dst_w_bpp)) .if lowbit< 16 tst DST_R
Definition: pixman-arm-neon-asm.h:469
NULL
#define NULL
Definition: begin_code.h:167
TRUE
#define TRUE
Definition: edid-parse.c:33
SDL_ShapeTree::kind
SDL_ShapeKind kind
Definition: SDL_shape_internals.h:50
SDL_Surface::w
int w
Definition: SDL_surface.h:74
SDL_WindowData
Definition: SDL_androidwindow.h:39
SDL_Rect::x
int x
Definition: SDL_rect.h:79
result
GLuint64EXT * result
Definition: SDL_opengl_glext.h:9435
data
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
Definition: SDL_opengl.h:1974
SDL_Rect::w
int w
Definition: SDL_rect.h:80
SDL_WindowShaper::window
SDL_Window * window
Definition: SDL_sysvideo.h:44
SDL_Window
The type used to identify a window.
Definition: SDL_sysvideo.h:75
SDL_INVALID_SHAPE_ARGUMENT
#define SDL_INVALID_SHAPE_ARGUMENT
Definition: SDL_shape.h:43
SDL_WindowShapeMode
A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its contents.
Definition: SDL_shape.h:101
OpaqueShape
@ OpaqueShape
Definition: SDL_shape_internals.h:47
SDL_ShapeData
Definition: SDL_cocoashape.h:32
SDL_WindowShapeMode::mode
WindowShapeMode mode
The mode of these window-shape parameters.
Definition: SDL_shape.h:103
SDL_Window::w
int w
Definition: SDL_sysvideo.h:81
SDL_windowsshape.h
SDL_windowsvideo.h
window
EGLSurface EGLNativeWindowType * window
Definition: eglext.h:1025
SDL_Rect::y
int y
Definition: SDL_rect.h:79
SDL_Rect::h
int h
Definition: SDL_rect.h:80
SDL_assert.h
SDL_PixelFormat::Amask
Uint32 Amask
Definition: SDL_pixels.h:328
SDL_TRUE
@ SDL_TRUE
Definition: SDL_stdinc.h:164
ShapeModeColorKey
@ ShapeModeColorKey
A color key is applied.
Definition: SDL_shape.h:88
SDL_assert
#define SDL_assert(condition)
Definition: SDL_assert.h:169
Win32_ResizeWindowShape
int Win32_ResizeWindowShape(SDL_Window *window)
SDL_Window::h
int h
Definition: SDL_sysvideo.h:81
SDL_WindowShaper
Definition: SDL_sysvideo.h:42
SDL_Surface::h
int h
Definition: SDL_surface.h:74
SDL_Window::driverdata
void * driverdata
Definition: SDL_sysvideo.h:112
SDL_ShapeTree::data
SDL_ShapeUnion data
Definition: SDL_shape_internals.h:51
Win32_CreateShaper
SDL_WindowShaper * Win32_CreateShaper(SDL_Window *window)
SDL_TraverseShapeTree
void SDL_TraverseShapeTree(SDL_ShapeTree *tree, SDL_TraversalFunction function, void *closure)
Definition: SDL_shape.c:232
SDL_FALSE
@ SDL_FALSE
Definition: SDL_stdinc.h:163
SDL_malloc
#define SDL_malloc
Definition: SDL_dynapi_overrides.h:374
ShapeModeDefault
@ ShapeModeDefault
The default mode, a binarized alpha cutoff of 1.
Definition: SDL_shape.h:82
Win32_SetWindowShape
int Win32_SetWindowShape(SDL_WindowShaper *shaper, SDL_Surface *shape, SDL_WindowShapeMode *shape_mode)
SDL_WindowShaper::driverdata
void * driverdata
Definition: SDL_sysvideo.h:55
SDL_SetWindowPosition
#define SDL_SetWindowPosition
Definition: SDL_dynapi_overrides.h:524
SDL_Surface::format
SDL_PixelFormat * format
Definition: SDL_surface.h:73