Searched defs:is_pixel (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/gil/ |
D | pixel.hpp | 48 template <typename T> struct is_pixel : std::false_type {}; struct 49 template <typename T> struct is_pixel<T const> : is_pixel<T> {}; struct 272 struct is_pixel<pixel<ChannelValue,Layout>> : std::true_type {}; struct
|
D | packed_pixel.hpp | 243 struct is_pixel<packed_pixel<BitField, ChannelRefs, Layout>> : std::true_type {}; struct
|
D | planar_pixel_reference.hpp | 194 struct is_pixel< planar_pixel_reference<ChannelReference, ColorSpace>> struct
|
D | bit_aligned_pixel_reference.hpp | 295 struct is_pixel<bit_aligned_pixel_reference<B, C, L, M> > : std::true_type {}; struct
|
/third_party/boost/libs/gil/example/ |
D | interleaved_ref.hpp | 128 struct is_pixel<interleaved_ref<ChannelReference,Layout>> : public std::true_type {}; struct
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | interleaved_ref.hpp | 128 struct is_pixel<interleaved_ref<ChannelReference,Layout>> : public std::true_type {}; struct
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …pace","design/concepts","design/conclusions","design/dynamic_image","design/examples","design/exte…
|