Searched refs:tiff_image_width (Results 1 – 4 of 4) sorted by relevance
68 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()
64 …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()
439 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()
60 struct tiff_image_width : tiff_property_base< uint32_t, TIFFTAG_IMAGEWIDTH > {}; struct232 tiff_image_width::type _width;