Searched defs:DisplaySurface (Results 1 – 2 of 2) sorted by relevance
94 struct DisplaySurface { struct95 uint8_t flags;96 int width;97 int height;98 int linesize; /* bytes per line */122 DisplaySurface* (*create_displaysurface)(int width, int height); argument
169 typedef struct DisplaySurface DisplaySurface; typedef