Home
last modified time | relevance | path

Searched refs:tiff_bits_per_sample (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/gil/extension/io/tiff/detail/
Dwriter_backend.hpp90tiff_bits_per_sample::type bits_per_sample = detail::unsigned_integral_num_bits< channel_t >::valu… in write_header()
91 this->_io_dev.template set_property<tiff_bits_per_sample>( bits_per_sample ); in write_header()
Dreader_backend.hpp72 …io_error_if( _io_dev.template get_property<tiff_bits_per_sample> ( _info._bits_per_sampl… in read_header()
Dis_allowed.hpp20 using channel_sizes_t = std::vector<tiff_bits_per_sample::type>;
Dwrite.hpp127tiff_bits_per_sample::type bits_per_sample = detail::unsigned_integral_num_bits< channel_t >::valu… in write_view()
/third_party/boost/boost/gil/extension/io/tiff/
Dtags.hpp66 struct tiff_bits_per_sample : tiff_property_base< uint16_t, TIFFTAG_BITSPERSAMPLE > {}; struct
240 tiff_bits_per_sample::type _bits_per_sample;