Searched refs:tiff_image_height (Results 1 – 4 of 4) sorted by relevance
69 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()
66 …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()
440 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()
63 struct tiff_image_height : tiff_property_base< uint32_t, TIFFTAG_IMAGELENGTH > {}; struct234 tiff_image_height::type _height;