Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/io/tiff/detail/
Dwriter_backend.hpp69 tiff_image_height::type height = (tiff_image_height::type) view.height(); in write_header()
72 this->_io_dev.template set_property< tiff_image_height >( height ); in write_header()
Dreader_backend.hpp66 …io_error_if( _io_dev.template get_property<tiff_image_height> ( _info._height ) == fa… in read_header()
124 …if( (tiff_image_height::type) img_dim.y < _info._height ) { io_error( "Supplied image is too small… in check_image_size()
Dread.hpp440 tiff_image_height::type image_height = this->_info._height; in read_tiled_data_subimage()
563 tiff_image_height::type image_height = this->_info._height; in read_tiled_data_full()
/third_party/boost/boost/gil/extension/io/tiff/
Dtags.hpp63 struct tiff_image_height : tiff_property_base< uint32_t, TIFFTAG_IMAGELENGTH > {}; struct
234 tiff_image_height::type _height;