Lines Matching defs:Rect
250 struct Rect { struct
251 inline Rect() { }; in Rect() argument
252 inline Rect(int32_t w, int32_t h) in Rect() argument
254 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) in Rect() function
256 Rect& andSelf(const Rect& r) { in andSelf()
263 bool isEmpty() const { in isEmpty()
266 void dump(char const* what) { in dump()
271 int32_t left;
272 int32_t top;
273 int32_t right;
274 int32_t bottom;