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()
773 int x = GetWidth() - 3 - (bottom_message_length + 2); in DrawTitleBox()
1112 UpdateScrolling(surface.GetWidth()); in DrawContent()
1116 surface.PutCString(text, surface.GetWidth()); in DrawContent()
1783 int width = surface.GetWidth(); in DrawFields()
1808 int x = (surface.GetWidth() - sizeof(button_text) - 1) / 2; in DrawNewButton()
2264 int x = (surface.GetWidth() - m_label.length()) / 2; in Draw()
2581 surface.HorizontalLine(surface.GetWidth()); in DrawError()
2586 int width = surface.GetWidth(); in DrawFields()
2603 int width = surface.GetWidth() / number_of_actions; in DrawActions()
2634 int width = surface.GetWidth(); in DrawContent()
4023 int width = window.GetWidth(); in DrawMenuTitle()
4836 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw()
5537 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw()
6617 registers_window_sp->GetWidth(), in MenuDelegateAction()
6948 const int window_width = window.GetWidth(); in WindowDelegateDraw()