Lines Matching refs:GetWidth
393 int GetWidth() const { return GetMaxX(); } in GetWidth() function in curses::Surface
395 Size GetSize() const { return Size(GetWidth(), GetHeight()); } in GetSize()
410 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()
450 PutCString(title, GetWidth() - title_offset); in TitledBox()
774 int x = GetWidth() - 3 - (bottom_message_length + 2); in DrawTitleBox()
1113 UpdateScrolling(surface.GetWidth()); in DrawContent()
1117 surface.PutCString(text, surface.GetWidth()); in DrawContent()
1784 int width = surface.GetWidth(); in DrawFields()
1809 int x = (surface.GetWidth() - sizeof(button_text) - 1) / 2; in DrawNewButton()
2265 int x = (surface.GetWidth() - m_label.length()) / 2; in Draw()
2582 surface.HorizontalLine(surface.GetWidth()); in DrawError()
2587 int width = surface.GetWidth(); in DrawFields()
2604 int width = surface.GetWidth() / number_of_actions; in DrawActions()
2635 int width = surface.GetWidth(); in DrawContent()
4024 int width = window.GetWidth(); in DrawMenuTitle()
4862 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw()
5559 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw()
6640 registers_window_sp->GetWidth(), in MenuDelegateAction()
6972 const int window_width = window.GetWidth(); in WindowDelegateDraw()