Searched refs:SDL_CalculateShapeTree (Results 1 – 4 of 4) sorted by relevance
57 extern SDL_ShapeTree* SDL_CalculateShapeTree(SDL_WindowShapeMode mode,SDL_Surface* shape);
213 SDL_CalculateShapeTree(SDL_WindowShapeMode mode,SDL_Surface* shape) in SDL_CalculateShapeTree() function
80 data->mask_tree = SDL_CalculateShapeTree(*shape_mode,shape); in Win32_SetWindowShape()
92 data->shape = SDL_CalculateShapeTree(*shape_mode,shape);
Completed in 4 milliseconds