Searched refs:temp_region (Results 1 – 1 of 1) sorted by relevance
51 HRGN mask_region = *((HRGN*)closure),temp_region = NULL; in CombineRectRegions() local54 …temp_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 2 milliseconds