Searched refs:field (Results 1 – 7 of 7) sorted by relevance
| /libtiff-4.0.7/test/ |
| H A D | check_tag.c | 35 CheckShortField(TIFF *tif, const ttag_t field, const uint16 value) in CheckShortField() argument 39 if (!TIFFGetField(tif, field, &tmp)) { in CheckShortField() 41 (unsigned long) field); in CheckShortField() 46 (unsigned long) field); in CheckShortField() 58 if (!TIFFGetField(tif, field, tmp, tmp + 1)) { in CheckShortPairedField() 60 (unsigned long) field); in CheckShortPairedField() 65 (unsigned long) field); in CheckShortPairedField() 73 CheckLongField(TIFF *tif, const ttag_t field, const uint32 value) in CheckLongField() argument 77 if (!TIFFGetField(tif, field, &tmp)) { in CheckLongField() 79 (unsigned long) field); in CheckLongField() [all …]
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_dir.h | 190 #define TIFFFieldSet(tif, field) (BITFIELDn(tif, field) & BITn(field)) argument 191 #define TIFFSetFieldBit(tif, field) (BITFIELDn(tif, field) |= BITn(field)) argument 192 #define TIFFClrFieldBit(tif, field) (BITFIELDn(tif, field) &= ~BITn(field)) argument
|
| /libtiff-4.0.7/ |
| H A D | TODO | 9 o Write documentation on how do extend tags, and how the custom field
|
| H A D | ChangeLog | 1472 we don't have the proper amount and type of data or if the field 1564 * man/TIFFGetField.3tiff: Correct the 'count' field type in the 2018 previously set this field to some other value and the hook was 2037 * tools/tiff2pdf.c: Better generation of ID field in 2754 tdir_offset field of TIFFDirEntry structure into union. 2823 rewrites one field "on disk" updating an existing directory 2974 * tif_dirinfo.c: _TIFFMergeFields() now only merges in field 4666 field. The caller should supply a count when setting this field. As 5467 field). Problem reported by Andreas Wiesmann. 5907 field value. [all …]
|
| H A D | configure.ac | 41 dnl Don't fill the ALPHA_VERSION field, if not applicable.
|
| H A D | configure | 22253 nfields = split(line, field, "@") 22255 len = length(field[1]) 22257 key = field[i] 22262 len += length(value) + length(field[++i])
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | README | 74 "xtif_dir.c", and defines all of the interface routines, tag field
|