/third_party/boost/libs/gil/test/core/algorithm/ |
D | std_uninitialized_fill.cpp | 140 … BOOST_TEST_EQ((int)get_color(p, gil::red_t()), (int)get_color(fill_pixel, gil::red_t())); in test_fill_with_packed_pixel_bgr121() 161 … BOOST_TEST_EQ((int)get_color(p, gil::red_t()), (int)get_color(fill_pixel, gil::red_t())); in test_fill_with_packed_pixel_rgb535() 182 … BOOST_TEST_EQ((int)get_color(p, gil::red_t()), (int)get_color(fill_pixel, gil::red_t())); in test_bit_aligned_pixel_bgr232() 203 … BOOST_TEST_EQ((int)get_color(p, gil::red_t()), (int)get_color(fill_pixel, gil::red_t())); in test_bit_aligned_pixel_rgb567()
|
/third_party/boost/libs/gil/test/extension/numeric/ |
D | pixel_numeric_operations_float.cpp | 32 BOOST_TEST_EQ(get_color(c, gil::red_t()), 20); in test_plus() 39 BOOST_TEST_EQ(get_color(d, gil::red_t()), 20); in test_plus() 55 BOOST_GIL_TEST_IS_CLOSE(get_color(c, gil::red_t()), 2.f, epsilon); in test_multiply() 70 BOOST_TEST_EQ(get_color(c, gil::red_t()), 5); in test_divide() 84 BOOST_GIL_TEST_IS_CLOSE(get_color(c, gil::red_t()), 0.5f, epsilon); in test_divide()
|
D | numeric.cpp | 69 BOOST_ASSERT( get_color( c, red_t() ) == 20 ); in BOOST_AUTO_TEST_CASE() 79 BOOST_ASSERT( get_color( d, red_t() ) == 20 ); in BOOST_AUTO_TEST_CASE() 96 BOOST_CHECK_CLOSE( static_cast<float>( get_color( c, red_t() )), 2.f, epsilon ); in BOOST_AUTO_TEST_CASE() 114 BOOST_ASSERT( get_color( c, red_t() ) == 5 ); in BOOST_AUTO_TEST_CASE() 131 BOOST_CHECK_CLOSE( static_cast< float >( get_color( c, red_t() )), 0.5f, epsilon ); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/gil/ |
D | color_convert.hpp | 97 get_color(dst,red_t()) = in operator ()() 98 … channel_convert<typename color_element_type<P2, red_t >::type>(get_color(src,gray_color_t())); in operator ()() 133 get_color(src,red_t()), get_color(src,green_t()), get_color(src,blue_t()) in operator ()() 162 src_t const r = get_color(src, red_t()); in operator ()() 205 get_color(dst,red_t()) = in operator ()() 206 channel_convert<typename color_element_type<P2,red_t>::type>( in operator ()() 280 get_color(dst,red_t()) =get_color(tmp,red_t()); in operator ()() 299 … pixel<T1,rgb_layout_t>(channel_multiply(get_color(src,red_t()), get_color(src,alpha_t())), in operator ()()
|
D | rgb.hpp | 24 struct red_t {}; struct 34 using rgb_t = mp11::mp_list<red_t, green_t, blue_t>;
|
D | rgba.hpp | 25 using rgba_t =mp11::mp_list<red_t, green_t, blue_t, alpha_t>;
|
/third_party/boost/boost/gil/extension/toolbox/color_spaces/ |
D | gray_alpha.hpp | 46 get_color(dst,red_t()) = in operator ()() 47 … channel_convert<typename color_element_type<P2, red_t>::type>(get_color(src,gray_color_t())); in operator ()() 62 get_color(dst,red_t()) = in operator ()() 63 channel_convert<typename color_element_type<P2, red_t>::type>( in operator ()()
|
D | ycbcr.hpp | 141 get_color( dst, red_t() ) = (dst_channel_t) red; in convert() 163 get_color(dst, red_t()) = static_cast<dst_channel_t>( in convert() 193 src_channel_t red = channel_convert<src_channel_t>( get_color(src, red_t())); in operator ()() 221 src_channel_t red = channel_convert<src_channel_t>( get_color(src, red_t())); in operator ()() 257 get_color( dst, red_t() ) = (dst_channel_t) red; in operator ()()
|
D | xyz.hpp | 72 channel_convert<float32_t>(get_color(src, red_t())))); in operator ()() 126 get_color(dst,red_t()) = in operator ()() 127 channel_convert<typename color_element_type<P2, red_t>::type>( in operator ()()
|
D | hsv.hpp | 59 float32_t temp_red = channel_convert<float32_t>( get_color( src, red_t() )); in operator ()() 221 get_color(dst,red_t()) = in operator ()() 222 channel_convert<typename color_element_type< P2, red_t >::type>( red ); in operator ()()
|
D | hsl.hpp | 55 float32_t temp_red = channel_convert<float32_t>( get_color( src, red_t() )); in operator ()() 249 get_color(dst,red_t()) = in operator ()() 250 channel_convert<typename color_element_type< P2, red_t >::type>( red ); in operator ()()
|
/third_party/boost/boost/intrusive/detail/ |
D | rbtree_node.hpp | 49 enum color { red_t, black_t }; enumerator 61 enum color { red_t, black_t }; enumerator 117 { return node::red_t; } in red() 173 { return node::red_t; } in red()
|
/third_party/boost/libs/gil/test/extension/toolbox/ |
D | channel_view.cpp | 22 = gil::channel_view_type<gil::red_t, gil::rgb8_view_t::const_t>::type; in test_channel_view() 35 channel_view_t const red = gil::channel_view<gil::red_t>(gil::const_view(img)); in test_channel_view()
|
D | indexed_image.cpp | 139 BOOST_TEST_EQ(gil::get_color(p, gil::red_t()), 70); in test_index_image_view() 143 BOOST_TEST_EQ(gil::get_color(q, gil::red_t()), 70); in test_index_image_view()
|
D | indexed_image_test.cpp | 141 BOOST_ASSERT(bg::get_color(p, bg::red_t()) == 70); in BOOST_AUTO_TEST_CASE() 145 BOOST_ASSERT(bg::get_color(q, bg::red_t()) == 70); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/gil/extension/toolbox/color_converters/ |
D | gray_to_rgba.hpp | 22 get_color(dst,red_t()) = in operator ()() 23 … channel_convert<typename color_element_type<P2, red_t >::type>(get_color(src,gray_color_t())); in operator ()()
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | color_space.rst.txt | 52 struct red_t {}; 56 rgba_t = using mpl::vector4<red_t, green_t, blue_t, alpha_t>; 59 semantic order. For example, ``red_t`` is the first semantic channel of
|
D | pixel.rst.txt | 249 assert(get_color<red_t>(rgb8) == get_color<red_t>(bgr8)); 252 assert(get_color(rgb8,red_t()) == get_color(bgr8,red_t())); 265 get_color<red_t>(ref) = 10; // assignment is ok because the reference is mutable 266 assert(get_color<red_t>(bgr8)==10); // references modify the value they are bound to 273 get_color(r565,red_t()) = channel_convert<rgb565_channel0_t>(get_color(rgb_full,red_t()));
|
/third_party/boost/libs/gil/doc/design/ |
D | color_space.rst | 52 struct red_t {}; 56 rgba_t = using mpl::vector4<red_t, green_t, blue_t, alpha_t>; 59 semantic order. For example, ``red_t`` is the first semantic channel of
|
D | pixel.rst | 249 assert(get_color<red_t>(rgb8) == get_color<red_t>(bgr8)); 252 assert(get_color(rgb8,red_t()) == get_color(bgr8,red_t())); 265 get_color<red_t>(ref) = 10; // assignment is ok because the reference is mutable 266 assert(get_color<red_t>(bgr8)==10); // references modify the value they are bound to 273 get_color(r565,red_t()) = channel_convert<rgb565_channel0_t>(get_color(rgb_full,red_t()));
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | scanline_read.hpp | 290 get_color( this->_palette[i], red_t() ) = this->_io_dev.read_uint8(); in read_palette() 388 get_color( dst_it[i], red_t() ) = static_cast< byte_t >( r ); in read_15_bits_row()
|
D | reader_backend.hpp | 190 get_color( _palette[i], red_t() ) = _io_dev.read_uint8(); in read_palette()
|
/third_party/boost/boost/gil/extension/io/tiff/detail/ |
D | reader_backend.hpp | 148 tiff_color_map::red_t _red;
|
/third_party/boost/libs/gil/test/legacy/ |
D | pixel.cpp | 237 …get_color(r565,red_t()) = channel_convert<kth_element_type<rgb565_pixel_t, 0>::type>(get_color(r… in test_packed_pixel()
|
/third_party/boost/boost/gil/extension/io/tiff/ |
D | tags.hpp | 149 using red_t = uint16_t *; typedef
|