Searched refs:blend_pixel (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_renderer_primitives.h91 m_ren->blend_pixel(x + dx, y + dy, m_line_color, cover_full);
92 m_ren->blend_pixel(x + dx, y - dy, m_line_color, cover_full);
93 m_ren->blend_pixel(x - dx, y - dy, m_line_color, cover_full);
94 m_ren->blend_pixel(x - dx, y + dy, m_line_color, cover_full);
139 m_ren->blend_pixel(x + dx, y + dy, m_line_color, cover_full);
140 m_ren->blend_pixel(x + dx, y - dy, m_line_color, cover_full);
141 m_ren->blend_pixel(x - dx, y - dy, m_line_color, cover_full);
142 m_ren->blend_pixel(x - dx, y + dy, m_line_color, cover_full);
164 m_ren->blend_pixel(li.line_lr(x1), li.line_lr(y1), m_line_color, cover_full);
175 m_ren->blend_pixel(l
[all...]
H A Dagg_renderer_markers.h83 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full);
98 base_type::ren().blend_pixel(x - dx, y + dy, base_type::line_color(), cover_full);
99 base_type::ren().blend_pixel(x + dx, y + dy, base_type::line_color(), cover_full);
100 base_type::ren().blend_pixel(x - dx, y - dy, base_type::line_color(), cover_full);
101 base_type::ren().blend_pixel(x + dx, y - dy, base_type::line_color(), cover_full);
115 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full);
126 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full);
150 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full);
172 base_type::ren().blend_pixel(x + dy, y + dx, base_type::line_color(), cover_full);
173 base_type::ren().blend_pixel(
[all...]
H A Dagg_pixfmt_transposer.h55 AGG_INLINE void blend_pixel(int x, int y, function in class:agg::pixfmt_transposer
59 m_pixf->blend_pixel(y, x, c, cover);
H A Dagg_pixfmt_amask_adaptor.h89 m_pixf->blend_pixel(x, y, c, m_mask->pixel(x, y));
93 void blend_pixel(int x, int y, const color_type& c, cover_type cover) function in class:agg::pixfmt_amask_adaptor
95 m_pixf->blend_pixel(x, y, c, m_mask->combine_pixel(x, y, cover));
H A Dagg_renderer_mclip.h142 void blend_pixel(int x, int y, const color_type& c, cover_type cover) function in class:agg::renderer_mclip
149 m_ren.ren().blend_pixel(x, y, c, cover);
H A Dagg_renderer_base.h159 void blend_pixel(int x, int y, const color_type& c, cover_type cover) function in class:agg::renderer_base
163 m_ren->blend_pixel(x, y, c, cover);
H A Dagg_pixfmt_gray.h238 AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover) function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_pixfmt_rgb.h307 AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover) function in class:agg::pixfmt_alpha_blend_rgb
H A Dagg_pixfmt_rgb_packed.h895 AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover) function in class:agg::pixfmt_alpha_blend_rgb_packed
H A Dagg_pixfmt_rgba.h1852 AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover) function in class:agg::pixfmt_alpha_blend_rgba
2434 void blend_pixel(int x, int y, const color_type& c, int8u cover) function in class:agg::pixfmt_custom_blend_rgba
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DPixelFormat.h125 inline void blend_pixel(int x, int y,
183 fBlendPixel = T::blend_pixel;
230 // blend_pixel
232 PixelFormat::blend_pixel(int x, int y, const color_type& c, uint8 cover) function in class:PixelFormat
H A DAggCompOpAdapter.h24 blend_pixel(int x, int y, function in struct:AggCompOpAdapter
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h224 void blend_pixel(int x, int y, const color_type& c, cover_type cover) function in class:agg::renderer_region
233 m_ren.ren().blend_pixel(x, y, c, cover);
H A DPainter.cpp537 fPixelFormat.blend_pixel(dotX, dotY, fRenderer.color(),

Completed in 96 milliseconds