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

/haiku/headers/libs/agg/
H A Dagg_pixfmt_transposer.h49 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) function in class:agg::pixfmt_transposer
51 m_pixf->copy_pixel(y, x, c);
H A Dagg_renderer_mclip.h127 void copy_pixel(int x, int y, const color_type& c) function in class:agg::renderer_mclip
134 m_ren.ren().copy_pixel(x, y, c);
H A Dagg_pixfmt_amask_adaptor.h87 void copy_pixel(int x, int y, const color_type& c) function in class:agg::pixfmt_amask_adaptor
H A Dagg_renderer_base.h150 void copy_pixel(int x, int y, const color_type& c) function in class:agg::renderer_base
154 m_ren->copy_pixel(x, y, c);
H A Dagg_pixfmt_gray.h232 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_pixfmt_rgb.h298 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) function in class:agg::pixfmt_alpha_blend_rgb
H A Dagg_pixfmt_rgb_packed.h887 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) function in class:agg::pixfmt_alpha_blend_rgb_packed
H A Dagg_pixfmt_rgba.h1842 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) function in class:agg::pixfmt_alpha_blend_rgba
2425 void copy_pixel(int x, int y, const color_type& c) function in class:agg::pixfmt_custom_blend_rgba
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h207 void copy_pixel(int x, int y, const color_type& c) function in class:agg::renderer_region
216 m_ren.ren().copy_pixel(x, y, c);

Completed in 54 milliseconds