Home
last modified time | relevance | path

Searched refs:SetWindowTitle (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc74 device->SetWindowTitle = HAIKU_SetWindowTitle; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclvideo.c111 device->SetWindowTitle = NACL_SetWindowTitle; in NACL_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.c128 device->SetWindowTitle = Android_SetWindowTitle; in Android_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.c118 device->SetWindowTitle = PSP_SetWindowTitle; in PSP_Create()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.c97 device->SetWindowTitle = Emscripten_SetWindowTitle; in Emscripten_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.c93 device->SetWindowTitle = VIVANTE_SetWindowTitle; in VIVANTE_Create()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.c114 device->SetWindowTitle = DirectFB_SetWindowTitle; in DirectFB_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c119 device->SetWindowTitle = RPI_SetWindowTitle; in RPI_Create()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h214 void (*SetWindowTitle) (_THIS, SDL_Window * window); member
A DSDL_video.c1752 if (_this->SetWindowTitle && window->title) { in SDL_RecreateWindow()
1753 _this->SetWindowTitle(_this, window); in SDL_RecreateWindow()
1819 if (_this->SetWindowTitle) { in SDL_SetWindowTitle()
1820 _this->SetWindowTitle(_this, window); in SDL_SetWindowTitle()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c152 device->SetWindowTitle = WIN_SetWindowTitle; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c237 device->SetWindowTitle = X11_SetWindowTitle; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m87 device->SetWindowTitle = Cocoa_SetWindowTitle;
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.c191 device->SetWindowTitle = Wayland_SetWindowTitle; in Wayland_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvideo.m96 device->SetWindowTitle = UIKit_SetWindowTitle;
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c107 device->SetWindowTitle = PND_setwindowtitle; in PND_create()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c198 device->SetWindowTitle = KMSDRM_SetWindowTitle; in KMSDRM_CreateDevice()

Completed in 25 milliseconds