Searched refs:mask_tree (Results 1 – 2 of 2) sorted by relevance
39 ((SDL_ShapeData*)result->driverdata)->mask_tree = NULL; in Win32_CreateShaper()78 if(data->mask_tree != NULL) in Win32_SetWindowShape()79 SDL_FreeShapeTree(&data->mask_tree); in Win32_SetWindowShape()80 data->mask_tree = SDL_CalculateShapeTree(*shape_mode,shape); in Win32_SetWindowShape()82 SDL_TraverseShapeTree(data->mask_tree,&CombineRectRegions,&mask_region); in Win32_SetWindowShape()100 if(data->mask_tree != NULL) in Win32_ResizeWindowShape()101 SDL_FreeShapeTree(&data->mask_tree); in Win32_ResizeWindowShape()
33 SDL_ShapeTree *mask_tree; member
Completed in 3 milliseconds