Lines Matching refs:GetHeight
394 int GetHeight() const { return GetMaxY(); } in GetHeight() function in curses::Surface
395 Size GetSize() const { return Size(GetWidth(), GetHeight()); } in GetSize()
776 MoveCursor(x, GetHeight() - 1); in DrawTitleBox()
781 MoveCursor(1, GetHeight() - 1); in DrawTitleBox()
1773 surface.MoveCursor(1, surface.GetHeight() / 2); in DrawRemoveButton()
2549 int surface_height = surface.GetHeight(); in UpdateScrolling()
2619 frame.HorizontalSplit(surface.GetHeight() - GetActionsHeight(), in DrawElements()
2647 int copy_height = std::min(surface.GetHeight(), pad.GetHeight()); in DrawContent()
2653 surface.MoveCursor(2, surface.GetHeight() - 1); in DrawSubmitHint()
3708 int height = surface.GetHeight(); in UpdateScrolling()
3721 int count = GetNumberOfVisibleMatches(surface.GetHeight()); in DrawMatches()
4837 m_max_y = window.GetHeight() - 1; in WindowDelegateDraw()
5538 m_max_y = window.GetHeight() - 1; in WindowDelegateDraw()
6212 const int window_height = window.GetHeight(); in WindowDelegateDraw()
6238 const size_t num_visible_lines = window.GetHeight() - 2; in WindowDelegateHandleChar()
6624 registers_window_sp->GetHeight()); in MenuDelegateAction()
6669 breakpoints_window_sp->GetHeight()); in MenuDelegateAction()