Home
last modified time | relevance | path

Searched refs:static_transform (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/boost/gil/
Dcolor_base_algorithm.hpp368 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 …]
Dplanar_pixel_iterator.hpp105 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()
Ddeprecated.hpp27 #define transform_channels static_transform
/third_party/boost/boost/gil/extension/numeric/
Dpixel_numeric_operations.hpp40 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/
Dstatic_transform.cpp22 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()
Dstatic_transform_gray_to_rgb_fail.cpp26 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()
Dstatic_transform_rgb_to_cmyk_fail.cpp26 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()
DJamfile16 run static_transform.cpp ;
DCMakeLists.txt11 static_transform)
/third_party/boost/boost/gil/image_processing/
Dscaling.hpp57 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()
Dthreshold.hpp56 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/
Dcolor_base.rst174 …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…
Dpixel_iterator.rst82 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/
Dcolor_base.rst.txt174 …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…
Dpixel_iterator.rst.txt82 static_transform(*this,*this,inc<ChannelPtr>());
86 Since ``static_transform`` uses compile-time recursion, incrementing an
/third_party/boost/libs/gil/doc/html/_downloads/
Dx_gradient.cpp34 static_transform(src_it[x - 1], src_it[x + 1], dst_it[x], in x_gradient()
/third_party/boost/libs/gil/example/
Dx_gradient.cpp34 static_transform(src_it[x - 1], src_it[x + 1], dst_it[x], in x_gradient()
/third_party/boost/libs/gil/test/legacy/
Dpixel.cpp97 static_transform(C2::_pixel, C2::_pixel, prev()); in test_heterogeneous()
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …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/
Dgradient.rst.txt373 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/
Dgradient.rst373 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.