Searched defs:DisplayInfo (Results 1 – 3 of 3) sorted by relevance
28 struct DisplayInfo { struct29 uint32_t w;30 uint32_t h;31 PixelFormatInfo pixelFormatInfo;32 uint8_t orientation;33 uint8_t reserved[3];34 float fps;35 float density;36 float xdpi;37 float ydpi;
39 class DisplayInfo; variable
174 struct DisplayInfo { struct175 int32_t width;176 int32_t height;177 int32_t orientation;179 DisplayInfo() : in DisplayInfo() argument