Lines Matching defs:DisplayAttributes
77 struct DisplayAttributes { struct
78 uint32_t vsync_period; //nanos
79 uint32_t xres;
80 uint32_t yres;
81 uint32_t stride;
82 float xdpi;
83 float ydpi;
84 int fd;
85 bool connected; //Applies only to pluggable disp.
88 bool isActive;
91 bool isPause;
94 bool isConfiguring;
96 bool mDownScaleMode;
98 hwc_rect_t mDstRect;
101 bool mActionSafePresent;
102 int mAsWidthRatio;
103 int mAsHeightRatio;
107 bool customFBSize;
108 uint32_t xres_orig;
109 uint32_t yres_orig;