/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_syswm.h | 44 struct SDL_SysWMinfo; 201 struct SDL_SysWMinfo struct 299 typedef struct SDL_SysWMinfo SDL_SysWMinfo; typedef 320 SDL_SysWMinfo * info);
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidwindow.h | 35 extern SDL_bool Android_GetWindowWMInfo(_THIS, SDL_Window *window, struct SDL_SysWMinfo *info);
|
A D | SDL_androidwindow.c | 193 Android_GetWindowWMInfo(_THIS, SDL_Window *window, SDL_SysWMinfo *info) in Android_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_syswm.c | 21 SDL_SysWMinfo info; in syswm_getWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitwindow.h | 38 struct SDL_SysWMinfo * info);
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bwindow.h | 49 struct SDL_SysWMinfo *info);
|
A D | SDL_bwindow.cc | 220 struct SDL_SysWMinfo *info) { in HAIKU_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/render/direct3d11/ |
A D | SDL_render_winrt.cpp | 54 SDL_SysWMinfo sdlWindowInfo; in D3D11_GetCoreWindowFromSDLRenderer()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_window.h | 75 struct SDL_SysWMinfo *info);
|
A D | SDL_DirectFB_render.c | 128 SDL_SysWMinfo wm_info; in get_dfb_surface() 129 SDL_memset(&wm_info, 0, sizeof(SDL_SysWMinfo)); in get_dfb_surface() 141 SDL_SysWMinfo wm_info; in get_dfb_window() 142 SDL_memset(&wm_info, 0, sizeof(SDL_SysWMinfo)); in get_dfb_window()
|
/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivantevideo.h | 84 struct SDL_SysWMinfo *info);
|
A D | SDL_vivantevideo.c | 387 VIVANTE_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo *info) in VIVANTE_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandwindow.h | 100 Wayland_GetWindowWMInfo(_THIS, SDL_Window * window, SDL_SysWMinfo * info);
|
/AliOS-Things-master/components/SDL2/src/video/pandora/ |
A D | SDL_pandora.h | 85 struct SDL_SysWMinfo *info);
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpivideo.h | 89 struct SDL_SysWMinfo *info);
|
A D | SDL_rpivideo.c | 442 RPI_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo *info)
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspvideo.h | 81 struct SDL_SysWMinfo *info);
|
A D | SDL_pspvideo.c | 298 PSP_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo *info)
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmvideo.h | 117 struct SDL_SysWMinfo *info);
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowswindow.h | 81 struct SDL_SysWMinfo *info);
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.h | 105 struct SDL_SysWMinfo *info);
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_sysvideo.h | 144 struct SDL_SysWMinfo; 250 struct SDL_SysWMinfo * info);
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.h | 150 extern SDL_bool Cocoa_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo *info);
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtvideo.cpp | 84 static SDL_bool WINRT_GetWindowWMInfo(_THIS, SDL_Window * window, SDL_SysWMinfo * info); 764 WINRT_GetWindowWMInfo(_THIS, SDL_Window * window, SDL_SysWMinfo * info) in WINRT_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_fcitx.c | 359 SDL_SysWMinfo info; in SDL_Fcitx_UpdateTextRect()
|