Searched refs:copy_pixel (Results 1 – 9 of 9) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_pixfmt_transposer.h | 49 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 D | agg_renderer_mclip.h | 127 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 D | agg_pixfmt_amask_adaptor.h | 87 void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
|
H A D | agg_renderer_base.h | 150 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 D | agg_pixfmt_gray.h | 232 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
|
H A D | agg_pixfmt_rgb.h | 298 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
|
H A D | agg_pixfmt_rgb_packed.h | 887 AGG_INLINE void copy_pixel(int x, int y, const color_type& c) in copy_pixel() function
|
H A D | agg_pixfmt_rgba.h | 1842 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 D | agg_renderer_region.h | 207 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()
|