Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/io/tiff/detail/
Ddevice.hpp119 using tiff_file_t = std::shared_ptr<TIFF>; typedef in boost::gil::detail::tiff_device_base
326 tiff_file_t _tiff_file;
350 _tiff_file = tiff_file_t( tiff, TIFFClose ); in file_stream_device()
360 _tiff_file = tiff_file_t( tiff, TIFFClose ); in file_stream_device()
388 _tiff_file = tiff_file_t( tiff, TIFFClose ); in ostream_device()
419 _tiff_file = tiff_file_t( tiff, TIFFClose ); in istream_device()