Searched refs:Rect (Results 1 – 2 of 2) sorted by relevance
114 type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect166 struct Rect { struct170 Rect() : origin(), size() {} in Rect() function172 Rect(const Point &p, const Size &s) : origin(p), size(s) {} in Rect() argument196 Rect MakeStatusBar() { in MakeStatusBar() argument197 Rect status_bar; in MakeStatusBar()210 Rect MakeMenuBar() { in MakeMenuBar() argument211 Rect menubar; in MakeMenuBar()223 void HorizontalSplitPercentage(float top_percentage, Rect &top, in HorizontalSplitPercentage() argument224 Rect &bottom) const { in HorizontalSplitPercentage()[all …]
802 defm DIM_Rect : DimOperand<4, "Rect", [SampledRect, ImageRect]>;