Searched refs:SetWindowOpacity (Results 1 – 6 of 6) sorted by relevance
118 device->SetWindowOpacity = DirectFB_SetWindowOpacity; in DirectFB_CreateDevice()
221 int (*SetWindowOpacity) (_THIS, SDL_Window * window, float opacity); member
2448 if (!_this->SetWindowOpacity) { in SDL_SetWindowOpacity()2458 retval = _this->SetWindowOpacity(_this, window, opacity); in SDL_SetWindowOpacity()
157 device->SetWindowOpacity = WIN_SetWindowOpacity; in WIN_CreateDevice()
244 device->SetWindowOpacity = X11_SetWindowOpacity; in X11_CreateDevice()
93 device->SetWindowOpacity = Cocoa_SetWindowOpacity;
Completed in 21 milliseconds