Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/dynamic_image/
Dalgorithm.hpp122 void copy_and_convert_pixels(any_image_view<Types...> const& src, View const& dst, CC cc) in copy_and_convert_pixels() function
132 void copy_and_convert_pixels(any_image_view<Types...> const& src, View const& dst) in copy_and_convert_pixels() function
143 void copy_and_convert_pixels(View const& src, any_image_view<Types...> const& dst, CC cc) in copy_and_convert_pixels() function
153 void copy_and_convert_pixels(View const& src, any_image_view<Types...> const& dst) in copy_and_convert_pixels() function
164 void copy_and_convert_pixels( in copy_and_convert_pixels() function
175 void copy_and_convert_pixels( in copy_and_convert_pixels() function
/third_party/boost/boost/gil/
Dalgorithm.hpp325 void copy_and_convert_pixels(const V1& src, const V2& dst,CC cc) { in copy_and_convert_pixels() function
335 void copy_and_convert_pixels(const View1& src, const View2& dst) { in copy_and_convert_pixels() function