Home
last modified time | relevance | path

Searched refs:HideWindow (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc79 device->HideWindow = HAIKU_HideWindow; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.c123 device->HideWindow = PSP_HideWindow; in PSP_Create()
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dvideo.c338 device->HideWindow = hideWindow; in createDevice()
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.c97 device->HideWindow = VIVANTE_HideWindow; in VIVANTE_Create()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.c120 device->HideWindow = DirectFB_HideWindow; in DirectFB_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c124 device->HideWindow = RPI_HideWindow; in RPI_Create()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h225 void (*HideWindow) (_THIS, SDL_Window * window); member
A DSDL_video.c2238 if (_this->HideWindow) { in SDL_HideWindow()
2239 _this->HideWindow(_this, window); in SDL_HideWindow()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c159 device->HideWindow = WIN_HideWindow; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c248 device->HideWindow = X11_HideWindow; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m95 device->HideWindow = Cocoa_HideWindow;
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvideo.m98 device->HideWindow = UIKit_HideWindow;
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c112 device->HideWindow = PND_hidewindow; in PND_create()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c203 device->HideWindow = KMSDRM_HideWindow; in KMSDRM_CreateDevice()

Completed in 22 milliseconds