Lines Matching refs:pixfmt_type

28         typedef PixFmt   pixfmt_type;
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_pixf;
110 typedef PixFmt pixfmt_type;
111 typedef typename pixfmt_type::color_type color_type;
112 typedef typename pixfmt_type::order_type order_type;
113 typedef typename pixfmt_type::value_type value_type;
114 enum pix_width_e { pix_width = pixfmt_type::pix_width };
117 image_accessor_no_clip(const pixfmt_type& pixf) : m_pixf(&pixf) {}
119 void attach(const pixfmt_type& pixf)
143 const pixfmt_type* m_pixf;
155 typedef PixFmt pixfmt_type;
156 typedef typename pixfmt_type::color_type color_type;
157 typedef typename pixfmt_type::order_type order_type;
158 typedef typename pixfmt_type::value_type value_type;
159 enum pix_width_e { pix_width = pixfmt_type::pix_width };
162 image_accessor_clone(const pixfmt_type& pixf) : m_pixf(&pixf) {}
164 void attach(const pixfmt_type& pixf)
216 const pixfmt_type* m_pixf;
229 typedef PixFmt pixfmt_type;
230 typedef typename pixfmt_type::color_type color_type;
231 typedef typename pixfmt_type::order_type order_type;
232 typedef typename pixfmt_type::value_type value_type;
233 enum pix_width_e { pix_width = pixfmt_type::pix_width };
236 image_accessor_wrap(const pixfmt_type& pixf) :
242 void attach(const pixfmt_type& pixf)
267 const pixfmt_type* m_pixf;