Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_rendering_buffer.h77 int8u* row_ptr = m_buf; in attach() local
79 row_ptr = m_buf - int(height - 1) * stride; in attach()
83 *rows++ = row_ptr; in attach()
84 row_ptr += stride; in attach()