Home
last modified time | relevance | path

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) in copy_pixel() function
51 m_pixf->copy_pixel(y, x, c); in copy_pixel()
H A Dagg_renderer_mclip.h127 void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
134 m_ren.ren().copy_pixel(x, y, c); in copy_pixel()
H A Dagg_pixfmt_amask_adaptor.h87 void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
H A Dagg_renderer_base.h150 void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
154 m_ren->copy_pixel(x, y, c); in copy_pixel()
H A Dagg_pixfmt_gray.h232 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
H A Dagg_pixfmt_rgb.h298 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
H A Dagg_pixfmt_rgb_packed.h887 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
H A Dagg_pixfmt_rgba.h1842 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
2425 void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h207 void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
216 m_ren.ren().copy_pixel(x, y, c); in copy_pixel()