Searched defs:row_ptr (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_rendering_buffer_dynarow.h99 int8u* row_ptr(int x, int y, unsigned len) function in class:agg::rendering_buffer_dynarow
120 const int8u* row_ptr(int y) const { return m_rows[y].ptr; } function in class:agg::rendering_buffer_dynarow
121 int8u* row_ptr(int y) { return row_ptr(0, y, m_width); } function in class:agg::rendering_buffer_dynarow
H A Dagg_rendering_buffer.h75 T* row_ptr = m_buf; local
103 T* row_ptr(int, int y, unsigned) { return m_rows[y]; } function in class:agg::row_ptr_cache
104 T* row_ptr(int y) { return m_rows[y]; } function in class:agg::row_ptr_cache
105 const T* row_ptr(int y) const { return m_rows[y]; } function in class:agg::row_ptr_cache
[all...]
H A Dagg_pixfmt_gray.h204 int8u* row_ptr(int y) { return m_rbuf->row_ptr(y); } function in class:agg::pixfmt_alpha_blend_gray
205 const int8u* row_ptr(int y) const { return m_rbuf->row_ptr(y); } function in class:agg::pixfmt_alpha_blend_gray
[all...]
H A Dagg_pixfmt_rgb.h265 AGG_INLINE int8u* row_ptr(int y) { return m_rbuf->row_ptr(y); } function in class:agg::pixfmt_alpha_blend_rgb
266 AGG_INLINE const int8u* row_ptr(int y) const { return m_rbuf->row_ptr(y); } function in class:agg::pixfmt_alpha_blend_rgb
[all...]
H A Dagg_pixfmt_rgb_packed.h859 AGG_INLINE int8u* row_ptr(int y) { return m_rbuf->row_ptr(y); } function in class:agg::pixfmt_alpha_blend_rgb_packed
860 AGG_INLINE const int8u* row_ptr(int y) const { return m_rbuf->row_ptr(y); } function in class:agg::pixfmt_alpha_blend_rgb_packed
[all...]
H A Dagg_pixfmt_rgba.h1801 AGG_INLINE int8u* row_ptr(int y) { return m_rbuf->row_ptr(y); } function in class:agg::pixfmt_alpha_blend_rgba
1802 AGG_INLINE const int8u* row_ptr(int y) const { return m_rbuf->row_ptr(y); } function in class:agg::pixfmt_alpha_blend_rgba
2386 AGG_INLINE int8u* row_ptr(int y) { return m_rbuf->row_ptr(y); } function in class:agg::pixfmt_custom_blend_rgba
2387 AGG_INLINE const int8u* row_ptr(int y) const { return m_rbuf->row_ptr(y); } function in class:agg::pixfmt_custom_blend_rgba
[all...]
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DPixelFormat.h112 inline uint8* row_ptr(int y) function in class:PixelFormat
114 inline const uint8* row_ptr(int y) const function in class:PixelFormat

Completed in 106 milliseconds