Searched refs:copy_hline (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_pixfmt_transposer.h63 AGG_INLINE void copy_hline(int x, int y, function in class:agg::pixfmt_transposer
75 m_pixf->copy_hline(y, x, len, c);
H A Dagg_renderer_mclip.h172 void copy_hline(int x1, int y, int x2, const color_type& c) function in class:agg::renderer_mclip
177 m_ren.copy_hline(x1, y, x2, c);
H A Dagg_renderer_base.h131 m_ren->copy_hline(0, y, width(), c);
176 void copy_hline(int x1, int y, int x2, const color_type& c) function in class:agg::renderer_base
187 m_ren->copy_hline(x1, y, x2 - x1 + 1, c);
249 m_ren->copy_hline(rc.x1, y, unsigned(rc.x2 - rc.x1 + 1), c);
H A Dagg_pixfmt_amask_adaptor.h99 void copy_hline(int x, int y, function in class:agg::pixfmt_amask_adaptor
H A Dagg_pixfmt_gray.h248 AGG_INLINE void copy_hline(int x, int y, function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_pixfmt_rgb.h314 AGG_INLINE void copy_hline(int x, int y, function in class:agg::pixfmt_alpha_blend_rgb
H A Dagg_pixfmt_rgb_packed.h901 AGG_INLINE void copy_hline(int x, int y, function in class:agg::pixfmt_alpha_blend_rgb_packed
H A Dagg_pixfmt_rgba.h1862 AGG_INLINE void copy_hline(int x, int y, function in class:agg::pixfmt_alpha_blend_rgba
2444 void copy_hline(int x, int y, unsigned len, const color_type& c) function in class:agg::pixfmt_custom_blend_rgba
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h258 void copy_hline(int x1, int y, int x2, const color_type& c) function in class:agg::renderer_region
266 m_ren.copy_hline(x1, y, x2, c);

Completed in 76 milliseconds