Home
last modified time | relevance | path

Searched refs:targa_depth (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/gil/extension/io/targa/detail/
Dsupported_types.hpp28 static const targa_depth::type bpp = 0;
36 static const targa_depth::type bpp = 24;
45 static const targa_depth::type bpp = 32;
87 static const typename targa_depth::type bpp = parent_t::bpp;
Dis_allowed.hpp22 targa_depth::type src_bits_per_pixel = 0; in is_allowed()
40targa_depth::type dst_bits_per_pixel = detail::unsigned_integral_num_bits< channel_t >::value * nu… in is_allowed()
Dread.hpp243 targa_depth::type bytes_per_pixel = this->_info._bits_per_pixel / 8; in read_rle_data()
299 targa_type_format_checker( const targa_depth::type& bpp ) in targa_type_format_checker()
327 const targa_depth::type _bpp;
/third_party/boost/boost/gil/extension/io/targa/
Dtags.hpp66 struct targa_depth : property_base< uint8_t > {}; struct
119 targa_depth::type _bits_per_pixel;