Searched refs:gray4_image_t (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/gil/io/ |
D | typedefs.hpp | 46 using gray4_image_t = bit_aligned_image1_type<4, gray_layout_t>::type; typedef
|
/third_party/boost/boost/gil/extension/io/tiff/detail/ |
D | scanline_read.hpp | 149 … using channel_t = channel_type<get_pixel_type<gray4_image_t::view_t>::type>::type; in initialize() 406 read_n_bits_row< gray4_image_t::view_t >( dst, pos ); in read_4_bits_index_image()
|
D | read.hpp | 159 case 4: { read_palette_image< gray4_image_t >( dst_view ); break; } in apply() 235 … case 4: { read_data< detail::row_buffer_helper_view< gray4_image_t::view_t > >( v, 0 ); break; } in read()
|
/third_party/boost/libs/gil/test/extension/io/ |
D | png_read_test.cpp | 371 test_file< gray4_image_t >( "BASN0G04.PNG" ); in BOOST_AUTO_TEST_CASE() 372 test_png_scanline_reader< gray4_image_t >( "BASN0G04.PNG" ); in BOOST_AUTO_TEST_CASE() 434 test_file< gray4_image_t >( "BASI0G04.PNG" ); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/gil/test/extension/io/png/ |
D | png_read_test.cpp | 338 test_file<gil::gray4_image_t>("BASN0G04.PNG"); in test_basic_format() 339 test_png_scanline_reader<gil::gray4_image_t>("BASN0G04.PNG"); in test_basic_format() 401 test_file<gil::gray4_image_t>("BASI0G04.PNG"); in test_basic_format_interlaced()
|
/third_party/boost/boost/gil/extension/io/png/detail/ |
D | read.hpp | 178 case 4: read_rows< gray4_image_t::view_t::reference >( view ); break; in apply()
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | scanline_read.hpp | 349 read_bit_row< gray4_image_t::view_t >( dst ); in read_4_bits_row()
|
D | read.hpp | 159 gray4_image_t::view_t, in apply()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …ay1_image_t:24,gray2:24,gray32s_pixel_t:28,gray32s_view_t:28,gray4:24,gray4_image_t:24,gray7:24,gr… property
|
/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…
|
/third_party/boost/libs/gil/doc/ |
D | io.rst | 384 :Read: ``gray1_image_t``, ``gray4_image_t``, ``gray8_image_t``, ``rgb8_image_t`` and, ``rgba8_image…
|