Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsshape.c51 HRGN mask_region = *((HRGN*)closure),temp_region = NULL; in CombineRectRegions() local
54temp_region = CreateRectRgn(node->data.shape.x,node->data.shape.y,node->data.shape.x + node->data.… in CombineRectRegions()
56 CombineRgn(mask_region,mask_region,temp_region,RGN_OR); in CombineRectRegions()
57 DeleteObject(temp_region); in CombineRectRegions()
60 *((HRGN*)closure) = temp_region; in CombineRectRegions()

Completed in 3 milliseconds