Searched refs:Rect (Results 1 – 2 of 2) sorted by relevance
113 type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect165 struct Rect { struct169 Rect() : origin(), size() {} in Rect() function171 Rect(const Point &p, const Size &s) : origin(p), size(s) {} in Rect() function195 Rect MakeStatusBar() { in MakeStatusBar() argument196 Rect status_bar; in MakeStatusBar()209 Rect MakeMenuBar() { in MakeMenuBar() argument210 Rect menubar; in MakeMenuBar()222 void HorizontalSplitPercentage(float top_percentage, Rect &top, in HorizontalSplitPercentage() argument223 Rect &bottom) const { in HorizontalSplitPercentage()[all …]
749 defm DIM_Rect : DimOperand<4, "Rect", [SampledRect, ImageRect]>;