Home
last modified time | relevance | path

Searched refs:static_for_each (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/gil/
Dcolor_base_algorithm.hpp281 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 …]
Ddeprecated.hpp26 #define for_each_channel static_for_each
Dcolor_convert.hpp55 static_for_each(src,dst,default_channel_converter()); in operator ()()
312 static_for_each(src,dst,default_channel_converter()); in operator ()()
Dalgorithm.hpp173 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()
Dcolor_base.hpp634 static_for_each(x, y, detail::swap_fn()); in swap()
/third_party/boost/libs/gil/doc/design/
Dcolor_base.rst182 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/
Dcolor_base.rst.txt182 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/
Dpixel_numeric_operations.hpp166 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 ()()
Dsampler.hpp60 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/
Dtest_utility_output_stream.hpp99 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 <<()
Dunit_test_utility.hpp60 static_for_each(p, detail::print_color_base{os}); in operator <<()
/third_party/boost/boost/gil/extension/toolbox/color_spaces/
Dcmyka.hpp68 static_for_each(src,dst,default_channel_converter()); in operator ()()
/third_party/boost/libs/gil/example/
Dinterleaved_ref.hpp123 static_for_each(x,y,detail::swap_fn_t()); in swap()
/third_party/boost/libs/gil/doc/html/_downloads/
Dinterleaved_ref.hpp123 static_for_each(x,y,detail::swap_fn_t()); in swap()
/third_party/boost/libs/gil/test/legacy/
Dpixel.cpp96 static_for_each(C2::_pixel, increment()); in test_heterogeneous()
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …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/
Dgradient.rst.txt381 ``static_for_each``. They are the channel-level equivalents of STL
/third_party/boost/libs/gil/doc/tutorial/
Dgradient.rst381 ``static_for_each``. They are the channel-level equivalents of STL