Searched defs:Rect (Results 1 – 5 of 5) sorted by relevance
29 struct Rect { struct30 uint32_t id;31 uint32_t pos_x;32 uint32_t pos_y;33 uint32_t width;34 uint32_t height;36 bool isChild;38 std::vector<uint32_t> children;39 Rect(uint32_t i, uint32_t x, uint32_t y, uint32_t w, uint32_t h) in Rect() function
34 inline Rect() : Rect(INVALID_RECT) {} in Rect() function36 inline Rect(T w, T h) { in Rect() function47 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function53 inline Rect(const Point& lt, const Point& rb) { in Rect() function59 inline explicit Rect(const FloatRect& floatRect) { in Rect() function
53 struct Rect { struct54 int32_t left;55 int32_t top;56 int32_t width;57 int32_t height;
31 class Rect; variable
387 struct Rect { in TEST_F() struct388 uint32_t m_top; in TEST_F()389 uint32_t m_bottom; in TEST_F()390 uint32_t m_left; in TEST_F()391 uint32_t m_right; in TEST_F()