Searched defs:Rect (Results 1 – 1 of 1) sorted by relevance
117 struct Rect { struct118 Rect(int32_t left, int32_t right, int32_t top, int32_t bottom) in Rect() argument123 Rect() in Rect() argument130 int32_t left_;131 int32_t right_;132 int32_t top_;133 int32_t bottom_;158 …ss << "Rect {left:" << left_ << ",right:" << right_ << ",top:" << top_ << ",bottom:" << bottom_ <<… in Describe() argument