Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/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() function
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 …]