Lines Matching defs:Rect
251 struct Rect { struct
252 inline Rect() { }; in Rect() argument
253 inline Rect(int32_t w, int32_t h) in Rect() argument
255 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) in Rect() function
257 Rect& andSelf(const Rect& r) { in andSelf()
264 bool isEmpty() const { in isEmpty()
267 void dump(char const* what) { in dump()
272 int32_t left;
273 int32_t top;
274 int32_t right;
275 int32_t bottom;