Home
last modified time | relevance | path

Searched refs:TIFF_SLONG8 (Results 1 – 8 of 8) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c271 case TIFF_SLONG8: in TIFFReadDirEntryByte()
357 case TIFF_SLONG8: in TIFFReadDirEntryShort()
440 case TIFF_SLONG8: in TIFFReadDirEntryLong()
518 case TIFF_SLONG8: in TIFFReadDirEntryLong8()
602 case TIFF_SLONG8: in TIFFReadDirEntryFloat()
713 case TIFF_SLONG8: in TIFFReadDirEntryDouble()
853 case TIFF_SLONG8: in TIFFReadDirEntryByteArray()
988 case TIFF_SLONG8: in TIFFReadDirEntryByteArray()
1033 case TIFF_SLONG8: in TIFFReadDirEntrySbyteArray()
1167 case TIFF_SLONG8: in TIFFReadDirEntrySbyteArray()
[all …]
H A Dtif_dirinfo.c462 case TIFF_SLONG8: in TIFFDataWidth()
499 case TIFF_SLONG8: in _TIFFDataSize()
701 case TIFF_SLONG8: in _TIFFCreateAnonField()
771 case TIFF_SLONG8: in _TIFFSetGetType()
807 case TIFF_SLONG8: in _TIFFSetGetType()
843 case TIFF_SLONG8: in _TIFFSetGetType()
879 case TIFF_SLONG8: in _TIFFSetGetType()
H A Dtiff.h141 TIFF_SLONG8 = 17, /* BigTIFF 64-bit signed integer */ enumerator
H A Dtif_dirwrite.c748 case TIFF_SLONG8: in TIFFWriteDirectorySec()
2079 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG8,1,8,&m)); in TIFFWriteDirectoryTagCheckedSlong8()
2091 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG8,count,count*8,value)); in TIFFWriteDirectoryTagCheckedSlong8Array()
2730 else if( in_datatype == TIFF_SLONG8 ) in _TIFFRewriteField()
2752 else if( datatype == TIFF_SLONG && in_datatype == TIFF_SLONG8 ) in _TIFFRewriteField()
H A Dtif_print.c108 else if(fip->field_type == TIFF_SLONG8) in _TIFFPrintField()
H A Dtif_dir.c669 case TIFF_SLONG8: in _TIFFVSetField()
1141 case TIFF_SLONG8: in _TIFFVGetField()
/libtiff-4.0.7/tools/
H A Dtiffdump.c523 case TIFF_SLONG8: in ReadDirectory()
772 case TIFF_SLONG8: { in PrintData()
H A Dthumbnail.c175 case TIFF_SLONG8: in cpTag()