Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp393 int GetWidth() const { return GetMaxX(); } in GetWidth() function in curses::Surface
410 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()
450 PutCString(title, GetWidth() - title_offset); in TitledBox()
1112 UpdateScrolling(surface.GetWidth()); in DrawContent()
1783 int width = surface.GetWidth(); in DrawFields()
2581 surface.HorizontalLine(surface.GetWidth()); in DrawError()
2586 int width = surface.GetWidth(); in DrawFields()
2634 int width = surface.GetWidth(); in DrawContent()
4023 int width = window.GetWidth(); in DrawMenuTitle()
4836 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw()
[all …]
/llvm-project-15.0.7/lldb/docs/use/
H A Dvariable.rst713 int GetWidth() { return width; }