Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp392 int GetMaxY() const { return getmaxy(m_window); } in GetMaxY() function in curses::Surface
394 int GetHeight() const { return GetMaxY(); } in GetHeight()
6839 m_max_y = window.GetMaxY() - 1; in WindowDelegateDraw()