Searched refs:pixf (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_image_accessors.h35 image_accessor_clip(const pixfmt_type& pixf, const color_type& bk) : argument
36 m_pixf(&pixf)
41 void attach(const pixfmt_type& pixf) argument
43 m_pixf = &pixf;
117 image_accessor_no_clip(const pixfmt_type& pixf) : m_pixf(&pixf) {} argument
119 void attach(const pixfmt_type& pixf) argument
121 m_pixf = &pixf;
162 image_accessor_clone(const pixfmt_type& pixf) : m_pixf(&pixf) {} argument
164 attach(const pixfmt_type& pixf) argument
236 image_accessor_wrap(const pixfmt_type& pixf) argument
242 attach(const pixfmt_type& pixf) argument
[all...]
H A Dagg_pixfmt_transposer.h35 pixfmt_transposer(pixfmt_type& pixf) : m_pixf(&pixf) {} argument
36 void attach(pixfmt_type& pixf) { m_pixf = &pixf; } argument
H A Dagg_pixfmt_amask_adaptor.h62 pixfmt_amask_adaptor(pixfmt_type& pixf, const amask_type& mask) : argument
63 m_pixf(&pixf), m_mask(&mask), m_span()
66 void attach_pixfmt(pixfmt_type& pixf) { m_pixf = &pixf; } argument
71 bool attach_pixfmt(PixFmt_& pixf, int x1, int y1, int x2, int y2) argument
73 return m_pixf->attach(pixf, x1, y1, x2, y2);
H A Dagg_renderer_mclip.h40 renderer_mclip(pixfmt_type& pixf) : argument
41 m_ren(pixf),
45 void attach(pixfmt_type& pixf) argument
47 m_ren.attach(pixf);
H A Dagg_pixfmt_gray.h183 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) argument
186 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
188 int stride = pixf.stride();
189 m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
H A Dagg_pixfmt_rgb.h241 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) argument
244 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
246 int stride = pixf.stride();
247 m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
H A Dagg_pixfmt_rgb_packed.h836 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) argument
839 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
841 int stride = pixf.stride();
842 m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
H A Dagg_pixfmt_rgba.h1780 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) argument
1783 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
1785 int stride = pixf.stride();
1786 m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
2365 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) argument
2368 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
2370 int stride = pixf.stride();
2371 m_rbuf->attach(pixf
[all...]

Completed in 45 milliseconds