Searched defs:Rect (Results 1 – 1 of 1) sorted by relevance
123 struct Rect { struct126 Rect() in Rect() argument134 int32_t left_;135 int32_t right_;136 int32_t top_;137 int32_t bottom_;138 int32_t displayId_;163 …ss << "Rect {left:" << left_ << ",right:" << right_ << ",top:" << top_ << ",bottom:" << bottom_ <<… in Describe() argument