row_data
typedef typename pixfmt_type::row_data row_data;
typedef typename rbuf_type::row_data row_data;
row_data row(int y) const { return m_rbuf->row(y); }
row_data r = m_rbuf->row(y);
typedef typename rbuf_type::row_data row_data;
AGG_INLINE row_data row(int y) const { return m_rbuf->row(y); }
row_data r = m_rbuf->row(y);
typedef typename rbuf_type::row_data row_data;
AGG_INLINE row_data row(int y) const { return m_rbuf->row(y); }
typedef typename rbuf_type::row_data row_data;
AGG_INLINE row_data row(int y) const { return m_rbuf->row(y); }
row_data r = m_rbuf->row(y);
typedef typename rbuf_type::row_data row_data;
AGG_INLINE row_data row(int y) const { return m_rbuf->row(y); }
row_data r = m_rbuf->row(y);
typedef typename pixfmt_type::row_data row_data;
typedef typename pixfmt_type::row_data row_data;
typename SrcPixelFormatRenderer::row_data rw = src.row(rsrc.y1);
typedef typename pixfmt_type::row_data row_data;
row_data row (int y) const { return row_data(0, m_width-1, m_rows[y]); }
row_data() {}
row_data(int x1_, int x2_, const int8u* ptr_) :
row_data* r = &m_rows[y];
row_data row (int y) const { return m_rows[y]; }
pod_array<row_data> m_rows; // Pointers to each row of the buffer
memset(&m_rows[0], 0, sizeof(row_data) * height);
memset(&m_rows[0], 0, sizeof(row_data) * height);
inline row_data row(int y) const
typedef agg::rendering_buffer::row_data row_data;