Searched refs:tiff_rows_per_strip (Results 1 – 2 of 2) sorted by relevance
107 …this->_io_dev.template set_property<tiff_rows_per_strip>( this->_io_dev.get_default_strip_size() ); in write_header()
102 struct tiff_rows_per_strip : tiff_property_base< uint32_t, TIFFTAG_ROWSPERSTRIP > {}; struct