Home
last modified time | relevance | path

Searched refs:view_t (Results 1 – 25 of 57) sorted by relevance

123

/third_party/boost/boost/gil/
Ddevice_n.hpp61 inline typename type_from_x_iterator<planar_pixel_iterator<IC,devicen_t<2>>>::view_t
64 using view_t = typename type_from_x_iterator<planar_pixel_iterator<IC,devicen_t<2>>>::view_t; in planar_devicen_view() typedef
65 …return view_t(width, height, typename view_t::locator(typename view_t::x_iterator(c0,c1), rowsize_… in planar_devicen_view()
73 -> typename type_from_x_iterator<planar_pixel_iterator<IC,devicen_t<3>>>::view_t in planar_devicen_view()
75 using view_t = typename type_from_x_iterator<planar_pixel_iterator<IC,devicen_t<3>>>::view_t; in planar_devicen_view() typedef
76 …return view_t(width, height, typename view_t::locator(typename view_t::x_iterator(c0,c1,c2), rowsi… in planar_devicen_view()
84 -> typename type_from_x_iterator<planar_pixel_iterator<IC,devicen_t<4>>>::view_t in planar_devicen_view()
86 using view_t = typename type_from_x_iterator<planar_pixel_iterator<IC,devicen_t<4>>>::view_t; in planar_devicen_view() typedef
87 …return view_t(width, height, typename view_t::locator(typename view_t::x_iterator(c0,c1,c2,c3), ro… in planar_devicen_view()
95 -> typename type_from_x_iterator<planar_pixel_iterator<IC,devicen_t<5>>>::view_t in planar_devicen_view()
[all …]
Dimage.hpp49 using view_t = typename view_type_from_pixel<Pixel, IsPlanar>::type; typedef in boost::gil::image
50 using const_view_t = typename view_t::const_t;
51 using point_t = typename view_t::point_t;
52 using coord_t = typename view_t::coord_t;
53 using value_type = typename view_t::value_type;
121 img._view = view_t(); in image()
169 lhs._view = boost::exchange(rhs._view, image::view_t{}); in exchange_memory()
193 img._view = image::view_t{}; in move_assign()
199 this->_view = view_t{}; in move_assign()
340view_t _view; // contains pointer to the pixels, the image size and ways to navigate pi…
[all …]
Dcmyk.hpp43 inline typename type_from_x_iterator<planar_pixel_iterator<IC,cmyk_t> >::view_t
46 using view_t = typename type_from_x_iterator<planar_pixel_iterator<IC,cmyk_t> >::view_t; in planar_cmyk_view() typedef
47 …return view_t(width, height, typename view_t::locator(planar_pixel_iterator<IC,cmyk_t>(c,m,y,k), r… in planar_cmyk_view()
Drgb.hpp50 -> typename type_from_x_iterator<planar_pixel_iterator<IC, rgb_t> >::view_t in planar_rgb_view()
52 using view_t = typename type_from_x_iterator<planar_pixel_iterator<IC, rgb_t>>::view_t; in planar_rgb_view() typedef
54 return view_t( in planar_rgb_view()
56 typename view_t::locator( in planar_rgb_view()
Drgba.hpp46 -> typename type_from_x_iterator<planar_pixel_iterator<ChannelPtr, rgba_t> >::view_t in planar_rgba_view()
49 using view_t = typename type_from_x_iterator<pixel_iterator_t>::view_t; in planar_rgba_view() typedef
50 using locator_t = typename view_t::locator; in planar_rgba_view()
53 return view_t(width, height, loc); in planar_rgba_view()
Dimage_view_factory.hpp57 typename type_from_x_iterator<Iterator>::view_t
60 using RView = typename type_from_x_iterator<Iterator>::view_t; in interleaved_view()
69 -> typename type_from_x_iterator<Iterator>::view_t in interleaved_view()
71 using RView = typename type_from_x_iterator<Iterator>::view_t; in interleaved_view()
284 using view_t =typename dynamic_xy_step_type<View>::type; in subsampled_view() typedef
285 return view_t( in subsampled_view()
288 typename view_t::xy_locator(src.xy_at(0,0), x_step, y_step)); in subsampled_view()
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dscanline_read.hpp112 … using channel_t = channel_type<get_pixel_type<gray1_image_t::view_t>::type>::type; in initialize()
131 … using channel_t = channel_type<get_pixel_type<gray2_image_t::view_t>::type>::type; in initialize()
149 … using channel_t = channel_type<get_pixel_type<gray4_image_t::view_t>::type>::type; in initialize()
168 … using channel_t = channel_type<get_pixel_type<gray8_image_t::view_t>::type>::type; in initialize()
187 … using channel_t = channel_type<get_pixel_type<gray16_image_t::view_t>::type>::type; in initialize()
206 … using channel_t = channel_type<get_pixel_type<gray24_image_t::view_t>::type>::type; in initialize()
225 … using channel_t = channel_type<get_pixel_type<gray32_image_t::view_t>::type>::type; in initialize()
396 read_n_bits_row< gray1_image_t::view_t >( dst, pos ); in read_1_bit_index_image()
401 read_n_bits_row< gray2_image_t::view_t >( dst, pos ); in read_2_bits_index_image()
406 read_n_bits_row< gray4_image_t::view_t >( dst, pos ); in read_4_bits_index_image()
[all …]
Dread.hpp233 … case 1: { read_data< detail::row_buffer_helper_view< gray1_image_t::view_t > >( v, 0 ); break; } in read()
234 … case 2: { read_data< detail::row_buffer_helper_view< gray2_image_t::view_t > >( v, 0 ); break; } in read()
235 … case 4: { read_data< detail::row_buffer_helper_view< gray4_image_t::view_t > >( v, 0 ); break; } in read()
308 typename PaletteImage::view_t> in read_palette_image()
697 using view_t = typename Image::view_t; in apply() typedef
699 return is_allowed< view_t >( _info in apply()
/third_party/boost/boost/gil/extension/toolbox/image_types/
Dindexed_image.hpp215 using view_t = indexed_image_view in view() typedef
230 return view_t( in view()
233 …, typename view_t::locator(point_t(0, 0), point_t(1, 1), defer_fn_t(iv.xy_at(0, 0), pv.xy_at(0, 0)… in view()
249 using indices_view_t = typename indices_t::view_t;
250 using palette_view_t = typename palette_t::view_t;
268 using view_t = indexed_image_view<locator_t>; typedef in boost::gil::indexed_image
269 using const_view_t = typename view_t::const_t;
322 view_t _view;
345 _view = view_t( dimensions in init()
361 const typename indexed_image< Index, Pixel >::view_t& view( indexed_image< Index, Pixel >& img ) in view()
[all …]
Dsubchroma_image.hpp362 using plane_view_t = typename plane_image_t::view_t;
378 using view_t = subchroma_image_view<locator_t, Factors>; typedef in boost::gil::subchroma_image
379 using const_view_t = typename view_t::const_t;
395 view_t _view;
414 _view = view_t( _y_plane.dimensions() in init()
462 const typename subchroma_image< Pixel, Factors >::view_t& view( subchroma_image< Pixel, Factors >& … in view()
508 >::view_t subchroma_view( std::size_t y_width in subchroma_view()
567 using view_t = typename subchroma_image<Pixel, Factors>::view_t; in subchroma_view() typedef
569 return view_t( point_t( y_width, y_height ) in subchroma_view()
/third_party/boost/libs/gil/test/core/image_view/
Dcollection.cpp37 gil::gray8_image_t::view_t view; in test_end()
43 gil::gray8_image_t::view_t view; in test_empty()
53 gil::gray8_image_t::view_t view; in test_size()
63 gil::gray8_image_t::view_t view1; in test_swap()
64 gil::gray8_image_t::view_t view2; in test_swap()
102 gil::gray8_image_t::view_t view; in test_rend()
/third_party/boost/libs/gil/test/extension/toolbox/
Dget_pixel_type.cpp20 gil::get_pixel_type<image_t::view_t>::type, in test_bit_aligned_image()
21 image_t::view_t::reference in test_bit_aligned_image()
30 gil::get_pixel_type<image_t::view_t>::type, in test_rgb8_image()
31 image_t::view_t::value_type in test_rgb8_image()
Dget_num_bits.cpp18 using channel_t = gil::channel_type<image_t::view_t::reference>::type; in test_get_num_bits()
31 using gray8_channel_t = gil::channel_type<gil::gray8_image_t::view_t::value_type>::type; in test_get_num_bits()
34 using rgba32_channel_t = gil::channel_type<gil::rgba32_image_t::view_t::value_type>::type; in test_get_num_bits()
Dindexed_image_test.cpp97 image_t::view_t::x_iterator it = bg::view(img).row_begin(y); in BOOST_AUTO_TEST_CASE()
129 (bg::gray8_image_t::view_t::x_iterator) indices.data(), in BOOST_AUTO_TEST_CASE()
133 (bg::rgb8_image_t::view_t::x_iterator) palette.data(), in BOOST_AUTO_TEST_CASE()
Dindexed_image.cpp95 image_t::view_t::x_iterator it = gil::view(img).row_begin(y); in test_index_image()
127 (gil::gray8_image_t::view_t::x_iterator) indices.data(), in test_index_image_view()
131 (gil::rgb8_image_t::view_t::x_iterator) palette.data(), in test_index_image_view()
/third_party/boost/boost/gil/concepts/
Dimage.hpp63 using view_t = typename Image::view_t; in constraints() typedef
64 gil_function_requires<MutableRandomAccessNDImageViewConcept<view_t>>(); in constraints()
73 view_t v = view(image); in constraints()
118 gil_function_requires<MutableRandomAccess2DImageViewConcept<typename Image::view_t>>(); in constraints()
149 gil_function_requires<MutableImageViewConcept<typename Image::view_t>>(); in constraints()
/third_party/boost/libs/gil/doc/html/_sources/design/
Dimage.rst.txt25 typename view_t; where MutableRandomAccessNDImageViewConcept<view_t>;
26 typename const_view_t = view_t::const_t;
27 typename point_t = view_t::point_t;
28 typename value_type = view_t::value_type;
39 const view_t& view(Img&);
67 where MutableImageViewConcept<view_t>;
68 typename coord_t = view_t::coord_t;
/third_party/boost/libs/gil/doc/design/
Dimage.rst25 typename view_t; where MutableRandomAccessNDImageViewConcept<view_t>;
26 typename const_view_t = view_t::const_t;
27 typename point_t = view_t::point_t;
28 typename value_type = view_t::value_type;
39 const view_t& view(Img&);
67 where MutableImageViewConcept<view_t>;
68 typename coord_t = view_t::coord_t;
/third_party/boost/boost/gil/io/
Dread_image.hpp41 typename get_pixel_type<typename Image::view_t>::type, in read_image()
70 typename get_pixel_type<typename Image::view_t>::type, in read_image()
99 typename get_pixel_type<typename Image::view_t>::type, in read_image()
131 typename get_pixel_type<typename Image::view_t>::type, in read_image()
158 typename get_pixel_type<typename Image::view_t>::type, in read_image()
/third_party/boost/libs/fusion/test/sequence/
Drepetitive_view.cpp41 typedef repetitive_view<seq_t> view_t; in main() typedef
42 view_t view(seq); in main()
/third_party/boost/boost/gil/extension/io/png/detail/
Dread.hpp176 case 1: read_rows< gray1_image_t::view_t::reference >( view ); break; in apply()
177 case 2: read_rows< gray2_image_t::view_t::reference >( view ); break; in apply()
178 case 4: read_rows< gray4_image_t::view_t::reference >( view ); break; in apply()
356 typename get_pixel_type<typename Image::view_t>::type, in apply()
/third_party/boost/boost/gil/extension/io/raw/detail/
Dread.hpp168 using view_t = typename Image::view_t; in apply() typedef
169 return is_allowed<view_t>(_info, std::true_type{}); in apply()
/third_party/boost/libs/gil/example/
Dinterleaved_ptr.cpp47 using rgb8_interleaved_view_t = type_from_x_iterator<rgb8_interleaved_ptr >::view_t; in main()
48 using rgb8c_interleaved_view_t = type_from_x_iterator<rgb8c_interleaved_ptr>::view_t; in main()
/third_party/boost/libs/gil/doc/html/_downloads/
Dinterleaved_ptr.cpp47 using rgb8_interleaved_view_t = type_from_x_iterator<rgb8_interleaved_ptr >::view_t; in main()
48 using rgb8c_interleaved_view_t = type_from_x_iterator<rgb8c_interleaved_ptr>::view_t; in main()
/third_party/boost/libs/gil/test/legacy/
Dpixel_iterator.cpp121 using view_t = image_t::view_t; in test_pixel_iterator() typedef
122 using ref_t = view_t::reference; in test_pixel_iterator()

123