Home
last modified time | relevance | path

Searched defs:SDL_VideoData (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.h77 Display *display;
78 char *classname;
79 pid_t pid;
80 XIM im;
82 int numwindows;
89 SDL_bool net_wm;
115 Atom PRIMARY;
116 Atom XdndEnter;
118 Atom XdndStatus;
121 Atom XdndDrop;
[all …]
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclvideo.h37 typedef struct SDL_VideoData { struct
38 Uint32 format;
62 } SDL_VideoData; argument
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.h128 int render;
133 void* userDLL;
138 void* shcoreDLL;
149 HWND ime_hwnd_main;
151 HIMC ime_himc;
155 int ime_cursor;
159 DWORD ime_candcount;
160 DWORD ime_candref;
161 DWORD ime_candsel;
162 UINT ime_candpgsize;
[all …]
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.h100 typedef struct SDL_VideoData struct
111 } SDL_VideoData; argument
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.h36 typedef struct SDL_VideoData struct
41 } SDL_VideoData; argument
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.h30 typedef struct SDL_VideoData struct
37 } SDL_VideoData; typedef
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.h30 typedef struct SDL_VideoData struct
37 } SDL_VideoData; argument
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo_cpp.h44 typedef struct SDL_VideoData { struct
60 } SDL_VideoData; argument
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.h38 typedef struct SDL_VideoData struct
47 } SDL_VideoData; argument
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.h36 typedef struct SDL_VideoData struct
52 } SDL_VideoData; typedef
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.h33 typedef struct SDL_VideoData struct
36 } SDL_VideoData; argument
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvideo.m45 @implementation SDL_VideoData implementation
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.h84 } SDL_VideoData; typedef

Completed in 11 milliseconds