Searched refs:m_buf (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_rendering_buffer.h44 m_buf(0),
54 m_buf(0),
66 m_buf = buf;
75 T* row_ptr = m_buf;
79 row_ptr = m_buf - int(height - 1) * stride;
92 T* buf() { return m_buf; }
93 const T* buf() const { return m_buf; }
150 T* m_buf; // Pointer to renrdering buffer member in class:agg::row_ptr_cache
H A Dagg_renderer_outline_image.h117 m_buf.attach(&m_data[0], m_width + m_dilation * 2,
125 d1 = m_buf.row_ptr(y + m_dilation) + m_dilation;
136 //s1 = m_buf.row_ptr(m_height + m_dilation - 1) + m_dilation;
137 //s2 = m_buf.row_ptr(m_dilation) + m_dilation;
138 d1 = m_buf.row_ptr(m_dilation + m_height + y) + m_dilation;
139 d2 = m_buf.row_ptr(m_dilation - y - 1) + m_dilation;
152 s1 = m_buf.row_ptr(y) + m_dilation;
153 s2 = m_buf.row_ptr(y) + m_dilation + m_width;
154 d1 = m_buf.row_ptr(y) + m_dilation + m_width;
155 d2 = m_buf
188 row_ptr_cache<color_type> m_buf; member in class:agg::line_image_pattern
[all...]
H A Dagg_blur.h126 m_buf.allocate(w, 128);
153 if(mul_sum) sum.calc_pix(m_buf[x], mul_sum, shr_sum);
154 else sum.calc_pix(m_buf[x], div_sum);
180 img.copy_color_hspan(0, y, w, &m_buf[0]);
200 pod_vector<color_type> m_buf; member in class:agg::stack_blur
1114 m_buf.allocate(w);
1135 m_sum2[wm ].to_pix(m_buf[wm ]);
1136 m_sum2[wm-1].to_pix(m_buf[wm-1]);
1137 m_sum2[wm-2].to_pix(m_buf[wm-2]);
1142 m_sum2[x].to_pix(m_buf[
1166 agg::pod_vector<color_type> m_buf; member in class:agg::recursive_blur
[all...]

Completed in 27 milliseconds