Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp393 int GetMaxY() const { return getmaxy(m_window); } in GetMaxY() function in curses::Surface
395 int GetHeight() const { return GetMaxY(); } in GetHeight()
6818 m_max_y = window.GetMaxY() - 1; in WindowDelegateDraw()