Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/io/tiff/detail/
Dwriter_backend.hpp68 tiff_image_width::type width = (tiff_image_width::type) view.width(); in write_header()
71 this->_io_dev.template set_property< tiff_image_width >( width ); in write_header()
Dreader_backend.hpp64 …io_error_if( _io_dev.template get_property<tiff_image_width> ( _info._width ) == fal… in read_header()
114 …if( (tiff_image_width::type) img_dim.x < _info._width ) { io_error( "Supplied image is too small" … in check_image_size()
Dread.hpp439 tiff_image_width::type image_width = this->_info._width; in read_tiled_data_subimage()
562 tiff_image_width::type image_width = this->_info._width; in read_tiled_data_full()
/third_party/boost/boost/gil/extension/io/tiff/
Dtags.hpp60 struct tiff_image_width : tiff_property_base< uint32_t, TIFFTAG_IMAGEWIDTH > {}; struct
232 tiff_image_width::type _width;