Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_rasterizer_scanline_aa.cpp99 m_max_y(-0x7FFFFFFF), in outline_aa()
113 m_max_y = -0x7FFFFFFF; in reset()
158 if(y > m_max_y) { in set_cur_cell()
159 m_max_y = y; in set_cur_cell()
432 if (m_max_y > 0 && m_min_y < 0 && -m_min_y > INT_MAX - m_max_y) { in sort_cells()
435 unsigned size = m_max_y - m_min_y; in sort_cells()
Dagg_rasterizer_scanline_aa.h95 return m_max_y; in max_y()
137 int m_max_y; variable
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1821 m_min_x(0), m_min_y(0), m_max_x(0), m_max_y(0) {} in TreeWindowDelegate()
1823 int NumVisibleRows() const { return m_max_y - m_min_y; } in NumVisibleRows()
1844 m_max_y = window.GetHeight() - 1; in WindowDelegateDraw()
1906 if (m_first_visible_row > m_max_y) in WindowDelegateHandleChar()
1907 m_first_visible_row -= m_max_y; in WindowDelegateHandleChar()
1920 if (m_num_rows > m_max_y) { in WindowDelegateHandleChar()
1921 if (m_first_visible_row + m_max_y < m_num_rows) { in WindowDelegateHandleChar()
1922 m_first_visible_row += m_max_y; in WindowDelegateHandleChar()
2000 int m_max_y; member in TreeWindowDelegate
2226 m_first_visible_row(0), m_num_rows(0), m_max_x(0), m_max_y(0) {} in ValueObjectListDelegate()
[all …]