Home
last modified time | relevance | path

Searched refs:TIFFDataType (Results 1 – 16 of 16) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirwrite.c81 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 Dtif_pdsdirread.c820 { TIFFDataType type = fip->field_type; in TIFFFetchNormalSubTag()
/libtiff-4.0.7/tools/
H A Draw2tiff.c81 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 Dpal2rgb.c279 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
341 TIFFDataType type;
H A Dtiff2bw.c327 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
389 TIFFDataType type;
H A Dthumbnail.c146 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
222 TIFFDataType type;
H A Dtiffcp.c489 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
546 TIFFDataType type;
H A Dtiffcrop.c1501 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
1558 TIFFDataType type;
/libtiff-4.0.7/libtiff/
H A Dtif_dir.h280 TIFFDataType field_type; /* type of associated data */
292 extern const TIFFField* _TIFFFindOrRegisterField(TIFF *, uint32, TIFFDataType);
293 extern TIFFField* _TIFFCreateAnonField(TIFF *, uint32, TIFFDataType);
H A Dtif_dirinfo.c440 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 Dtiffio.h318 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 Dtiffiop.h334 extern int _TIFFRewriteField(TIFF *, uint16, TIFFDataType, tmsize_t, void *);
339 extern int _TIFFDataSize(TIFFDataType type);
H A Dtiff.h143 } TIFFDataType; typedef
H A Dtif_dirread.c3527 (TIFFDataType) dp->tdir_type), in TIFFReadDirectory()
4197 (TIFFDataType) dp->tdir_type), in TIFFReadCustomDirectory()
4315 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); in EstimateStripByteCounts()
H A Dtif_dirwrite.c2583 _TIFFRewriteField(TIFF* tif, uint16 tag, TIFFDataType in_datatype, in _TIFFRewriteField()
2598 TIFFDataType datatype; in _TIFFRewriteField()
/libtiff-4.0.7/
H A DChangeLog6228 TIFFDataType sizes instead of working with tiffDataWidth array