Searched defs:Rect (Results 1 – 1 of 1) sorted by relevance
91 struct Rect { struct92 Rect(int32_t left, int32_t right, int32_t top, int32_t bottom) in Rect() function98 int32_t left_;99 int32_t right_;100 int32_t top_;101 int32_t bottom_;125 class RectAlgorithm { argument127 FORCE_INLINE static bool CheckEqual(const Rect &ra, const Rect &rb); argument