Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.h308 TIFFDataType field_type; /* type of associated data */
325 TIFFDataType);
326 extern TIFFField *_TIFFCreateAnonField(TIFF *, uint32_t, TIFFDataType);
Dtiffio.h333 extern const TIFFField *TIFFFindField(TIFF *, uint32_t, TIFFDataType);
339 extern TIFFDataType TIFFFieldDataType(const TIFFField *);
564 TIFFDataType); /* table of tag datatype widths within TIFF file. */
634 TIFFDataType field_type; /* type of associated data */
Dtif_dirinfo.c830 int TIFFDataWidth(TIFFDataType type) in TIFFDataWidth()
987 const TIFFField *TIFFFindField(TIFF *tif, uint32_t tag, TIFFDataType dt) in TIFFFindField()
1011 TIFFDataType dt) in _TIFFFindFieldByName()
1063 TIFFDataType TIFFFieldDataType(const TIFFField *fip) { return fip->field_type; } in TIFFFieldDataType()
1074 TIFFDataType dt) in _TIFFFindOrRegisterField()
1091 TIFFDataType field_type) in _TIFFCreateAnonField()
1195 static TIFFSetGetFieldType _TIFFSetGetType(TIFFDataType type, short count, in _TIFFSetGetType()
Dtiff.h164 } TIFFDataType; typedef
Dtiffiop.h399 extern int _TIFFRewriteField(TIFF *, uint16_t, TIFFDataType, tmsize_t,
Dtif_dirwrite.c3156 int _TIFFRewriteField(TIFF *tif, uint16_t tag, TIFFDataType in_datatype, in _TIFFRewriteField()
3171 TIFFDataType datatype; in _TIFFRewriteField()
Dtif_dirread.c4217 (TIFFDataType)dp->tdir_type), in TIFFReadDirectory()
5058 (TIFFDataType)dp->tdir_type), in TIFFReadCustomDirectory()
5203 typewidth = TIFFDataWidth((TIFFDataType)dp->tdir_type); in EstimateStripByteCounts()