Home
last modified time | relevance | path

Searched refs:pixel_is_homogeneous (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/gil/test/legacy/
Dimage.cpp149 struct pixel_is_homogeneous : public std::true_type {}; struct
152 struct pixel_is_homogeneous<packed_pixel<P,C,L> > : public std::false_type {}; struct
155 struct view_is_homogeneous : public pixel_is_homogeneous<typename View::value_type> {};