Searched defs:DisplayAttributes (Results 1 – 1 of 1) sorted by relevance
71 struct DisplayAttributes { struct72 uint32_t vsync_period; //nanos73 uint32_t xres;74 uint32_t yres;75 uint32_t stride;76 float xdpi;77 float ydpi;78 int fd;79 bool connected; //Applies only to pluggable disp.82 bool isActive;[all …]