Searched defs:DisplayParams (Results 1 – 1 of 1) sorted by relevance
40 struct DisplayParams { struct41 hwc2_display_t id;42 bool is_primary;44 int width;45 int height;47 struct {71 Layer(Hwc2::Composer* composer, const DisplayParams& display_params, argument