Home
last modified time | relevance | path

Searched refs:gray24_image_t (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/gil/extension/io/tiff/detail/
Dscanline_read.hpp206 … using channel_t = channel_type<get_pixel_type<gray24_image_t::view_t>::type>::type; in initialize()
421 read_n_bits_row< gray24_image_t::view_t >( dst, pos ); in read_24_bits_index_image()
/third_party/boost/boost/gil/io/
Dtypedefs.hpp51 using gray24_image_t = bit_aligned_image1_type<24, gray_layout_t>::type; typedef