Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_scanline_u.h50 m_last_x(0x7FFFFFF0), in scanline_u()
65 m_last_x = 0x7FFFFFF0; in reset()
73 if(x == m_last_x + 1) { in add_cell()
81 m_last_x = x; in add_cell()
87 if(x == m_last_x + 1) { in add_cells()
95 m_last_x = x + len - 1; in add_cells()
101 if(x == m_last_x + 1) { in add_span()
109 m_last_x = x + len - 1; in add_span()
117 m_last_x = 0x7FFFFFF0; in reset_spans()
142 int m_last_x; variable