Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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() function
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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c1 struct Rect struct
10 f (int * const this, struct Rect arect) in f() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A DPYRBUG.c10 } Rect; typedef
13 x_PtInRect (Point pt, Rect *r) in x_PtInRect()
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dinternal.h107 } Rect; typedef
110 Rect frRect; /* folder's rectangle */
/openbsd-src/gnu/llvm/clang/docs/
H A DObjectiveCLiterals.rst142 NSValue *frame = @(view.frame); // Rect r = view.frame;
143 // [NSValue valueWithBytes:&r objCType:@encode(Rect)];
248 } Rect;
255 Rect r;
258 typedef struct __attribute__((objc_boxable)) _Rect Rect;
585 typedef struct __attribute__((objc_boxable)) _Rect Rect;
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td662 defm DIM_Rect : DimOperand<4, "Rect", [SampledRect, ImageRect]>;