Lines Matching refs:GetWidth
372 int GetWidth() const { return GetMaxX(); } in GetWidth() function in curses::Surface
374 Size GetSize() const { return Size(GetWidth(), GetHeight()); } in GetSize()
389 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()
429 PutCString(title, GetWidth() - title_offset); in TitledBox()
761 int x = GetWidth() - 3 - (bottom_message_length + 2); in DrawTitleBox()
1117 surface.PutCString(text, surface.GetWidth()); in DrawContent()
1118 m_last_drawn_content_width = surface.GetWidth(); in DrawContent()
1697 int width = surface.GetWidth(); in DrawFields()
1722 int x = (surface.GetWidth() - sizeof(button_text) - 1) / 2; in DrawNewButton()
1921 int x = (surface.GetWidth() - m_label.length()) / 2; in Draw()
2194 surface.HorizontalLine(surface.GetWidth()); in DrawError()
2199 int width = surface.GetWidth(); in DrawFields()
2216 int width = surface.GetWidth() / number_of_actions; in DrawActions()
2247 int width = surface.GetWidth(); in DrawContent()
2812 int width = window.GetWidth(); in DrawMenuTitle()
3629 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw()
4072 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw()
5121 registers_window_sp->GetWidth(), in MenuDelegateAction()
5423 const int window_width = window.GetWidth(); in WindowDelegateDraw()