/third_party/boost/boost/gil/io/ |
D | typedefs.hpp | 44 using gray1_image_t = bit_aligned_image1_type<1, gray_layout_t>::type; 45 using gray2_image_t = bit_aligned_image1_type<2, gray_layout_t>::type; 46 using gray4_image_t = bit_aligned_image1_type<4, gray_layout_t>::type; 47 using gray6_image_t = bit_aligned_image1_type<6, gray_layout_t>::type; 48 using gray10_image_t = bit_aligned_image1_type<10, gray_layout_t>::type; 49 using gray12_image_t = bit_aligned_image1_type<12, gray_layout_t>::type; 50 using gray14_image_t = bit_aligned_image1_type<14, gray_layout_t>::type; 51 using gray24_image_t = bit_aligned_image1_type<24, gray_layout_t>::type; 53 using gray64f_pixel_t = pixel<double, gray_layout_t>;
|
/third_party/boost/libs/gil/test/core/image_view/ |
D | view_type.cpp | 57 test<gil::gray8_view_t, gil::gray_layout_t, Interleaved, NotStepX, Mutable>(); in main() 58 test<gil::gray8c_view_t, gil::gray_layout_t, Interleaved, NotStepX, Immutable>(); in main() 59 test<gil::gray8_step_view_t, gil::gray_layout_t, Interleaved, StepX, Mutable>(); in main() 60 test<gil::gray8c_step_view_t, gil::gray_layout_t, Interleaved, StepX, Immutable>(); in main() 61 test_not<gil::gray8_view_t, gil::gray_layout_t, Planar, NotStepX, Mutable>(); in main() 63 test_not<gil::gray8_view_t, gil::gray_layout_t, Interleaved, StepX, Mutable>(); in main() 64 test_not<gil::gray8_view_t, gil::gray_layout_t, Interleaved, NotStepX, Immutable>(); in main()
|
/third_party/boost/libs/gil/test/core/color_base/ |
D | concepts.cpp | 28 gil::detail::homogeneous_color_base<std::uint8_t, gil::gray_layout_t, 1> in main() 33 gil::detail::homogeneous_color_base<std::uint8_t, gil::gray_layout_t, 1> in main() 38 gil::detail::homogeneous_color_base<std::uint8_t, gil::gray_layout_t, 1> in main()
|
/third_party/boost/boost/gil/ |
D | image_view_factory.hpp | 310 …using type = typename view_type<typename channel_type<View>::type, gray_layout_t, false, true, vie… 324 …using type = typename view_type<typename channel_type<View>::type, gray_layout_t, false, false, vi… 368 using ref_t = typename pixel_reference_type<channel_t,gray_layout_t,false,is_mutable>::type; 371 using value_type = typename pixel_value_type<channel_t,gray_layout_t>::type; 372 … using const_reference = typename pixel_reference_type<channel_t,gray_layout_t,false,false>::type; 442 …using type = typename view_type<channel_t, gray_layout_t, false, true, view_is_mutable<View>::valu… 459 …using type = typename view_type<channel_t, gray_layout_t, false, false, view_is_mutable<View>::val… 504 using ref_t = typename pixel_reference_type<channel_t,gray_layout_t,false,is_mutable>::type; 508 using value_type = typename pixel_value_type<channel_t,gray_layout_t>::type; 509 … using const_reference = typename pixel_reference_type<channel_t,gray_layout_t,false,false>::type;
|
D | gray.hpp | 24 using gray_layout_t = layout<gray_t>; typedef
|
/third_party/boost/libs/gil/test/extension/io/ |
D | tiff_tiled_minisblack_test_21-31_32-64.cpp | 29 using gray32_pixel_t = pixel<unsigned int, gray_layout_t>; in BOOST_AUTO_TEST_CASE() 47 using gray64_pixel_t = pixel<uint64_t, gray_layout_t>; in BOOST_AUTO_TEST_CASE()
|
D | tiff_file_format_test.cpp | 38 using image_t = bit_aligned_image1_type<2, gray_layout_t>::type; in BOOST_AUTO_TEST_CASE() 61 using image_t = bit_aligned_image1_type<4, gray_layout_t>::type; in BOOST_AUTO_TEST_CASE() 84 using image_t = bit_aligned_image1_type<6, gray_layout_t>::type; in BOOST_AUTO_TEST_CASE() 130 using image_t = bit_aligned_image1_type<10, gray_layout_t>::type; in BOOST_AUTO_TEST_CASE() 153 using image_t = bit_aligned_image1_type<12, gray_layout_t>::type; in BOOST_AUTO_TEST_CASE() 176 using image_t = bit_aligned_image1_type<14, gray_layout_t>::type; in BOOST_AUTO_TEST_CASE() 222 using image_t = bit_aligned_image1_type<24, gray_layout_t>::type; in BOOST_AUTO_TEST_CASE()
|
D | tiff_tiled_minisblack_write_test_21-31_32-64.cpp | 27 using gray32_pixel_t = pixel<unsigned int, gray_layout_t>; in BOOST_AUTO_TEST_CASE() 52 using gray64_pixel_t = pixel<uint64_t, gray_layout_t>; in BOOST_AUTO_TEST_CASE()
|
D | tiff_subimage_test.cpp | 45 bit_aligned_image1_type< n, gray_layout_t >::type img1, img2, img3; \ 102 using gray32_pixel_t = pixel<unsigned int, gray_layout_t>; in BOOST_AUTO_TEST_CASE()
|
D | pnm_write_test.cpp | 35 using gray1_image_t = bit_aligned_image1_type<1, gray_layout_t>::type; in BOOST_AUTO_TEST_CASE()
|
D | tiff_tiled_write_macros.hpp | 65 bit_aligned_image1_type< n, gray_layout_t >::type img_strip, img_saved; \ 135 bit_aligned_image1_type< n, gray_layout_t >::type img_strip, img_saved; \
|
/third_party/boost/libs/gil/test/extension/io/tiff/ |
D | tiff_tiled_minisblack_test_21-31_32-64.cpp | 29 using gray32_pixel_t = gil::pixel<unsigned int, gil::gray_layout_t>; in test_read_tile_and_compare_with_minisblack_strip_32() 43 using gray64_pixel_t = gil::pixel<std::uint64_t, gil::gray_layout_t>; in test_read_tile_and_compare_with_minisblack_strip_64()
|
D | tiff_tiled_minisblack_write_test_21-31_32-64.cpp | 28 using gray32_pixel_t = gil::pixel<unsigned int, gil::gray_layout_t>; in test_write_tile_and_compare_with_minisblack_strip_32() 50 using gray64_pixel_t = gil::pixel<std::uint64_t, gil::gray_layout_t>; in test_write_tile_and_compare_with_minisblack_strip_64()
|
D | tiff_file_format_test.cpp | 32 using image_t = gil::bit_aligned_image1_type<2, gil::gray_layout_t>::type; in test_two_bit_minisblack_gray_image() 46 using image_t = gil::bit_aligned_image1_type<4, gil::gray_layout_t>::type; in test_four_bit_minisblack_gray_image() 60 using image_t = gil::bit_aligned_image1_type<6, gil::gray_layout_t>::type; in test_six_bit_minisblack_gray_image() 88 using image_t = gil::bit_aligned_image1_type<10, gil::gray_layout_t>::type; in test_ten_bit_minisblack_gray_image() 102 using image_t = gil::bit_aligned_image1_type<12, gil::gray_layout_t>::type; in test_twelve_bit_minisblack_gray_image() 116 using image_t = gil::bit_aligned_image1_type<14, gil::gray_layout_t>::type; in test_fourteen_bit_minisblack_gray_image() 144 using image_t = gil::bit_aligned_image1_type<24, gil::gray_layout_t>::type; in test_twentyfour_bit_minisblack_gray_image()
|
D | tiff_subimage_test.cpp | 43 gil::bit_aligned_image1_type<n, gil::gray_layout_t>::type img1, img2, img3; \ 97 using gray32_pixel_t = gil::pixel<unsigned int, gil::gray_layout_t>; in test_subimage_test_32()
|
/third_party/boost/libs/gil/test/extension/toolbox/ |
D | is_bit_aligned.cpp | 16 using image_t = gil::bit_aligned_image1_type< 4, gil::gray_layout_t>::type; in test_is_bit_aligned()
|
D | rgb_to_luminance.cpp | 20 using gray64f_pixel_t = pixel<double, gray_layout_t>;
|
D | is_homogeneous.cpp | 19 using image_t = gil::bit_aligned_image1_type< 4, gil::gray_layout_t>::type; in test_is_homogeneous()
|
D | color_convert_luminance.cpp | 22 using gray64f_pixel_t = gil::pixel<double, gil::gray_layout_t>;
|
/third_party/boost/libs/gil/test/legacy/ |
D | pixel_iterator.cpp | 60 …static_assert(std::is_same<iterator_type<uint8_t,gray_layout_t,false,false,false>::type,gray8c_ptr… in test_pixel_iterator() 118 using gray3_image_t = bit_aligned_image1_type<3, gray_layout_t>::type; in test_pixel_iterator()
|
/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()
|
D | x_gradient.cpp | 43 using gray_pixel_t = pixel<typename channel_type<SrcView>::type, gray_layout_t>; in x_luminosity_gradient()
|
/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()
|
D | x_gradient.cpp | 43 using gray_pixel_t = pixel<typename channel_type<SrcView>::type, gray_layout_t>; in x_luminosity_gradient()
|
/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()
|