Home
last modified time | relevance | path

Searched defs:DisplaySurface (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dconsole.h94 struct DisplaySurface { struct
95 uint8_t flags;
96 int width;
97 int height;
98 int linesize; /* bytes per line */
122 DisplaySurface* (*create_displaysurface)(int width, int height); argument
Dqemu-common.h169 typedef struct DisplaySurface DisplaySurface; typedef