Home
last modified time | relevance | path

Searched defs:ChannelReference (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/gil/example/
Dinterleaved_ref.hpp104 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/
Dinterleaved_ref.hpp104 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/
Dtest_utility_output_stream.hpp119 std::ostream& operator<<(std::ostream& os, planar_pixel_reference<ChannelReference, ColorSpace> con… in operator <<()