/third_party/boost/boost/gil/extension/toolbox/color_spaces/ |
D | gray_alpha.hpp | 19 using gray_alpha_t = mp11::mp_list<gray_color_t,alpha_t>; 47 … channel_convert<typename color_element_type<P2, red_t>::type>(get_color(src,gray_color_t())); in operator ()() 49 … channel_convert<typename color_element_type<P2, green_t>::type>(get_color(src,gray_color_t())); in operator ()() 51 … channel_convert<typename color_element_type<P2, blue_t>::type>(get_color(src,gray_color_t())); in operator ()() 64 channel_multiply(get_color(src,gray_color_t()),get_color(src,alpha_t()) ) in operator ()() 68 channel_multiply(get_color(src,gray_color_t()),get_color(src,alpha_t()) ) in operator ()() 72 channel_multiply(get_color(src,gray_color_t()),get_color(src,alpha_t()) ) in operator ()() 82 get_color(dst,gray_color_t()) = in operator ()() 83 channel_convert<typename color_element_type<P2, gray_color_t>::type>( in operator ()() 84 channel_multiply(get_color(src,gray_color_t()),get_color(src,alpha_t()) ) in operator ()()
|
/third_party/boost/libs/gil/test/legacy/ |
D | pixel_iterator.cpp | 144 unsigned char v1 = get_color( p1, gray_color_t() ); in test_pixel_iterator() 145 unsigned char v2 = get_color( p2, gray_color_t() ); in test_pixel_iterator() 146 unsigned char v3 = get_color( p3, gray_color_t() ); in test_pixel_iterator() 147 unsigned char v4 = get_color( p4, gray_color_t() ); in test_pixel_iterator() 148 unsigned char v5 = get_color( p5, gray_color_t() ); in test_pixel_iterator() 149 unsigned char v6 = get_color( p6, gray_color_t() ); in test_pixel_iterator() 150 unsigned char v7 = get_color( p7, gray_color_t() ); in test_pixel_iterator() 151 unsigned char v8 = get_color( p8, gray_color_t() ); in test_pixel_iterator()
|
D | image.cpp | 77 get_color(dst,gray_color_t())=channel_invert(get_color(dst,gray_color_t())); in operator ()()
|
D | pixel.cpp | 300 uint16_t g = get_color(g16,gray_color_t()); in test_pixel()
|
/third_party/boost/boost/gil/extension/toolbox/color_converters/ |
D | gray_to_rgba.hpp | 23 … channel_convert<typename color_element_type<P2, red_t >::type>(get_color(src,gray_color_t())); in operator ()() 25 … channel_convert<typename color_element_type<P2, green_t>::type>(get_color(src,gray_color_t())); in operator ()() 27 … channel_convert<typename color_element_type<P2, blue_t >::type>(get_color(src,gray_color_t())); in operator ()()
|
/third_party/boost/boost/gil/ |
D | color_convert.hpp | 98 … channel_convert<typename color_element_type<P2, red_t >::type>(get_color(src,gray_color_t())); in operator ()() 100 … channel_convert<typename color_element_type<P2, green_t>::type>(get_color(src,gray_color_t())); in operator ()() 102 … channel_convert<typename color_element_type<P2, blue_t >::type>(get_color(src,gray_color_t())); in operator ()() 121 … channel_convert<typename color_element_type<P2, black_t >::type>(get_color(src,gray_color_t())); in operator ()() 131 get_color(dst,gray_color_t()) = in operator ()() 132 detail::rgb_to_luminance<typename color_element_type<P2,gray_color_t>::type>( in operator ()() 232 get_color(dst,gray_color_t())= in operator ()() 233 channel_convert<typename color_element_type<P2,gray_color_t>::type>( in operator ()()
|
D | gray.hpp | 18 struct gray_color_t {}; struct 21 using gray_t = mp11::mp_list<gray_color_t>;
|
D | pixel.hpp | 26 struct gray_color_t; 27 using gray_t = mp11::mp_list<gray_color_t>;
|
/third_party/boost/libs/gil/test/core/algorithm/ |
D | std_uninitialized_fill.cpp | 121 …BOOST_TEST_EQ((int)get_color(p, gil::gray_color_t()), (int)get_color(fill_pixel, gil::gray_color_t… in test_fill_with_packed_pixel_gray3()
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | extending.rst.txt | 74 get_color(dst,gray_color_t())=channel_invert(get_color(dst,gray_color_t()));
|
D | examples.rst.txt | 58 gray_channel_t gray = get_color(src,gray_color_t());
|
/third_party/boost/libs/gil/doc/design/ |
D | extending.rst | 74 get_color(dst,gray_color_t())=channel_invert(get_color(dst,gray_color_t()));
|
D | examples.rst | 58 gray_channel_t gray = get_color(src,gray_color_t());
|
/third_party/boost/boost/gil/extension/io/tiff/detail/ |
D | scanline_read.hpp | 389 auto const c = static_cast<std::uint16_t>(get_color(*src_it, gray_color_t())); in read_n_bits_row()
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | scanline_read.hpp | 329 unsigned char c = get_color( *src_it, gray_color_t() ); in read_bit_row()
|
D | read.hpp | 291 unsigned char c = get_color( *it, gray_color_t() ); in read_palette_image()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …_t:28,gray_alpha:24,gray_alpha_16:24,gray_alpha_8:24,gray_channel_t:7,gray_color_t:[7,8],gray_cs_t… property
|