Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsshape.c50 HRGN mask_region = *((HRGN*)closure),temp_region = NULL; in CombineRectRegions() local
53temp_region = CreateRectRgn(node->data.shape.x,node->data.shape.y,node->data.shape.x + node->data.… in CombineRectRegions()
55 CombineRgn(mask_region,mask_region,temp_region,RGN_OR); in CombineRectRegions()
56 DeleteObject(temp_region); in CombineRectRegions()
59 *((HRGN*)closure) = temp_region; in CombineRectRegions()