Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp165 struct Rect { struct
196 Rect status_bar; in MakeStatusBar()
210 Rect menubar; in MakeMenuBar()
228 void HorizontalSplit(int top_height, Rect &top, Rect &bottom) const { in HorizontalSplit() argument
247 void VerticalSplit(int left_width, Rect &left, Rect &right) const { in VerticalSplit() argument
261 bool operator==(const Rect &lhs, const Rect &rhs) { in operator ==()
265 bool operator!=(const Rect &lhs, const Rect &rhs) { in operator !=()
397 Rect GetFrame() const { return Rect(Point(), GetSize()); } in GetFrame()
1787 Rect bounds = Rect(Point(0, line), Size(width, height)); in DrawFields()
2595 Rect bounds = Rect(Point(0, line), Size(width, height)); in DrawFields()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td718 defm DIM_Rect : DimOperand<4, "Rect", [SampledRect, ImageRect]>;