Lines Matching defs:_TIFFField
276 struct _TIFFField { struct
277 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 */
286 unsigned char field_passcount; /* if true, pass dir count on set */
287 char* field_name; /* ASCII name */
288 …rray* field_subfields; /* if field points to child ifds, child ifd field definition array */