Home
last modified time | relevance | path

Searched refs:CheckShortField (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/test/
H A Dshort_tag.c163 if (CheckShortField(tif, TIFFTAG_BITSPERSAMPLE, bps) < 0) in main()
166 if (CheckShortField(tif, TIFFTAG_PHOTOMETRIC, photometric) < 0) in main()
169 if (CheckShortField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP) < 0) in main()
175 if (CheckShortField(tif, TIFFTAG_PLANARCONFIG, planarconfig) < 0) in main()
179 if (CheckShortField(tif, short_single_tags[i].tag, in main()
H A Dtifftest.h37 int CheckShortField(TIFF *, const ttag_t, const uint16);
H A Dcheck_tag.c35 CheckShortField(TIFF *tif, const ttag_t field, const uint16 value) in CheckShortField() function