Searched refs:rows_per_strip (Results 1 – 5 of 5) sorted by relevance
| /libtiff-4.0.7/test/ |
| H A D | long_tag.c | 57 const uint32 rows_per_strip = 1; variable 91 if (!TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rows_per_strip)) { in main() 134 if (CheckLongField(tif, TIFFTAG_ROWSPERSTRIP, rows_per_strip) < 0) in main()
|
| H A D | short_tag.c | 50 const uint16 rows_per_strip = 1; variable 110 if (!TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rows_per_strip)) { in main() 172 if (CheckLongField(tif, TIFFTAG_ROWSPERSTRIP, rows_per_strip) < 0) in main()
|
| H A D | rewrite_tag.c | 45 const uint32 rows_per_strip = 1; variable 85 if (!TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rows_per_strip)) { in test_packbits() 183 if (!TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rows_per_strip)) { in rewrite_test()
|
| H A D | custom_dir.c | 51 const uint16 rows_per_strip = 1; variable 97 if (!TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rows_per_strip)) { in main()
|
| /libtiff-4.0.7/ |
| H A D | ChangeLog | 6801 roundup if rows_per_strip not a multiple of vertical sample size.
|