Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp921 Size GetSize() { return Size(GetWidth(), GetHeight()); } in GetSize()
926 int GetWidth() { return GetMaxX(); } in GetWidth() function in curses::Window
948 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()
1101 int x = GetWidth() - 3 - (bottom_message_length + 2); in DrawTitleBox()
1487 int width = window.GetWidth(); in DrawMenuTitle()
2251 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw()
2661 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw()
3692 registers_window_sp->GetWidth(), in MenuDelegateAction()
3994 const int window_width = window.GetWidth(); in WindowDelegateDraw()