Searched refs:GetHeight (Results 1 – 1 of 1) sorted by relevance
373 int GetHeight() const { return GetMaxY(); } in GetHeight() function in curses::Surface374 Size GetSize() const { return Size(GetWidth(), GetHeight()); } in GetSize()764 MoveCursor(x, GetHeight() - 1); in DrawTitleBox()769 MoveCursor(1, GetHeight() - 1); in DrawTitleBox()1687 surface.MoveCursor(1, surface.GetHeight() / 2); in DrawRemoveButton()2162 int surface_height = surface.GetHeight(); in UpdateScrolling()2232 frame.HorizontalSplit(surface.GetHeight() - GetActionsHeight(), in DrawElements()2260 int copy_height = std::min(surface.GetHeight(), pad.GetHeight()); in DrawContent()3630 m_max_y = window.GetHeight() - 1; in WindowDelegateDraw()4073 m_max_y = window.GetHeight() - 1; in WindowDelegateDraw()[all …]