Home
last modified time | relevance | path

Searched defs:_TIFFField (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dir.h282 struct _TIFFField { struct
283 uint32 field_tag; /* field's tag */
284 short field_readcount; /* read count/TIFF_VARIABLE/TIFF_SPP */
285 short field_writecount; /* write count/TIFF_VARIABLE */
286 TIFFDataType field_type; /* type of associated data */
287 uint32 reserved; /* reserved for future extension */
288 TIFFSetGetFieldType set_field_type; /* type to be passed to TIFFSetField */
289 TIFFSetGetFieldType get_field_type; /* type to be passed to TIFFGetField */
290 unsigned short field_bit; /* bit in fieldsset bit vector */
291 unsigned char field_oktochange; /* if true, can change while writing */
[all …]