Searched defs:packed_pixel (Results 1 – 1 of 1) sorted by relevance
49 struct packed_pixel struct51 BitField _bitfield{0}; // TODO: Make private53 using layout_t = Layout;54 using value_type = packed_pixel<BitField, ChannelRefs, Layout>;55 using reference = value_type&;56 using const_reference = value_type const&;58 static constexpr bool is_mutable =62 explicit packed_pixel(const BitField& bitfield) : _bitfield(bitfield) {} in packed_pixel() function65 packed_pixel(const packed_pixel& p) : _bitfield(p._bitfield) {} in packed_pixel() argument68 packed_pixel(Pixel const& p, in packed_pixel() argument[all …]