Searched defs:_TIFFFieldArray (Results 1 – 1 of 1) sorted by relevance
269 struct _TIFFFieldArray { struct270 TIFFFieldArrayType type; /* array type, will be used to determine if IFD is image and such */271 …d_size; /* 0 if array is constant, other if modified by future definition extension support */272 uint32 count; /* number of elements in fields array */273 TIFFField* fields; /* actual field info */