| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_pdsdirwrite.c | 81 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, uint16*); 83 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, uint32*); 85 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, float*); 87 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, float*); 89 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, double*); 92 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, double*); 110 TIFFDataType, ttag_t, TIFFDirEntry*, float); 501 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, float v) in TIFFWriteRational() 539 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir) in TIFFWritePerSampleAnys() 659 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, uint32 n, float* v) in TIFFWriteRationalArray() [all …]
|
| H A D | tif_pdsdirread.c | 820 { TIFFDataType type = fip->field_type; in TIFFFetchNormalSubTag()
|
| /libtiff-4.0.7/tools/ |
| H A D | raw2tiff.c | 81 static void swapBytesInScanline(void *, uint32, TIFFDataType); 82 static int guessSize(int, TIFFDataType, _TIFF_off_t, uint32, int, 84 static double correlation(void *, void *, uint32, TIFFDataType); 94 TIFFDataType dtype = TIFF_BYTE; in main() 344 swapBytesInScanline(void *buf, uint32 width, TIFFDataType dtype) in swapBytesInScanline() 368 guessSize(int fd, TIFFDataType dtype, _TIFF_off_t hdr_size, uint32 nbands, in guessSize() 477 correlation(void *buf1, void *buf2, uint32 n_elem, TIFFDataType dtype) in correlation()
|
| H A D | pal2rgb.c | 279 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() 341 TIFFDataType type;
|
| H A D | tiff2bw.c | 327 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() 389 TIFFDataType type;
|
| H A D | thumbnail.c | 146 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() 222 TIFFDataType type;
|
| H A D | tiffcp.c | 489 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() 546 TIFFDataType type;
|
| H A D | tiffcrop.c | 1501 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() 1558 TIFFDataType type;
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_dir.h | 280 TIFFDataType field_type; /* type of associated data */ 292 extern const TIFFField* _TIFFFindOrRegisterField(TIFF *, uint32, TIFFDataType); 293 extern TIFFField* _TIFFCreateAnonField(TIFF *, uint32, TIFFDataType);
|
| H A D | tif_dirinfo.c | 440 TIFFDataWidth(TIFFDataType type) in TIFFDataWidth() 478 _TIFFDataSize(TIFFDataType type) in _TIFFDataSize() 508 TIFFFindField(TIFF* tif, uint32 tag, TIFFDataType dt) in TIFFFindField() 533 _TIFFFindFieldByName(TIFF* tif, const char *field_name, TIFFDataType dt) in _TIFFFindFieldByName() 595 TIFFDataType 620 _TIFFFindOrRegisterField(TIFF *tif, uint32 tag, TIFFDataType dt) in _TIFFFindOrRegisterField() 636 _TIFFCreateAnonField(TIFF *tif, uint32 tag, TIFFDataType field_type) in _TIFFCreateAnonField() 737 _TIFFSetGetType(TIFFDataType type, short count, unsigned char passcount) in _TIFFSetGetType()
|
| H A D | tiffio.h | 318 extern const TIFFField* TIFFFindField(TIFF *, uint32, TIFFDataType); 324 extern TIFFDataType TIFFFieldDataType(const TIFFField*); 474 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */ 535 TIFFDataType field_type; /* type of associated data */
|
| H A D | tiffiop.h | 334 extern int _TIFFRewriteField(TIFF *, uint16, TIFFDataType, tmsize_t, void *); 339 extern int _TIFFDataSize(TIFFDataType type);
|
| H A D | tiff.h | 143 } TIFFDataType; typedef
|
| H A D | tif_dirread.c | 3527 (TIFFDataType) dp->tdir_type), in TIFFReadDirectory() 4197 (TIFFDataType) dp->tdir_type), in TIFFReadCustomDirectory() 4315 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); in EstimateStripByteCounts()
|
| H A D | tif_dirwrite.c | 2583 _TIFFRewriteField(TIFF* tif, uint16 tag, TIFFDataType in_datatype, in _TIFFRewriteField() 2598 TIFFDataType datatype; in _TIFFRewriteField()
|
| /libtiff-4.0.7/ |
| H A D | ChangeLog | 6228 TIFFDataType sizes instead of working with tiffDataWidth array
|