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

/haiku/headers/libs/agg/
H A Dagg_pixfmt_transposer.h115 AGG_INLINE void copy_color_hspan(int x, int y, function in class:agg::pixfmt_transposer
127 m_pixf->copy_color_hspan(y, x, len, colors);
H A Dagg_renderer_mclip.h266 void copy_color_hspan(int x, int y, int len, const color_type* colors) function in class:agg::renderer_mclip
271 m_ren.copy_color_hspan(x, y, len, colors);
H A Dagg_pixfmt_amask_adaptor.h175 void copy_color_hspan(int x, int y, unsigned len, const color_type* colors) function in class:agg::pixfmt_amask_adaptor
H A Dagg_renderer_base.h345 void copy_color_hspan(int x, int y, int len, const color_type* colors) function in class:agg::renderer_base
363 m_ren->copy_color_hspan(x, y, len, colors);
H A Dagg_pixfmt_gray.h411 void copy_color_hspan(int x, int y, function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_blur.h180 img.copy_color_hspan(0, y, w, &m_buf[0]);
1144 img.copy_color_hspan(0, y, w, &m_buf[0]);
H A Dagg_pixfmt_rgb.h485 void copy_color_hspan(int x, int y, function in class:agg::pixfmt_alpha_blend_rgb
H A Dagg_pixfmt_rgb_packed.h1020 void copy_color_hspan(int x, int y, function in class:agg::pixfmt_alpha_blend_rgb_packed
H A Dagg_pixfmt_rgba.h2060 void copy_color_hspan(int x, int y, function in class:agg::pixfmt_alpha_blend_rgba
2529 void copy_color_hspan(int x, int y, function in class:agg::pixfmt_custom_blend_rgba

Completed in 120 milliseconds