Lines Matching refs:TIFFSetField
65 if (!TIFFSetField(tif, TIFFTAG_COMPRESSION, COMPRESSION_PACKBITS)) { in test_packbits()
69 if (!TIFFSetField(tif, TIFFTAG_IMAGEWIDTH, width)) { in test_packbits()
73 if (!TIFFSetField(tif, TIFFTAG_IMAGELENGTH, length)) { in test_packbits()
77 if (!TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8)) { in test_packbits()
81 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1)) { in test_packbits()
85 if (!TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rows_per_strip)) { in test_packbits()
89 if (!TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG)) { in test_packbits()
163 if (!TIFFSetField(tif, TIFFTAG_COMPRESSION, COMPRESSION_PACKBITS)) { in rewrite_test()
167 if (!TIFFSetField(tif, TIFFTAG_IMAGEWIDTH, width)) { in rewrite_test()
171 if (!TIFFSetField(tif, TIFFTAG_IMAGELENGTH, length)) { in rewrite_test()
175 if (!TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8)) { in rewrite_test()
179 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 1)) { in rewrite_test()
183 if (!TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rows_per_strip)) { in rewrite_test()
187 if (!TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG)) { in rewrite_test()