Searched refs:SetWindowShape (Results 1 – 8 of 8) sorted by relevance
96 device->shape_driver.SetWindowShape = NULL; in BE_CreateDevice()
59 …int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode); member
259 result = SDL_GetVideoDevice()->shape_driver.SetWindowShape(window->shaper,shape,shape_mode); in SDL_SetWindowShape()
199 device->shape_driver.SetWindowShape = MIR_SetWindowShape; in MIR_CreateDevice()
152 device->shape_driver.SetWindowShape = DirectFB_SetWindowShape; in DirectFB_CreateDevice()
162 device->shape_driver.SetWindowShape = Win32_SetWindowShape; in WIN_CreateDevice()
109 device->shape_driver.SetWindowShape = Cocoa_SetWindowShape;
262 device->shape_driver.SetWindowShape = X11_SetWindowShape; in X11_CreateDevice()