Searched defs:_TIFFField (Results 1 – 1 of 1) sorted by relevance
276 struct _TIFFField { struct277 uint32 field_tag; /* field's tag */278 short field_readcount; /* read count/TIFF_VARIABLE/TIFF_SPP */279 short field_writecount; /* write count/TIFF_VARIABLE */280 TIFFDataType field_type; /* type of associated data */281 uint32 reserved; /* reserved for future extension */282 TIFFSetGetFieldType set_field_type; /* type to be passed to TIFFSetField */283 TIFFSetGetFieldType get_field_type; /* type to be passed to TIFFGetField */284 unsigned short field_bit; /* bit in fieldsset bit vector */285 unsigned char field_oktochange; /* if true, can change while writing */[all …]