Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/dynamic_image/
Dalgorithm.hpp91 void copy_pixels(any_image_view<Types...> const& src, View const& dst) in copy_pixels() function
100 void copy_pixels(View const& src, any_image_view<Types...> const& dst) in copy_pixels() function
109 void copy_pixels(any_image_view<Types1...> const& src, any_image_view<Types2...> const& dst) in copy_pixels() function
/third_party/boost/boost/gil/
Dalgorithm.hpp282 void copy_pixels(const View1& src, const View2& dst) in copy_pixels() function