/third_party/boost/boost/gil/ |
D | color_base_algorithm.hpp | 281 static Op static_for_each(P1& p1, Op op) { in static_for_each() function 282 Op op2(element_recursion<N-1>::static_for_each(p1,op)); in static_for_each() 287 static Op static_for_each(const P1& p1, Op op) { in static_for_each() function 288 Op op2(element_recursion<N-1>::static_for_each(p1,op)); in static_for_each() 294 static Op static_for_each(P1& p1, P2& p2, Op op) { in static_for_each() function 295 Op op2(element_recursion<N-1>::static_for_each(p1,p2,op)); in static_for_each() 300 static Op static_for_each(P1& p1, const P2& p2, Op op) { in static_for_each() function 301 Op op2(element_recursion<N-1>::static_for_each(p1,p2,op)); in static_for_each() 306 static Op static_for_each(const P1& p1, P2& p2, Op op) { in static_for_each() function 307 Op op2(element_recursion<N-1>::static_for_each(p1,p2,op)); in static_for_each() [all …]
|
D | deprecated.hpp | 26 #define for_each_channel static_for_each
|
D | color_convert.hpp | 55 static_for_each(src,dst,default_channel_converter()); in operator ()() 312 static_for_each(src,dst,default_channel_converter()); in operator ()()
|
D | algorithm.hpp | 173 static_for_each(first,last,dst,boost::gil::detail::copy_fn<IC1,IC2>()); in copy() 393 static_for_each(first, last, p, std_fill_t()); in fill_aux() 491 static_for_each(first,last,std_destruct_t()); in destruct_aux()
|
D | color_base.hpp | 634 static_for_each(x, y, detail::swap_fn()); in swap()
|
/third_party/boost/libs/gil/doc/design/ |
D | color_base.rst | 182 template <typename CB1, typename Op> Op static_for_each( CB1&,Op); 183 template <typename CB1, typename Op> Op static_for_each(const CB1&,Op); 184 …template <typename CB1,typename CB2, typename Op> Op static_for_each( CB1&, … 185 …template <typename CB1,typename CB2, typename Op> Op static_for_each( CB1&,const … 186 …template <typename CB1,typename CB2, typename Op> Op static_for_each(const CB1&, … 187 …template <typename CB1,typename CB2, typename Op> Op static_for_each(const CB1&,const … 188 …template <typename CB1,typename CB2,typename CB3,typename Op> Op static_for_each( CB1&, … 189 …template <typename CB1,typename CB2,typename CB3,typename Op> Op static_for_each( CB1&, … 190 …template <typename CB1,typename CB2,typename CB3,typename Op> Op static_for_each( CB1&,const … 191 …template <typename CB1,typename CB2,typename CB3,typename Op> Op static_for_each( CB1&,const … [all …]
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | color_base.rst.txt | 182 template <typename CB1, typename Op> Op static_for_each( CB1&,Op); 183 template <typename CB1, typename Op> Op static_for_each(const CB1&,Op); 184 …template <typename CB1,typename CB2, typename Op> Op static_for_each( CB1&, … 185 …template <typename CB1,typename CB2, typename Op> Op static_for_each( CB1&,const … 186 …template <typename CB1,typename CB2, typename Op> Op static_for_each(const CB1&, … 187 …template <typename CB1,typename CB2, typename Op> Op static_for_each(const CB1&,const … 188 …template <typename CB1,typename CB2,typename CB3,typename Op> Op static_for_each( CB1&, … 189 …template <typename CB1,typename CB2,typename CB3,typename Op> Op static_for_each( CB1&, … 190 …template <typename CB1,typename CB2,typename CB3,typename Op> Op static_for_each( CB1&,const … 191 …template <typename CB1,typename CB2,typename CB3,typename Op> Op static_for_each( CB1&,const … [all …]
|
/third_party/boost/boost/gil/extension/numeric/ |
D | pixel_numeric_operations.hpp | 166 static_for_each(p, channel_halves_t<typename channel_type<PixelRef>::type>()); in operator ()() 179 static_for_each(p, channel_zeros_t<typename channel_type<PixelRef>::type>()); in operator ()() 189 static_for_each(p, channel_zeros_t<typename channel_type<Pixel>::type>()); in zero_channels() 205 static_for_each(src, dst, in operator ()()
|
D | sampler.hpp | 60 static_for_each(src,dst,cast_channel_fn()); in cast_pixel() 80 static_for_each(src,dst, add_dst_mul_src_channel<Weight>(weight)); in operator ()()
|
/third_party/boost/libs/gil/test/ |
D | test_utility_output_stream.hpp | 99 static_for_each(p, test::utility::print_color_base{os}); in operator <<() 113 static_for_each(p, test::utility::print_color_base{os}); in operator <<() 126 static_for_each(p, test::utility::print_color_base{os}); in operator <<()
|
D | unit_test_utility.hpp | 60 static_for_each(p, detail::print_color_base{os}); in operator <<()
|
/third_party/boost/boost/gil/extension/toolbox/color_spaces/ |
D | cmyka.hpp | 68 static_for_each(src,dst,default_channel_converter()); in operator ()()
|
/third_party/boost/libs/gil/example/ |
D | interleaved_ref.hpp | 123 static_for_each(x,y,detail::swap_fn_t()); in swap()
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | interleaved_ref.hpp | 123 static_for_each(x,y,detail::swap_fn_t()); in swap()
|
/third_party/boost/libs/gil/test/legacy/ |
D | pixel.cpp | 96 static_for_each(C2::_pixel, increment()); in test_heterogeneous()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …ic_assert:[6,7,12,13],static_copi:2,static_equ:2,static_fil:[2,7,28],static_for_each:[2,28],static…
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 381 ``static_for_each``. They are the channel-level equivalents of STL
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | gradient.rst | 381 ``static_for_each``. They are the channel-level equivalents of STL
|