Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-2.4.0/include/nn/util/
Dutil_Rect.h26 struct Rect struct
47 Rect() in Rect() argument
63 Rect(f32 l, f32 t, f32 r, f32 b) in Rect() argument
74 Rect(const Rect& v) in Rect() argument
85 ~Rect() {} in ~Rect() argument
98 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 …]
/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_Memory.h195 Rect(s32 x, s32 y, s32 w, s32 h): m_PosX(x), m_PosY(y), m_Width(w), m_Height(h) {} in Rect() function