Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp392 int GetMaxX() const { return getmaxx(m_window); } in GetMaxX() function in curses::Surface
394 int GetWidth() const { return GetMaxX(); } in GetWidth()
6817 m_max_x = window.GetMaxX() - 1; in WindowDelegateDraw()