Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp165 struct Rect { struct
166 Point origin;
167 Size size;
169 Rect() : origin(), size() {} in Rect() function
171 Rect(const Point &p, const Size &s) : origin(p), size(s) {} in Rect() function
173 void Clear() { in Clear()
178 void Dump() { in Dump()
183 void Inset(int w, int h) { in Inset()
195 Rect MakeStatusBar() { in MakeStatusBar()
209 Rect MakeMenuBar() { in MakeMenuBar()
[all …]