Searched refs:m_first_visible_column (Results 1 – 1 of 1) sorted by relevance
3399 m_first_visible_column(0), m_min_x(0), m_min_y(0), m_max_x(0), in SourceFileWindowDelegate()3674 1, line, m_first_visible_column, line_is_selected); in WindowDelegateDraw()3680 1, line.empty() && m_first_visible_column == 0 ? " " : "<"); in WindowDelegateDraw()3834 strm.GetString().substr(m_first_visible_column).data()); in WindowDelegateDraw()3930 if (m_first_visible_column > 0) in WindowDelegateHandleChar()3931 --m_first_visible_column; in WindowDelegateHandleChar()3935 ++m_first_visible_column; in WindowDelegateHandleChar()4169 int m_first_visible_column; member in SourceFileWindowDelegate