Home
last modified time | relevance | path

Searched refs:set_field_type (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_dirinfo.c655 fld->set_field_type = TIFF_SETGET_C32_UINT8; in _TIFFCreateAnonField()
659 fld->set_field_type = TIFF_SETGET_C32_ASCII; in _TIFFCreateAnonField()
663 fld->set_field_type = TIFF_SETGET_C32_UINT16; in _TIFFCreateAnonField()
667 fld->set_field_type = TIFF_SETGET_C32_UINT32; in _TIFFCreateAnonField()
673 fld->set_field_type = TIFF_SETGET_C32_FLOAT; in _TIFFCreateAnonField()
677 fld->set_field_type = TIFF_SETGET_C32_SINT8; in _TIFFCreateAnonField()
681 fld->set_field_type = TIFF_SETGET_C32_SINT16; in _TIFFCreateAnonField()
685 fld->set_field_type = TIFF_SETGET_C32_SINT32; in _TIFFCreateAnonField()
694 fld->set_field_type = TIFF_SETGET_C32_IFD8; in _TIFFCreateAnonField()
706 fld->set_field_type = TIFF_SETGET_UNDEFINED; in _TIFFCreateAnonField()
[all …]
H A Dtif_dir.h282 TIFFSetGetFieldType set_field_type; /* type to be passed to TIFFSetField */ member
H A Dtif_dirread.c4729 …assert(fip->set_field_type!=TIFF_SETGET_OTHER); /* if so, we shouldn't arrive here but deal with … in TIFFFetchNormalTag()
4730 …assert(fip->set_field_type!=TIFF_SETGET_INT); /* if so, we shouldn't arrive here as this is onl… in TIFFFetchNormalTag()
4732 switch (fip->set_field_type) in TIFFFetchNormalTag()
/libtiff-4.0.7/
H A DChangeLog2137 * libtiff/tif_dirinfo.c: Use correct set_field_type for
2180 * libtiff/tif_dirinfo.c: Use correct set_field_type for