Lines Matching refs:Rect

113 type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect
165 struct Rect { struct
169 Rect() : origin(), size() {} in Rect() argument
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()
228 void HorizontalSplit(int top_height, Rect &top, Rect &bottom) const { in HorizontalSplit() argument
241 void VerticalSplitPercentage(float left_percentage, Rect &left, in VerticalSplitPercentage() argument
242 Rect &right) const { in VerticalSplitPercentage()
247 void VerticalSplit(int left_width, Rect &left, Rect &right) const { in VerticalSplit() argument
261 bool operator==(const Rect &lhs, const Rect &rhs) { in operator ==()
265 bool operator!=(const Rect &lhs, const Rect &rhs) { in operator !=()
362 Surface SubSurface(Rect bounds) { in SubSurface()
397 Rect GetFrame() const { return Rect(Point(), GetSize()); } in GetFrame()
454 void Box(const Rect &bounds, chtype v_char = ACS_VLINE, in Box()
474 void TitledBox(const Rect &bounds, const char *title, in TitledBox()
590 Window(const char *name, const Rect &bounds) in Window()
626 Rect GetBounds() const { return Rect(GetParentOrigin(), GetSize()); } in GetBounds()
628 Rect GetCenteredRect(int width, int height) { in GetCenteredRect()
634 return Rect(Point(x, y), Size(width, height)); in GetCenteredRect()
659 void SetBounds(const Rect &bounds) { in SetBounds()
679 WindowSP CreateSubWindow(const char *name, const Rect &bounds, in CreateSubWindow()
808 Rect bounds = GetBounds(); in CreateHelpSubwindow()
1135 Rect content_bounds = surface.GetFrame(); in DrawField()
1154 Rect frame = surface.GetFrame(); in FieldDelegateDraw()
1155 Rect field_bounds, error_bounds; in FieldDelegateDraw()
1566 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw()
1787 Rect bounds = Rect(Point(0, line), Size(width, height)); in DrawFields()
1788 Rect field_bounds, remove_button_bounds; in DrawFields()
1823 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw()
1825 Rect fields_bounds, new_button_bounds; in FieldDelegateDraw()
2076 Rect bounds = surface.GetFrame(); in FieldDelegateDraw()
2077 Rect key_field_bounds, arrow_and_value_field_bounds; in FieldDelegateDraw()
2080 Rect arrow_bounds, value_field_bounds; in FieldDelegateDraw()
2595 Rect bounds = Rect(Point(0, line), Size(width, height)); in DrawFields()
2610 Rect bounds = Rect(Point(x, 0), Size(width, 1)); in DrawActions()
2618 Rect frame = surface.GetFrame(); in DrawElements()
2619 Rect fields_bounds, actions_bounds; in DrawElements()
2639 Rect frame = pad.GetFrame(); in DrawContent()
2640 Rect error_bounds, elements_bounds; in DrawContent()
2672 Rect content_bounds = window.GetFrame(); in WindowDelegateDraw()
2977 Rect bounds = m_main_window_sp->GetCenteredRect(85, 8); in StopRunningProcess()
3556 Rect bounds = m_main_window_sp->GetCenteredRect(85, 8); in StopRunningProcess()
3736 Rect content_bounds = surface.GetFrame(); in DrawContent()
3737 Rect text_field_bounds, matchs_bounds; in DrawContent()
3752 Rect content_bounds = window.GetFrame(); in WindowDelegateDraw()
4189 Rect menu_bounds; in WindowDelegateHandleChar()
4423 Rect content_bounds = m_window_sp->GetFrame(); in TerminalSizeChanged()
4435 Rect threads_bounds; in TerminalSizeChanged()
4436 Rect source_variables_bounds; in TerminalSizeChanged()
4444 Rect source_bounds; in TerminalSizeChanged()
4445 Rect variables_registers_bounds; in TerminalSizeChanged()
4450 Rect variables_bounds; in TerminalSizeChanged()
4451 Rect registers_bounds; in TerminalSizeChanged()
6406 Rect bounds = main_window_sp->GetCenteredRect(80, 19); in MenuDelegateAction()
6458 Rect bounds = main_window_sp->GetCenteredRect(80, 22); in MenuDelegateAction()
6470 Rect bounds = main_window_sp->GetCenteredRect(80, 22); in MenuDelegateAction()
6579 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()
6582 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction()
6589 Rect registers_bounds = variables_bounds; in MenuDelegateAction()
6600 Rect new_variables_rect; in MenuDelegateAction()
6605 const Rect variables_bounds = registers_window_sp->GetBounds(); in MenuDelegateAction()
6606 Rect new_registers_rect; in MenuDelegateAction()
6612 Rect new_source_rect; in MenuDelegateAction()
6631 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()
6635 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction()
6651 Rect new_regs_rect; in MenuDelegateAction()
6656 const Rect variables_bounds = variables_window_sp->GetBounds(); in MenuDelegateAction()
6657 Rect new_vars_rect; in MenuDelegateAction()
6663 Rect new_source_rect; in MenuDelegateAction()
6682 const Rect threads_bounds = threads_window_sp->GetBounds(); in MenuDelegateAction()
6695 Rect new_threads_bounds, breakpoints_bounds; in MenuDelegateAction()
7665 Rect content_bounds = main_window_sp->GetFrame(); in Activate()
7666 Rect menubar_bounds = content_bounds.MakeMenuBar(); in Activate()
7667 Rect status_bounds = content_bounds.MakeStatusBar(); in Activate()
7668 Rect source_bounds; in Activate()
7669 Rect variables_bounds; in Activate()
7670 Rect threads_bounds; in Activate()
7671 Rect source_variables_bounds; in Activate()