Home
last modified time | relevance | path

Searched refs:SetWindowOpacity (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.c118 device->SetWindowOpacity = DirectFB_SetWindowOpacity; in DirectFB_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h221 int (*SetWindowOpacity) (_THIS, SDL_Window * window, float opacity); member
A DSDL_video.c2448 if (!_this->SetWindowOpacity) { in SDL_SetWindowOpacity()
2458 retval = _this->SetWindowOpacity(_this, window, opacity); in SDL_SetWindowOpacity()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c157 device->SetWindowOpacity = WIN_SetWindowOpacity; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c244 device->SetWindowOpacity = X11_SetWindowOpacity; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m93 device->SetWindowOpacity = Cocoa_SetWindowOpacity;

Completed in 13 milliseconds