Home
last modified time | relevance | path

Searched refs:gray1_image_t (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/libs/gil/example/
Dpacked_pixel.cpp51 using gray1_image_t = bit_aligned_image1_type<1, gray_layout_t>::type; in main() typedef
52 gray1_image_t gray1_img(img.dimensions()); in main()
/third_party/boost/libs/gil/doc/html/_downloads/
Dpacked_pixel.cpp51 using gray1_image_t = bit_aligned_image1_type<1, gray_layout_t>::type; in main() typedef
52 gray1_image_t gray1_img(img.dimensions()); in main()
/third_party/boost/libs/gil/test/extension/io/
Dpnm_write_test.cpp35 using gray1_image_t = bit_aligned_image1_type<1, gray_layout_t>::type; in BOOST_AUTO_TEST_CASE() typedef
36 gray1_image_t dst( 200, 200 ); in BOOST_AUTO_TEST_CASE()
Dpnm_read_test.cpp104 gray1_image_t img; in BOOST_AUTO_TEST_CASE()
112 test_pnm_scanline_reader< gray1_image_t >( "p4.pnm" ); in BOOST_AUTO_TEST_CASE()
Dtiff_old_test.cpp73 gray1_image_t in BOOST_AUTO_TEST_CASE()
Dpnm_old_test.cpp88 gray1_image_t in BOOST_AUTO_TEST_CASE()
Dpng_read_test.cpp363 test_file< gray1_image_t >( "BASN0G01.PNG" ); in BOOST_AUTO_TEST_CASE()
364 test_png_scanline_reader< gray1_image_t >( "BASN0G01.PNG" ); in BOOST_AUTO_TEST_CASE()
428 test_file< gray1_image_t >( "BASI0G01.PNG" ); in BOOST_AUTO_TEST_CASE()
Dpnm_test.cpp309 gray1_image_t in BOOST_AUTO_TEST_CASE()
Dtiff_test.cpp344 gray1_image_t in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/gil/test/extension/io/pnm/
Dpnm_write_test.cpp27 using gray1_image_t = gil::bit_aligned_image1_type<1, gil::gray_layout_t>::type; in test_write() typedef
28 gray1_image_t dst(200, 200); in test_write()
Dpnm_read_test.cpp81 gil::gray1_image_t img; in test_read_reference_images()
87 test_pnm_scanline_reader<gil::gray1_image_t>("p4.pnm"); in test_read_reference_images()
Dpnm_old_test.cpp70 … mp11::mp_list<gil::gray8_image_t, gil::gray16_image_t, gil::rgb8_image_t, gil::gray1_image_t>; in test_old_dynamic_image()
Dpnm_test.cpp212 gil::gray1_image_t in test_dynamic_image_test()
/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()
396 read_n_bits_row< gray1_image_t::view_t >( dst, pos ); in read_1_bit_index_image()
Dread.hpp157 case 1: { read_palette_image< gray1_image_t >( dst_view ); break; } in apply()
233 … case 1: { read_data< detail::row_buffer_helper_view< gray1_image_t::view_t > >( v, 0 ); break; } in read()
/third_party/boost/libs/gil/test/extension/io/tiff/
Dtiff_old_test.cpp68 gil::gray1_image_t in test_old_dynamic_image()
Dtiff_test.cpp276 gil::gray1_image_t in test_dynamic_image()
/third_party/boost/boost/gil/io/
Dtypedefs.hpp44 using gray1_image_t = bit_aligned_image1_type<1, gray_layout_t>::type; typedef
/third_party/boost/boost/gil/extension/io/pnm/detail/
Dread.hpp127 read_bin_data< gray1_image_t::view_t >( view ); in apply()
241 , gray1_image_t::view_t in read_text_row()
Dwrite.hpp140 static_assert(std::is_same<View, typename gray1_image_t::view_t>::value, ""); in write_data()
/third_party/boost/libs/gil/test/extension/io/png/
Dpng_read_test.cpp330 test_file<gil::gray1_image_t>("BASN0G01.PNG"); in test_basic_format()
331 test_png_scanline_reader<gil::gray1_image_t>("BASN0G01.PNG"); in test_basic_format()
395 test_file<gil::gray1_image_t>("BASI0G01.PNG"); in test_basic_format_interlaced()
/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()
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dscanline_read.hpp340 read_bit_row< gray1_image_t::view_t >( dst ); in read_1_bit_row()
Dread.hpp133 gray1_image_t::view_t, in apply()
/third_party/boost/libs/gil/doc/html/_sources/
Dio.rst.txt384 :Read: ``gray1_image_t``, ``gray4_image_t``, ``gray8_image_t``, ``rgb8_image_t`` and, ``rgba8_image…
508 * Bit images TIFF - fully supported, like ``gray1_image_t`` (minisblack)

12