Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp113 type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect
165 struct Rect { struct
169 Rect() : origin(), size() {} in Rect() function
171 Rect(const Point &p, const Size &s) : origin(p), size(s) {} in Rect() function
195 Rect MakeStatusBar() { in MakeStatusBar() argument
196 Rect status_bar; in MakeStatusBar()
209 Rect MakeMenuBar() { in MakeMenuBar() argument
210 Rect menubar; in MakeMenuBar()
222 void HorizontalSplitPercentage(float top_percentage, Rect &top, in HorizontalSplitPercentage() argument
223 Rect &bottom) const { in HorizontalSplitPercentage()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td749 defm DIM_Rect : DimOperand<4, "Rect", [SampledRect, ImageRect]>;