Lines Matching defs:Rect
272 struct Rect { struct
273 inline Rect() { }; in Rect() function
274 inline Rect(int32_t w, int32_t h) in Rect() argument
276 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) in Rect() argument
278 Rect& andSelf(const Rect& r) { in andSelf()
285 bool isEmpty() const { in isEmpty()
288 void dump(char const* what) { in dump()
293 int32_t left;
294 int32_t top;
295 int32_t right;
296 int32_t bottom;