Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/test/core/channel/
Dtest_fixture.hpp147 struct packed_channel_reference struct
149 using channel_t = ChannelSubbyteRef;
150 using integer_t = typename channel_t::integer_t;
151 channel_t min_v_;
152 channel_t max_v_;
153 integer_t min_bitbuf_;
154 integer_t max_bitbuf_;
156 packed_channel_reference() : min_v_(&min_bitbuf_), max_v_(&max_bitbuf_) in packed_channel_reference() argument
/third_party/boost/boost/gil/
Dchannel.hpp440 class packed_channel_reference<BitField, FirstBit, NumBits, false> class
467 explicit packed_channel_reference(const void* data_ptr) : parent_t(data_ptr) {} in packed_channel_reference() function in boost::gil::packed_channel_reference
468 packed_channel_reference(const packed_channel_reference& ref) : parent_t(ref._data_ptr) {} in packed_channel_reference() function in boost::gil::packed_channel_reference
469 packed_channel_reference(const mutable_reference& ref) : parent_t(ref._data_ptr) {} in packed_channel_reference() function in boost::gil::packed_channel_reference
479 class packed_channel_reference<BitField,FirstBit,NumBits,true> class
492 explicit packed_channel_reference(void* data_ptr) : parent_t(data_ptr) {} in packed_channel_reference() function in boost::gil::packed_channel_reference
493 packed_channel_reference(const packed_channel_reference& ref) : parent_t(ref._data_ptr) {} in packed_channel_reference() function in boost::gil::packed_channel_reference