TIFFDataType 280 3rdparty/libtiff/tif_dir.h TIFFDataType field_type; /* type of associated data */ TIFFDataType 292 3rdparty/libtiff/tif_dir.h extern const TIFFField* _TIFFFindOrRegisterField(TIFF *, uint32, TIFFDataType); TIFFDataType 293 3rdparty/libtiff/tif_dir.h extern TIFFField* _TIFFCreateAnonField(TIFF *, uint32, TIFFDataType); TIFFDataType 416 3rdparty/libtiff/tif_dirinfo.c TIFFDataWidth(TIFFDataType type) TIFFDataType 454 3rdparty/libtiff/tif_dirinfo.c _TIFFDataSize(TIFFDataType type) TIFFDataType 484 3rdparty/libtiff/tif_dirinfo.c TIFFFindField(TIFF* tif, uint32 tag, TIFFDataType dt) TIFFDataType 509 3rdparty/libtiff/tif_dirinfo.c _TIFFFindFieldByName(TIFF* tif, const char *field_name, TIFFDataType dt) TIFFDataType 560 3rdparty/libtiff/tif_dirinfo.c _TIFFFindOrRegisterField(TIFF *tif, uint32 tag, TIFFDataType dt) TIFFDataType 576 3rdparty/libtiff/tif_dirinfo.c _TIFFCreateAnonField(TIFF *tif, uint32 tag, TIFFDataType field_type) TIFFDataType 677 3rdparty/libtiff/tif_dirinfo.c _TIFFSetGetType(TIFFDataType type, short count, unsigned char passcount) TIFFDataType 3544 3rdparty/libtiff/tif_dirread.c (TIFFDataType) dp->tdir_type), TIFFDataType 4184 3rdparty/libtiff/tif_dirread.c (TIFFDataType) dp->tdir_type), TIFFDataType 4298 3rdparty/libtiff/tif_dirread.c uint32 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); TIFFDataType 4300 3rdparty/libtiff/tif_dirread.c typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); TIFFDataType 2569 3rdparty/libtiff/tif_dirwrite.c _TIFFRewriteField(TIFF* tif, uint16 tag, TIFFDataType in_datatype, TIFFDataType 2584 3rdparty/libtiff/tif_dirwrite.c TIFFDataType datatype; TIFFDataType 318 3rdparty/libtiff/tiffio.h extern const TIFFField* TIFFFindField(TIFF *, uint32, TIFFDataType); TIFFDataType 467 3rdparty/libtiff/tiffio.h extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */ TIFFDataType 528 3rdparty/libtiff/tiffio.h TIFFDataType field_type; /* type of associated data */ TIFFDataType 281 3rdparty/libtiff/tiffiop.h extern int _TIFFRewriteField(TIFF *, uint16, TIFFDataType, tmsize_t, void *); TIFFDataType 286 3rdparty/libtiff/tiffiop.h extern int _TIFFDataSize(TIFFDataType type);