|
Namespaces |
namespace | detail |
Classes |
struct | detail::copy_pixels_fn |
struct | detail::fill_pixels_fn< VAL > |
struct | detail::fill_pixels_fn1< COMPATIBLE > |
struct | detail::fill_pixels_fn1< false > |
Functions |
template<typename TYPES1, typename TYPES2> |
void | copy_and_convert_pixels (const any_image_view< TYPES1 > &src, const any_image_view< TYPES2 > &dst) |
template<typename V1, typename TYPES2> |
void | copy_and_convert_pixels (const V1 &src, const any_image_view< TYPES2 > &dst) |
template<typename TYPES1, typename V2> |
void | copy_and_convert_pixels (const any_image_view< TYPES1 > &src, const V2 &dst) |
template<typename TYPES1, typename TYPES2> |
void | copy_pixels (const any_image_view< TYPES1 > &src, const any_image_view< TYPES2 > &dst) |
template<typename V1, typename TYPES2> |
void | copy_pixels (const V1 &src, const any_image_view< TYPES2 > &dst) |
template<typename TYPES1, typename V2> |
void | copy_pixels (const any_image_view< TYPES1 > &src, const V2 &dst) |
template<typename TYPES, typename VAL> |
void | fill_pixels (const any_image_view< TYPES > &img_view, const VAL &val) |