Searched defs:_TIFFField (Results 1 – 1 of 1) sorted by relevance
303 struct _TIFFField struct305 uint32_t field_tag; /* field's tag */306 short field_readcount; /* read count/TIFF_VARIABLE/TIFF_SPP */307 short field_writecount; /* write count/TIFF_VARIABLE */308 TIFFDataType field_type; /* type of associated data */310 field_anonymous; /* if true, this is a unknown / anonymous tag */312 set_field_type; /* type to be passed to TIFFSetField */314 get_field_type; /* type to be passed to TIFFGetField */315 unsigned short field_bit; /* bit in fieldsset bit vector */316 unsigned char field_oktochange; /* if true, can change while writing */[all …]