Searched defs:ChannelReference (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/gil/example/ |
D | interleaved_ref.hpp | 104 at_c(const interleaved_ref<ChannelReference,Layout>& p) { return p[K]; }; in at_c() 109 dynamic_at_c(const interleaved_ref<ChannelReference,Layout>& p, std::size_t n) { return p[n]; }; in dynamic_at_c() 122 void swap(const interleaved_ref<ChannelReference,Layout>& x, const interleaved_ref<ChannelReference… in swap()
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | interleaved_ref.hpp | 104 at_c(const interleaved_ref<ChannelReference,Layout>& p) { return p[K]; }; in at_c() 109 dynamic_at_c(const interleaved_ref<ChannelReference,Layout>& p, std::size_t n) { return p[n]; }; in dynamic_at_c() 122 void swap(const interleaved_ref<ChannelReference,Layout>& x, const interleaved_ref<ChannelReference… in swap()
|
/third_party/boost/libs/gil/test/ |
D | test_utility_output_stream.hpp | 119 std::ostream& operator<<(std::ostream& os, planar_pixel_reference<ChannelReference, ColorSpace> con… in operator <<()
|