Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/
Dbit_aligned_pixel_reference.hpp114 template <typename BitField, typename ChannelBitSizes, typename Layout, bool IsMutable>
120 ChannelBitSizes,
131 using value_type = typename packed_pixel_type<bitfield_t,ChannelBitSizes,Layout>::type;
132 … using reference = const bit_aligned_pixel_reference<BitField, ChannelBitSizes, Layout, IsMutable>;
133 … using const_reference = bit_aligned_pixel_reference<BitField,ChannelBitSizes,Layout,false> const;
140 …t_aligned_pixel_reference(const bit_aligned_pixel_reference<BitField,ChannelBitSizes,Layout,IsMuta… in bit_aligned_pixel_reference()
233 template <typename BitField, typename ChannelBitSizes, typename L, bool IsMutable, int K>
236 bit_aligned_pixel_reference<BitField, ChannelBitSizes, L, IsMutable>,
243 mp11::mp_at_c<ChannelBitSizes, K>::value,
274 template <int K, typename BitField, typename ChannelBitSizes, typename L, bool IsMutable>
[all …]
Dmetafunctions.hpp36 template <typename BitField, typename ChannelBitSizes, typename Layout, bool IsMutable> struct bit_…
319 template <typename BitField, typename ChannelBitSizes>
329 ChannelBitSizes,
351 ChannelBitSizes
365 template <typename BitField, typename ChannelBitSizes, typename Layout>
374 ChannelBitSizes
390 template <typename BitField, typename ChannelBitSizes, typename Layout, typename Alloc=std::allocat…
393 … using type = image<typename packed_pixel_type<BitField,ChannelBitSizes,Layout>::type,false,Alloc>;
439 typename ChannelBitSizes,
450 ChannelBitSizes,
[all …]