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.cpp114 type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect
166 struct Rect { struct
170 Rect() : origin(), size() {} in Rect() function
172 Rect(const Point &p, const Size &s) : origin(p), size(s) {} in Rect() argument
196 Rect MakeStatusBar() { in MakeStatusBar() argument
197 Rect status_bar; in MakeStatusBar()
210 Rect MakeMenuBar() { in MakeMenuBar() argument
211 Rect menubar; in MakeMenuBar()
223 void HorizontalSplitPercentage(float top_percentage, Rect &top, in HorizontalSplitPercentage() argument
224 Rect &bottom) const { in HorizontalSplitPercentage()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td802 defm DIM_Rect : DimOperand<4, "Rect", [SampledRect, ImageRect]>;