Home
last modified time | relevance | path

Searched refs:GetWidth (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp393 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()
[all …]