Searched refs:SrcP (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/gil/extension/numeric/ |
D | sampler.hpp | 77 template <typename SrcP,typename Weight,typename DstP> 79 void operator()(const SrcP& src, Weight weight, DstP& dst) const { in operator ()() 98 using SrcP = typename SrcView::value_type; in sample() typedef 116 …detail::add_dst_mul_src<SrcP,F,pixel<F,devicen_layout_t<num_channels<SrcView>::value> > >()(loc.x(… in sample() 121 …detail::add_dst_mul_src<SrcP,F,pixel<F,devicen_layout_t<num_channels<SrcView>::value> > >()(loc.x(… in sample() 123 …detail::add_dst_mul_src<SrcP,F,pixel<F,devicen_layout_t<num_channels<SrcView>::value> > >()(loc.x(… in sample() 128 …detail::add_dst_mul_src<SrcP,F,pixel<F,devicen_layout_t<num_channels<SrcView>::value> > >()(loc.x(… in sample() 137 …detail::add_dst_mul_src<SrcP,F,pixel<F,devicen_layout_t<num_channels<SrcView>::value> > >()(*loc, … in sample() 138 …detail::add_dst_mul_src<SrcP,F,pixel<F,devicen_layout_t<num_channels<SrcView>::value> > >()(loc.x(… in sample() 143 …detail::add_dst_mul_src<SrcP,F,pixel<F,devicen_layout_t<num_channels<SrcView>::value> > >()(*loc, … in sample() [all …]
|
/third_party/boost/boost/gil/ |
D | premultiply.hpp | 20 template <typename SrcP, typename DstP> 23 channel_premultiply(SrcP const & src, DstP & dst) in channel_premultiply() 35 SrcP const & src_; 41 template <typename SrcP, typename DstP> 42 void assign_alpha_if(std::true_type, SrcP const &src, DstP &dst) in assign_alpha_if() 47 template <typename SrcP, typename DstP> 48 void assign_alpha_if(std::false_type, SrcP const& src, DstP& dst) in assign_alpha_if() 58 template <typename SrcP, typename DstP> 59 void operator()(const SrcP& src, DstP& dst) const in operator ()() 61 using src_colour_space_t = typename color_space_type<SrcP>::type; in operator ()() [all …]
|
D | image_view_factory.hpp | 137 template <typename SrcView, typename CC, typename DstP, typename SrcP> 358 …template <typename SrcP> // SrcP is a reference to PixelConcept (could be pixel value or co… 363 pixel_is_reference<SrcP>::value && pixel_reference_is_mutable<SrcP>::value; 365 using src_pixel_t = typename std::remove_reference<SrcP>::type; 373 using argument_type = SrcP; 494 template <int K, typename SrcP> 498 pixel_is_reference<SrcP>::value && pixel_reference_is_mutable<SrcP>::value; 501 using src_pixel_t = typename std::remove_reference<SrcP>::type; 510 using argument_type = SrcP;
|
D | color_convert.hpp | 323 template <typename SrcP, typename DstP> 324 void operator()(const SrcP& src,DstP& dst) const { in operator ()() 325 using SrcColorSpace = typename color_space_type<SrcP>::type; in operator ()() 335 template <typename SrcP, typename DstP> 336 inline void color_convert(const SrcP& src, DstP& dst) { in color_convert()
|
/third_party/boost/boost/gil/concepts/ |
D | pixel.hpp | 276 template <typename SrcP, typename DstP> 281 gil_function_requires<PixelConcept<SrcP>>(); in constraints() 285 SrcP src;
|
/third_party/boost/libs/gil/doc/design/ |
D | extending.rst | 70 template <typename SrcP, typename DstP> // Model PixelConcept 71 void operator()(const SrcP& src, DstP& dst) const 81 template <typename SrcP, typename DstP> // Model PixelConcept 82 void operator()(const SrcP& src,DstP& dst) const 84 typedef typename color_space_type<SrcP>::type SrcColorSpace;
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | extending.rst.txt | 70 template <typename SrcP, typename DstP> // Model PixelConcept 71 void operator()(const SrcP& src, DstP& dst) const 81 template <typename SrcP, typename DstP> // Model PixelConcept 82 void operator()(const SrcP& src,DstP& dst) const 84 typedef typename color_space_type<SrcP>::type SrcColorSpace;
|
/third_party/boost/libs/gil/test/legacy/ |
D | image.cpp | 82 template <typename SrcP,typename DstP> 83 void operator()(const SrcP& src,DstP& dst) const { in operator ()() 84 using src_cs_t = typename color_space_type<SrcP>::type; in operator ()()
|