Searched refs:row_ptr (Results 51 - 57 of 57) sorted by relevance

123

/haiku/headers/libs/agg/
H A Dagg_renderer_outline_image.h125 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.row_ptr(y) + m_dilation;
H A Dagg_image_accessors.h250 m_row_ptr = m_pixf->row_ptr(m_wrap_y(y));
262 m_row_ptr = m_pixf->row_ptr(++m_wrap_y);
H A Dagg_span_image_filter_gray.h217 fg_ptr = (const value_type*)base_type::source().row_ptr(y_lr) + x_lr;
223 fg_ptr = (const value_type*)base_type::source().row_ptr(y_lr) + x_lr;
254 *((const value_type*)base_type::source().row_ptr(y_lr) + x_lr);
270 *((const value_type*)base_type::source().row_ptr(y_lr) + x_lr);
287 *((const value_type*)base_type::source().row_ptr(y_lr) + x_lr);
303 *((const value_type*)base_type::source().row_ptr(y_lr) + x_lr);
H A Dagg_span_image_filter_rgb.h252 base_type::source().row_ptr(y_lr) + x_lr + x_lr + x_lr;
267 base_type::source().row_ptr(y_lr) + x_lr + x_lr + x_lr;
310 base_type::source().row_ptr(y_lr) + x_lr + x_lr + x_lr;
332 base_type::source().row_ptr(y_lr) + x_lr + x_lr + x_lr;
355 base_type::source().row_ptr(y_lr) + x_lr + x_lr + x_lr;
377 base_type::source().row_ptr(y_lr) + x_lr + x_lr + x_lr;
H A Dagg_span_image_filter_rgba.h260 base_type::source().row_ptr(y_lr) + (x_lr << 2);
277 base_type::source().row_ptr(y_lr) + (x_lr << 2);
322 base_type::source().row_ptr(y_lr) + (x_lr << 2);
344 base_type::source().row_ptr(y_lr) + (x_lr << 2);
367 base_type::source().row_ptr(y_lr) + (x_lr << 2);
389 base_type::source().row_ptr(y_lr) + (x_lr << 2);
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp578 uint8* dst = fBuffer.row_ptr(0);
613 uint8* dst = fBuffer.row_ptr(y);
998 uint8* dst = fBuffer.row_ptr(0);
1056 uint8* dst = fBuffer.row_ptr(0);
1090 uint8* dst = fBuffer.row_ptr(y) + r.left * 4;
1706 uint8* dst = fBuffer.row_ptr(y);
1725 uint8* dst = fBuffer.row_ptr(0);
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp228 uint8* previousRow = fPreviousMask->fBuffer.row_ptr(y);

Completed in 62 milliseconds

123