Searched refs:CreateShaper (Results 1 – 7 of 7) sorted by relevance
38 if (SDL_GetVideoDevice()->shape_driver.CreateShaper == NULL) { in SDL_CreateShapedWindow()42 result->shaper = SDL_GetVideoDevice()->shape_driver.CreateShaper(result); in SDL_CreateShapedWindow()
61 SDL_WindowShaper *(*CreateShaper)(SDL_Window * window); member
96 device->shape_driver.CreateShaper = NULL; in HAIKU_CreateDevice()
145 device->shape_driver.CreateShaper = DirectFB_CreateShaper; in DirectFB_CreateDevice()
179 device->shape_driver.CreateShaper = Win32_CreateShaper; in WIN_CreateDevice()
266 device->shape_driver.CreateShaper = X11_CreateShaper; in X11_CreateDevice()
111 device->shape_driver.CreateShaper = Cocoa_CreateShaper;
Completed in 10 milliseconds