Searched defs:Rect (Results 1 – 2 of 2) sorted by relevance
26 struct Rect struct47 Rect() in Rect() argument63 Rect(f32 l, f32 t, f32 r, f32 b) in Rect() function74 Rect(const Rect& v) in Rect() function85 ~Rect() {} in ~Rect() argument98 f32 GetWidth() const { return right - left; } in GetWidth()105 f32 GetHeight() const { return bottom - top; } in GetHeight()112 f32 GetX() const { return left; } in GetX()119 f32 GetY() const { return top; } in GetY()126 void SetWidth(f32 width) { right = left + width; } in SetWidth()[all …]
195 Rect(s32 x, s32 y, s32 w, s32 h): m_PosX(x), m_PosY(y), m_Width(w), m_Height(h) {} in Rect() function