Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/io/tiff/detail/
Ddevice.hpp124 tiff_device_base( TIFF* tiff_file ) in tiff_device_base() argument
125 : _tiff_file( tiff_file in tiff_device_base()
363 file_stream_device( TIFF* tiff_file ) in file_stream_device() argument
364 : tiff_device_base( tiff_file ) in file_stream_device()