Searched refs:blend_color_vspan (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_pixfmt_transposer.h137 m_pixf->blend_color_vspan(y, x, len, colors, covers, cover);
141 AGG_INLINE void blend_color_vspan(int x, int y, function in class:agg::pixfmt_transposer
H A Dagg_pixfmt_amask_adaptor.h187 m_pixf->blend_color_vspan(x, y, len, colors, &m_span[0], cover_full);
212 void blend_color_vspan(int x, int y, function in class:agg::pixfmt_amask_adaptor
228 m_pixf->blend_color_vspan(x, y, len, colors, &m_span[0], cover);
H A Dagg_renderer_mclip.h291 void blend_color_vspan(int x, int y, int len, function in class:agg::renderer_mclip
299 m_ren.blend_color_vspan(x, y, len, colors, covers, cover);
H A Dagg_renderer_base.h417 void blend_color_vspan(int x, int y, int len, function in class:agg::renderer_base
439 m_ren->blend_color_vspan(x, y, len, colors, covers, cover);
H A Dagg_renderer_outline_image.h673 m_ren.blend_color_vspan(m_x,
870 void blend_color_vspan(int x, int y, unsigned len, const color_type* colors) function in class:agg::renderer_outline_image
872 m_ren->blend_color_vspan(x, y, len, colors, 0);
H A Dagg_pixfmt_gray.h497 void blend_color_vspan(int x, int y, function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_pixfmt_rgb.h567 void blend_color_vspan(int x, int y, function in class:agg::pixfmt_alpha_blend_rgb
H A Dagg_pixfmt_rgb_packed.h1063 void blend_color_vspan(int x, int y, function in class:agg::pixfmt_alpha_blend_rgb_packed
H A Dagg_pixfmt_rgba.h2156 void blend_color_vspan(int x, int y, function in class:agg::pixfmt_alpha_blend_rgba
2587 void blend_color_vspan(int x, int y, unsigned len, function in class:agg::pixfmt_custom_blend_rgba
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DPixelFormat.h161 inline void blend_color_vspan(int x, int y,
288 // blend_color_vspan
290 PixelFormat::blend_color_vspan(int x, int y, unsigned len, function in class:PixelFormat
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h404 void blend_color_vspan(int x, int y, int len, function in class:agg::renderer_region

Completed in 114 milliseconds