Lines Matching refs:m_buf
117 m_buf.attach(&m_data[0], m_width + m_dilation * 2, in create()
125 d1 = m_buf.row_ptr(y + m_dilation) + m_dilation; in create()
138 d1 = m_buf.row_ptr(m_dilation + m_height + y) + m_dilation; in create()
139 d2 = m_buf.row_ptr(m_dilation - y - 1) + m_dilation; in create()
152 s1 = m_buf.row_ptr(y) + m_dilation; in create()
153 s2 = m_buf.row_ptr(y) + m_dilation + m_width; in create()
154 d1 = m_buf.row_ptr(y) + m_dilation + m_width; in create()
155 d2 = m_buf.row_ptr(y) + m_dilation; in create()
173 m_filter->pixel_high_res(m_buf.rows(), in pixel()
188 row_ptr_cache<color_type> m_buf;
245 base_type::m_buf.rows(), in pixel()