/third_party/boost/libs/gil/example/ |
D | packed_pixel.cpp | 51 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/ |
D | packed_pixel.cpp | 51 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/ |
D | pnm_write_test.cpp | 35 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()
|
D | pnm_read_test.cpp | 104 gray1_image_t img; in BOOST_AUTO_TEST_CASE() 112 test_pnm_scanline_reader< gray1_image_t >( "p4.pnm" ); in BOOST_AUTO_TEST_CASE()
|
D | tiff_old_test.cpp | 73 gray1_image_t in BOOST_AUTO_TEST_CASE()
|
D | pnm_old_test.cpp | 88 gray1_image_t in BOOST_AUTO_TEST_CASE()
|
D | png_read_test.cpp | 363 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()
|
D | pnm_test.cpp | 309 gray1_image_t in BOOST_AUTO_TEST_CASE()
|
D | tiff_test.cpp | 344 gray1_image_t in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/gil/test/extension/io/pnm/ |
D | pnm_write_test.cpp | 27 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()
|
D | pnm_read_test.cpp | 81 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()
|
D | pnm_old_test.cpp | 70 … mp11::mp_list<gil::gray8_image_t, gil::gray16_image_t, gil::rgb8_image_t, gil::gray1_image_t>; in test_old_dynamic_image()
|
D | pnm_test.cpp | 212 gil::gray1_image_t in test_dynamic_image_test()
|
/third_party/boost/boost/gil/extension/io/tiff/detail/ |
D | scanline_read.hpp | 112 … 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()
|
D | read.hpp | 157 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/ |
D | tiff_old_test.cpp | 68 gil::gray1_image_t in test_old_dynamic_image()
|
D | tiff_test.cpp | 276 gil::gray1_image_t in test_dynamic_image()
|
/third_party/boost/boost/gil/io/ |
D | typedefs.hpp | 44 using gray1_image_t = bit_aligned_image1_type<1, gray_layout_t>::type; typedef
|
/third_party/boost/boost/gil/extension/io/pnm/detail/ |
D | read.hpp | 127 read_bin_data< gray1_image_t::view_t >( view ); in apply() 241 , gray1_image_t::view_t in read_text_row()
|
D | write.hpp | 140 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/ |
D | png_read_test.cpp | 330 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/ |
D | read.hpp | 176 case 1: read_rows< gray1_image_t::view_t::reference >( view ); break; in apply()
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | scanline_read.hpp | 340 read_bit_row< gray1_image_t::view_t >( dst ); in read_1_bit_row()
|
D | read.hpp | 133 gray1_image_t::view_t, in apply()
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | io.rst.txt | 384 :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)
|