Searched defs:icon (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/ |
A D | app.json | 17 "icon": "resource/image/netconfig.png", string 23 "icon": "resource/image/linklp.png", string 29 "icon": "resource/image/iot_studio.png", string
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_window.h | 47 IDirectFBSurface *icon; member
|
A D | SDL_DirectFB_window.c | 196 DirectFB_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in DirectFB_SetWindowIcon()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testsprite2.c | 286 const char *icon = "icon.bmp"; in main() local
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 771 SDL_Surface *icon; in SDLTest_LoadIcon() local 1081 SDL_Surface *icon = SDLTest_LoadIcon(state->window_icon); in SDLTest_CommonInit() local
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspvideo.c | 248 PSP_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in PSP_SetWindowIcon()
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bwindow.cc | 128 void HAIKU_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) { in HAIKU_SetWindowIcon()
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpivideo.c | 396 RPI_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in RPI_SetWindowIcon()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/aircraftBattle/ |
A D | aircraftBattle.h | 24 icon_t *icon; member
|
/AliOS-Things-master/components/SDL2/src/video/pandora/ |
A D | SDL_pandora.c | 254 PND_setwindowicon(_THIS, SDL_Window * window, SDL_Surface * icon) in PND_setwindowicon()
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmvideo.c | 879 KMSDRM_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in KMSDRM_SetWindowIcon()
|
/AliOS-Things-master/components/drivers/external_device/sh1106/src/ |
A D | sh1106.c | 366 void OLED_Icon_Draw(int16_t x, int16_t y, icon_t *icon, uint8_t mode) in OLED_Icon_Draw()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmessagebox.c | 560 Uint16 icon = 0; in WIN_ShowOldMessageBox() local
|
A D | SDL_windowswindow.c | 448 WIN_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in WIN_SetWindowIcon()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_sysvideo.h | 79 SDL_Surface *icon; member
|
A D | SDL_video.c | 1833 SDL_SetWindowIcon(SDL_Window * window, SDL_Surface * icon) in SDL_SetWindowIcon()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 763 X11_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in X11_SetWindowIcon()
|
Completed in 33 milliseconds