Searched refs:set_field_type (Results 1 – 4 of 4) sorted by relevance
655 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 …]
282 TIFFSetGetFieldType set_field_type; /* type to be passed to TIFFSetField */ member
4729 …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()
2137 * libtiff/tif_dirinfo.c: Use correct set_field_type for2180 * libtiff/tif_dirinfo.c: Use correct set_field_type for