Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/io/tiff/detail/
Dread.hpp157 case 1: { read_palette_image< gray1_image_t >( dst_view ); break; } in apply()
158 case 2: { read_palette_image< gray2_image_t >( dst_view ); break; } in apply()
159 case 4: { read_palette_image< gray4_image_t >( dst_view ); break; } in apply()
160 case 8: { read_palette_image< gray8_image_t >( dst_view ); break; } in apply()
161 case 16: { read_palette_image< gray16_image_t >( dst_view ); break; } in apply()
300 void read_palette_image( const View& dst_view ) in read_palette_image() function in boost::gil::reader
311 read_palette_image(dst_view, view(indices), in read_palette_image()
318 void read_palette_image( const View& dst_view in read_palette_image() function in boost::gil::reader
360 void read_palette_image( const View& /* dst_view */ in read_palette_image() function in boost::gil::reader
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dread.hpp131 read_palette_image in apply()
157 read_palette_image in apply()
191 read_palette_image< gray8_image_t::view_t in apply()
259 void read_palette_image( const View_Dst& view ) in read_palette_image() function in boost::gil::reader