Home | History | Annotate | Download | only in libtiff

Lines Matching full:uint32

56         uint32 toff_long;
69 uint32 td_imagewidth, td_imagelength, td_imagedepth;
70 uint32 td_tilewidth, td_tilelength, td_tiledepth;
71 uint32 td_subfiletype;
80 uint32 td_rowsperstrip;
96 uint32 td_stripsperimage;
97 uint32 td_nstrips; /* size of offset & bytecount arrays */
271 uint32 allocated_size; /* 0 if array is constant, other if modified by future definition extension support */
272 uint32 count; /* number of elements in fields array */
277 uint32 field_tag; /* field's tag */
281 uint32 reserved; /* reserved for future extension */
291 extern int _TIFFMergeFields(TIFF*, const TIFFField[], uint32);
292 extern const TIFFField* _TIFFFindOrRegisterField(TIFF *, uint32, TIFFDataType);
293 extern TIFFField* _TIFFCreateAnonField(TIFF *, uint32, TIFFDataType);