Searched refs:GetWidth (Results 1 – 2 of 2) sorted by relevance
394 int GetWidth() const { return GetMaxX(); } in GetWidth() function in curses::Surface396 Size GetSize() const { return Size(GetWidth(), GetHeight()); } in GetSize()411 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()451 PutCString(title, GetWidth() - title_offset); in TitledBox()775 int x = GetWidth() - 3 - (bottom_message_length + 2); in DrawTitleBox()1114 UpdateScrolling(surface.GetWidth()); in DrawContent()1118 surface.PutCString(text, surface.GetWidth()); in DrawContent()1785 int width = surface.GetWidth(); in DrawFields()1810 int x = (surface.GetWidth() - sizeof(button_text) - 1) / 2; in DrawNewButton()2266 int x = (surface.GetWidth() - m_label.length()) / 2; in Draw()[all …]
713 int GetWidth() { return width; }