Searched refs:SetWindowTitle (Results 1 – 17 of 17) sorted by relevance
74 device->SetWindowTitle = HAIKU_SetWindowTitle; in HAIKU_CreateDevice()
111 device->SetWindowTitle = NACL_SetWindowTitle; in NACL_CreateDevice()
128 device->SetWindowTitle = Android_SetWindowTitle; in Android_CreateDevice()
118 device->SetWindowTitle = PSP_SetWindowTitle; in PSP_Create()
97 device->SetWindowTitle = Emscripten_SetWindowTitle; in Emscripten_CreateDevice()
93 device->SetWindowTitle = VIVANTE_SetWindowTitle; in VIVANTE_Create()
114 device->SetWindowTitle = DirectFB_SetWindowTitle; in DirectFB_CreateDevice()
119 device->SetWindowTitle = RPI_SetWindowTitle; in RPI_Create()
214 void (*SetWindowTitle) (_THIS, SDL_Window * window); member
1752 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()
152 device->SetWindowTitle = WIN_SetWindowTitle; in WIN_CreateDevice()
237 device->SetWindowTitle = X11_SetWindowTitle; in X11_CreateDevice()
87 device->SetWindowTitle = Cocoa_SetWindowTitle;
191 device->SetWindowTitle = Wayland_SetWindowTitle; in Wayland_CreateDevice()
96 device->SetWindowTitle = UIKit_SetWindowTitle;
107 device->SetWindowTitle = PND_setwindowtitle; in PND_create()
198 device->SetWindowTitle = KMSDRM_SetWindowTitle; in KMSDRM_CreateDevice()
Completed in 22 milliseconds