Searched refs:m_max_y (Results 1 – 1 of 1) sorted by relevance
4833 int NumVisibleRows() const { return m_max_y - m_min_y; } in NumVisibleRows()4839 m_max_y = window.GetHeight() - 1; in WindowDelegateDraw()4904 if (m_first_visible_row > m_max_y) in WindowDelegateHandleChar()4905 m_first_visible_row -= m_max_y; in WindowDelegateHandleChar()4918 if (m_num_rows > m_max_y) { in WindowDelegateHandleChar()4919 if (m_first_visible_row + m_max_y < m_num_rows) { in WindowDelegateHandleChar()4920 m_first_visible_row += m_max_y; in WindowDelegateHandleChar()4998 int m_max_y = 0; member in TreeWindowDelegate5540 m_max_y = window.GetHeight() - 1; in WindowDelegateDraw()5636 if (static_cast<int>(m_first_visible_row) > m_max_y) in WindowDelegateHandleChar()[all …]