Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp335 int m_first_visible_line; member in curses::HelpDialogDelegate
2903 : m_text(), m_first_visible_line(0) { in HelpDialogDelegate()
2938 1, m_text.GetStringAtIndex(m_first_visible_line + y - min_y)); in WindowDelegateDraw()
2957 if (m_first_visible_line > 0) in WindowDelegateHandleChar()
2958 --m_first_visible_line; in WindowDelegateHandleChar()
2962 if (m_first_visible_line + num_visible_lines < num_lines) in WindowDelegateHandleChar()
2963 ++m_first_visible_line; in WindowDelegateHandleChar()
2968 if (m_first_visible_line > 0) { in WindowDelegateHandleChar()
2969 if (static_cast<size_t>(m_first_visible_line) >= num_visible_lines) in WindowDelegateHandleChar()
2970 m_first_visible_line -= num_visible_lines; in WindowDelegateHandleChar()
[all …]