Lines Matching defs:m_max_y
4857 int NumVisibleRows() const { return m_max_y - m_min_y; }
4863 m_max_y = window.GetHeight() - 1;
4928 if (m_first_visible_row > m_max_y)
4929 m_first_visible_row -= m_max_y;
4942 if (m_num_rows > m_max_y) {
4943 if (m_first_visible_row + m_max_y < m_num_rows) {
4944 m_first_visible_row += m_max_y;
5022 int m_max_y = 0;
5560 m_max_y = window.GetHeight() - 1;
5656 if (static_cast<int>(m_first_visible_row) > m_max_y)
5657 m_first_visible_row -= m_max_y;
5667 if (m_num_rows > static_cast<size_t>(m_max_y)) {
5668 if (m_first_visible_row + m_max_y < m_num_rows) {
5669 m_first_visible_row += m_max_y;
5730 int m_max_y = 0;
5892 int NumVisibleRows() const { return m_max_y - m_min_y; }
6789 uint32_t NumVisibleLines() const { return m_max_y - m_min_y; }
6839 m_max_y = window.GetMaxY() - 1;
7566 int m_max_y = 0;