Searched refs:Rect (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 159 struct Rect { struct 190 Rect status_bar; in MakeStatusBar() 204 Rect menubar; in MakeMenuBar() 222 void HorizontalSplit(int top_height, Rect &top, Rect &bottom) const { in HorizontalSplit() argument 241 void VerticalSplit(int left_width, Rect &left, Rect &right) const { in VerticalSplit() argument 255 bool operator==(const Rect &lhs, const Rect &rhs) { in operator ==() 259 bool operator!=(const Rect &lhs, const Rect &rhs) { in operator !=() 376 Rect GetFrame() const { return Rect(Point(), GetSize()); } in GetFrame() 1700 Rect bounds = Rect(Point(0, line), Size(width, height)); in DrawFields() 2207 Rect bounds = Rect(Point(0, line), Size(width, height)); in DrawFields() [all …]
|