Home
last modified time | relevance | path

Searched refs:rows_per_strip (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/test/
H A Dlong_tag.c57 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 Dshort_tag.c50 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 Drewrite_tag.c45 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 Dcustom_dir.c51 const uint16 rows_per_strip = 1; variable
97 if (!TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rows_per_strip)) { in main()
/libtiff-4.0.7/
H A DChangeLog6801 roundup if rows_per_strip not a multiple of vertical sample size.