Searched defs:SDL_VideoDevice (Results 1 – 1 of 1) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_sysvideo.h | 35 typedef struct SDL_VideoDevice SDL_VideoDevice; typedef 145 struct SDL_VideoDevice struct 149 const char *name; 158 int (*VideoInit) (_THIS); 164 void (*VideoQuit) (_THIS); 174 int (*GetDisplayBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); 179 …int (*GetDisplayDPI) (_THIS, SDL_VideoDisplay * display, float * ddpi, float * hdpi, float * vdpi); 184 int (*GetDisplayUsableBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); 189 void (*GetDisplayModes) (_THIS, SDL_VideoDisplay * display); 197 int (*SetDisplayMode) (_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode); [all …]
|