/third_party/boost/boost/gil/ |
D | color_base_algorithm.hpp | 368 static Op static_transform(P1& src, Dst& dst, Op op) { in static_transform() function 369 Op op2(element_recursion<N-1>::static_transform(src,dst,op)); in static_transform() 374 static Op static_transform(const P1& src, Dst& dst, Op op) { in static_transform() function 375 Op op2(element_recursion<N-1>::static_transform(src,dst,op)); in static_transform() 381 static Op static_transform(P1& src1, P2& src2, Dst& dst, Op op) { in static_transform() function 382 Op op2(element_recursion<N-1>::static_transform(src1,src2,dst,op)); in static_transform() 387 static Op static_transform(P1& src1, const P2& src2, Dst& dst, Op op) { in static_transform() function 388 Op op2(element_recursion<N-1>::static_transform(src1,src2,dst,op)); in static_transform() 393 static Op static_transform(const P1& src1, P2& src2, Dst& dst, Op op) { in static_transform() function 394 Op op2(element_recursion<N-1>::static_transform(src1,src2,dst,op)); in static_transform() [all …]
|
D | planar_pixel_iterator.hpp | 105 static_transform(*pix,*this, address_of()); in operator =() 126 void increment() { static_transform(*this,*this,detail::inc<ChannelPtr>()); } in increment() 127 void decrement() { static_transform(*this,*this,detail::dec<ChannelPtr>()); } in decrement() 128 …void advance(std::ptrdiff_t d){ static_transform(*this,*this,std::bind(detail::plus_asymmetric<Cha… in advance() 221 static_transform(p, p, memunit_advance_fn<IC>(diff)); in memunit_advance()
|
D | deprecated.hpp | 27 #define transform_channels static_transform
|
/third_party/boost/boost/gil/extension/numeric/ |
D | pixel_numeric_operations.hpp | 40 static_transform(p1, p2, result, in operator ()() 62 static_transform(p1, p2, result, in operator ()() 84 static_transform(p, result, in operator ()() 105 static_transform(p1, p2, result, in operator ()() 127 static_transform(p, result, in operator ()() 147 static_transform(p1, p2, result, in operator ()()
|
/third_party/boost/libs/gil/test/core/color_base/ |
D | static_transform.cpp | 22 gil::static_transform(src, dst, [](std::uint8_t src_channel) { in test_single_source_gray8_to_gray8() 32 gil::static_transform(src, dst, [](std::uint8_t src_channel) { in test_single_source_rgb8_to_rgb8() 45 gil::static_transform(src, dst, [](std::uint8_t src_channel) { in test_single_source_rgb8_to_gray8() 56 gil::static_transform(src, dst, [](std::uint8_t src_channel) { in test_single_source_cmyk8_to_rgb8()
|
D | static_transform_gray_to_rgb_fail.cpp | 26 gil::static_transform(src, dst, [](std::uint8_t src_channel) { in main() 36 gil::static_transform(src, dst, [](std::uint8_t src_channel) { in main()
|
D | static_transform_rgb_to_cmyk_fail.cpp | 26 gil::static_transform(src, dst, [](std::uint8_t src_channel) { in main() 38 gil::static_transform(src, dst, [](std::uint8_t src_channel) { in main()
|
D | Jamfile | 16 run static_transform.cpp ;
|
D | CMakeLists.txt | 11 static_transform)
|
/third_party/boost/boost/gil/image_processing/ |
D | scaling.hpp | 57 static_transform(result_pixel, result_pixel, [](channel_t) { in lanczos_at() 78 static_transform(result_pixel, input_view(source_x, source_y), result_pixel, op); in lanczos_at()
|
D | threshold.hpp | 56 static_transform(src_it[x], dst_it[x], threshold_op); in threshold_impl() 384 static_transform(src_it[x], convolved_it[x], dst_it[x], threshold_op); in adaptive_impl()
|
/third_party/boost/libs/gil/doc/design/ |
D | color_base.rst | 174 …template <typename CB , typename Dst,typename Op> Op static_transform( CB&,Dst&,O… 175 …template <typename CB , typename Dst,typename Op> Op static_transform(const CB&,Dst&,O… 176 …template <typename CB1,typename CB2,typename Dst,typename Op> Op static_transform( CB1&, … 177 …template <typename CB1,typename CB2,typename Dst,typename Op> Op static_transform(const CB1&, … 178 …template <typename CB1,typename CB2,typename Dst,typename Op> Op static_transform( CB1&,const… 179 …template <typename CB1,typename CB2,typename Dst,typename Op> Op static_transform(const CB1&,const…
|
D | pixel_iterator.rst | 82 static_transform(*this,*this,inc<ChannelPtr>()); 86 Since ``static_transform`` uses compile-time recursion, incrementing an
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | color_base.rst.txt | 174 …template <typename CB , typename Dst,typename Op> Op static_transform( CB&,Dst&,O… 175 …template <typename CB , typename Dst,typename Op> Op static_transform(const CB&,Dst&,O… 176 …template <typename CB1,typename CB2,typename Dst,typename Op> Op static_transform( CB1&, … 177 …template <typename CB1,typename CB2,typename Dst,typename Op> Op static_transform(const CB1&, … 178 …template <typename CB1,typename CB2,typename Dst,typename Op> Op static_transform( CB1&,const… 179 …template <typename CB1,typename CB2,typename Dst,typename Op> Op static_transform(const CB1&,const…
|
D | pixel_iterator.rst.txt | 82 static_transform(*this,*this,inc<ChannelPtr>()); 86 Since ``static_transform`` uses compile-time recursion, incrementing an
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | x_gradient.cpp | 34 static_transform(src_it[x - 1], src_it[x + 1], dst_it[x], in x_gradient()
|
/third_party/boost/libs/gil/example/ |
D | x_gradient.cpp | 34 static_transform(src_it[x - 1], src_it[x + 1], dst_it[x], in x_gradient()
|
/third_party/boost/libs/gil/test/legacy/ |
D | pixel.cpp | 97 static_transform(C2::_pixel, C2::_pixel, prev()); in test_heterogeneous()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …tatic_for_each:[2,28],static_gener:[2,28],static_max:2,static_min:2,static_transform:[2,14,28],std…
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 373 static_transform(src_it[x-1], src_it[x+1], dst_it[x], 379 The ``static_transform`` is an example of a channel-level GIL algorithm.
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | gradient.rst | 373 static_transform(src_it[x-1], src_it[x+1], dst_it[x], 379 The ``static_transform`` is an example of a channel-level GIL algorithm.
|