Searched defs:DisplaySurface (Results 1 – 2 of 2) sorted by relevance
137 struct DisplaySurface { struct138 uint8_t flags;139 int width;140 int height;141 int linesize; /* bytes per line */142 uint8_t *data;144 struct PixelFormat pf;
261 typedef struct DisplaySurface DisplaySurface; typedef