Searched refs:pixfmt_type (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_image_accessors.h28 typedef PixFmt pixfmt_type; typedef in class:agg::image_accessor_clip
29 typedef typename pixfmt_type::color_type color_type;
30 typedef typename pixfmt_type::order_type order_type;
31 typedef typename pixfmt_type::value_type value_type;
32 enum pix_width_e { pix_width = pixfmt_type::pix_width };
35 image_accessor_clip(const pixfmt_type& pixf, const color_type& bk) :
38 pixfmt_type::make_pix(m_bk_buf, bk);
41 void attach(const pixfmt_type& pixf)
48 pixfmt_type::make_pix(m_bk_buf, bk);
97 const pixfmt_type* m_pix
110 typedef PixFmt pixfmt_type; typedef in class:agg::image_accessor_no_clip
155 typedef PixFmt pixfmt_type; typedef in class:agg::image_accessor_clone
229 typedef PixFmt pixfmt_type; typedef in class:agg::image_accessor_wrap
[all...]
H A Dagg_pixfmt_transposer.h27 typedef PixFmt pixfmt_type; typedef in class:agg::pixfmt_transposer
28 typedef typename pixfmt_type::color_type color_type;
29 typedef typename pixfmt_type::row_data row_data;
35 pixfmt_transposer(pixfmt_type& pixf) : m_pixf(&pixf) {}
36 void attach(pixfmt_type& pixf) { m_pixf = &pixf; }
151 pixfmt_type* m_pixf;
H A Dagg_renderer_mclip.h34 typedef PixelFormat pixfmt_type; typedef in class:agg::renderer_mclip
35 typedef typename pixfmt_type::color_type color_type;
36 typedef typename pixfmt_type::row_data row_data;
37 typedef renderer_base<pixfmt_type> base_ren_type;
40 renderer_mclip(pixfmt_type& pixf) :
45 void attach(pixfmt_type& pixf)
52 const pixfmt_type& ren() const { return m_ren.ren(); }
53 pixfmt_type& ren() { return m_ren.ren(); }
H A Dagg_pixfmt_amask_adaptor.h31 typedef PixFmt pixfmt_type; typedef in class:agg::pixfmt_amask_adaptor
32 typedef typename pixfmt_type::color_type color_type;
33 typedef typename pixfmt_type::row_data row_data;
62 pixfmt_amask_adaptor(pixfmt_type& pixf, const amask_type& mask) :
66 void attach_pixfmt(pixfmt_type& pixf) { m_pixf = &pixf; }
232 pixfmt_type* m_pixf;
H A Dagg_renderer_base.h33 typedef PixelFormat pixfmt_type; typedef in class:agg::renderer_base
34 typedef typename pixfmt_type::color_type color_type;
35 typedef typename pixfmt_type::row_data row_data;
39 renderer_base(pixfmt_type& ren) :
43 void attach(pixfmt_type& ren)
50 const pixfmt_type& ren() const { return *m_ren; }
51 pixfmt_type& ren() { return *m_ren; }
603 pixfmt_type* m_ren;
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h31 typedef PixelFormat pixfmt_type; typedef in class:agg::renderer_region
32 typedef typename pixfmt_type::color_type color_type;
33 typedef renderer_base<pixfmt_type> base_ren_type;
36 renderer_region(pixfmt_type& ren) :
47 const pixfmt_type& ren() const { return m_ren.ren(); }
48 pixfmt_type& ren() { return m_ren.ren(); }

Completed in 45 milliseconds