Home
last modified time | relevance | path

Searched defs:reduce_views_basic (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/extension/dynamic_image/
Dreduce.hpp509 struct reduce_views_basic struct
511 using type = std::pair<const V1*, const V2*>;
695 struct reduce_views_basic<copy_pixels_fn, V1, V2, true> struct
766 …struct reduce_views_basic<resample_pixels_fn<S,M>, V1, V2, IsBasic> : public reduce_views_basic<co… struct
787 struct reduce_views_basic<copy_and_convert_pixels_fn<CC>, V1, V2, AreBasic> struct
789 using Same = std::is_same<typename V1::pixel_t, typename V2::pixel_t>;
791 using CsR = reduce_color_space<typename V1::color_space_t::base>;
792 using Cs1 = typename mpl::if_<Same, typename CsR::type, typename V1::color_space_t>::type;
793 using Cs2 = typename mpl::if_<Same, typename CsR::type, typename V2::color_space_t>::type;
795 …default, layout<Cs1, typename V1::channel_mapping_t>, use_default, use_default, mpl::false_>::type;
[all …]