Searched defs:Rect (Results 1 – 1 of 1) sorted by relevance
79 struct Rect { struct80 Rect(int32_t left, int32_t right, int32_t top, int32_t bottom) in Rect() argument86 int32_t left_;87 int32_t right_;88 int32_t top_;89 int32_t bottom_;113 class RectAlgorithm { argument115 FORCE_INLINE static bool CheckEqual(const Rect &ra, const Rect &rb); argument