Searched refs:m_max_x (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.cpp | 98 m_max_x(-0x7FFFFFFF), in outline_aa() 112 m_max_x = -0x7FFFFFFF; in reset() 152 if(x > m_max_x) { in set_cur_cell() 153 m_max_x = x; in set_cur_cell()
|
D | agg_rasterizer_scanline_aa.h | 91 return m_max_x; in max_x() 136 int m_max_x; variable
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 1821 m_min_x(0), m_min_y(0), m_max_x(0), m_max_y(0) {} in TreeWindowDelegate() 1843 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw() 1999 int m_max_x; member in TreeWindowDelegate 2226 m_first_visible_row(0), m_num_rows(0), m_max_x(0), m_max_y(0) {} in ValueObjectListDelegate() 2230 m_first_visible_row(0), m_num_rows(0), m_max_x(0), m_max_y(0) { in ValueObjectListDelegate() 2250 m_max_x = window.GetWidth() - 1; in WindowDelegateDraw() 2420 int m_max_x; member in ValueObjectListDelegate 3399 m_first_visible_column(0), m_min_x(0), m_min_y(0), m_max_x(0), in SourceFileWindowDelegate() 3455 m_max_x = window.GetMaxX() - 1; in WindowDelegateDraw() 4172 int m_max_x; member in SourceFileWindowDelegate
|