Searched refs:mask_region (Results 1 – 1 of 1) sorted by relevance
50 HRGN mask_region = *((HRGN*)closure),temp_region = NULL; in CombineRectRegions() local54 if(mask_region != NULL) { in CombineRectRegions()55 CombineRgn(mask_region,mask_region,temp_region,RGN_OR); in CombineRectRegions()66 HRGN mask_region = NULL; in Win32_SetWindowShape() local81 SDL_TraverseShapeTree(data->mask_tree,&CombineRectRegions,&mask_region); in Win32_SetWindowShape()82 SDL_assert(mask_region != NULL); in Win32_SetWindowShape()84 SetWindowRgn(((SDL_WindowData *)(shaper->window->driverdata))->hwnd, mask_region, TRUE); in Win32_SetWindowShape()