Home
last modified time | relevance | path

Searched refs:SetWindowIcon (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc75 device->SetWindowIcon = HAIKU_SetWindowIcon; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.c119 device->SetWindowIcon = PSP_SetWindowIcon; in PSP_Create()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.c115 device->SetWindowIcon = DirectFB_SetWindowIcon; in DirectFB_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c120 device->SetWindowIcon = RPI_SetWindowIcon; in RPI_Create()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h215 void (*SetWindowIcon) (_THIS, SDL_Window * window, SDL_Surface * icon); member
A DSDL_video.c1756 if (_this->SetWindowIcon && window->icon) { in SDL_RecreateWindow()
1757 _this->SetWindowIcon(_this, window, window->icon); in SDL_RecreateWindow()
1849 if (_this->SetWindowIcon) { in SDL_SetWindowIcon()
1850 _this->SetWindowIcon(_this, window, window->icon); in SDL_SetWindowIcon()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c153 device->SetWindowIcon = WIN_SetWindowIcon; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c238 device->SetWindowIcon = X11_SetWindowIcon; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m88 device->SetWindowIcon = Cocoa_SetWindowIcon;
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c108 device->SetWindowIcon = PND_setwindowicon; in PND_create()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c199 device->SetWindowIcon = KMSDRM_SetWindowIcon; in KMSDRM_CreateDevice()

Completed in 20 milliseconds