Home
last modified time | relevance | path

Searched refs:TIFF_SLONG (Results 1 – 11 of 11) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffset.c184 case TIFF_SLONG: in main()
225 case TIFF_SLONG: in main()
274 case TIFF_SLONG: in main()
H A Draw2tiff.c147 dtype = TIFF_SLONG; in main()
240 case TIFF_SLONG: in main()
353 case TIFF_SLONG: in swapBytesInScanline()
529 case TIFF_SLONG: in correlation()
H A Dtiffdump.c512 case TIFF_SLONG: in ReadDirectory()
755 case TIFF_SLONG: { in PrintData()
/libtiff-4.0.7/libtiff/
H A Dtif_dirinfo.c117 …{ TIFFTAG_XCLIPPATHUNITS, 1, 1, TIFF_SLONG, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
119 …{ TIFFTAG_YCLIPPATHUNITS, 1, 1, TIFF_SLONG, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
454 case TIFF_SLONG: in TIFFDataWidth()
491 case TIFF_SLONG: in _TIFFDataSize()
684 case TIFF_SLONG: in _TIFFCreateAnonField()
762 case TIFF_SLONG: in _TIFFSetGetType()
798 case TIFF_SLONG: in _TIFFSetGetType()
834 case TIFF_SLONG: in _TIFFSetGetType()
870 case TIFF_SLONG: in _TIFFSetGetType()
H A Dtif_dirread.c249 case TIFF_SLONG: in TIFFReadDirEntryByte()
335 case TIFF_SLONG: in TIFFReadDirEntryShort()
418 case TIFF_SLONG: in TIFFReadDirEntryLong()
505 case TIFF_SLONG: in TIFFReadDirEntryLong8()
577 case TIFF_SLONG: in TIFFReadDirEntryFloat()
688 case TIFF_SLONG: in TIFFReadDirEntryDouble()
851 case TIFF_SLONG: in TIFFReadDirEntryByteArray()
952 case TIFF_SLONG: in TIFFReadDirEntryByteArray()
1031 case TIFF_SLONG: in TIFFReadDirEntrySbyteArray()
1131 case TIFF_SLONG: in TIFFReadDirEntrySbyteArray()
[all …]
H A Dtiff.h135 TIFF_SLONG = 9, /* !32-bit signed integer */ enumerator
H A Dtif_dirwrite.c740 case TIFF_SLONG: in TIFFWriteDirectorySec()
2030 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG,1,4,&m)); in TIFFWriteDirectoryTagCheckedSlong()
2041 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG,count,count*4,value)); in TIFFWriteDirectoryTagCheckedSlongArray()
2731 datatype = TIFF_SLONG; in _TIFFRewriteField()
2752 else if( datatype == TIFF_SLONG && in_datatype == TIFF_SLONG8 ) in _TIFFRewriteField()
H A Dtif_print.c91 else if(fip->field_type == TIFF_SLONG) in _TIFFPrintField()
H A Dtif_dir.c656 case TIFF_SLONG: in _TIFFVSetField()
1130 case TIFF_SLONG: in _TIFFVGetField()
/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c390 case TIFF_SLONG: in TIFFFetchData()
686 case TIFF_SLONG: in TIFFFetchAnyArray()
762 case TIFF_SLONG: in TIFFFetchNormalSubTag()
821 if (type != TIFF_LONG && type != TIFF_SLONG) { in TIFFFetchNormalSubTag()
832 case TIFF_SLONG: in TIFFFetchNormalSubTag()
H A Dtif_pdsdirwrite.c349 case TIFF_SLONG: in TIFFWriteNormalSubTag()
788 case TIFF_SLONG: in TIFFWriteAnyArray()
861 case TIFF_SLONG: in TIFFWriteData()