Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c273 case TIFF_SLONG8: in TIFFReadDirEntryByte()
359 case TIFF_SLONG8: in TIFFReadDirEntryShort()
442 case TIFF_SLONG8: in TIFFReadDirEntryLong()
520 case TIFF_SLONG8: in TIFFReadDirEntryLong8()
604 case TIFF_SLONG8: in TIFFReadDirEntryFloat()
715 case TIFF_SLONG8: in TIFFReadDirEntryDouble()
855 case TIFF_SLONG8: in TIFFReadDirEntryByteArray()
990 case TIFF_SLONG8: in TIFFReadDirEntryByteArray()
1035 case TIFF_SLONG8: in TIFFReadDirEntrySbyteArray()
1169 case TIFF_SLONG8: in TIFFReadDirEntrySbyteArray()
[all …]
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()
Dtiff.h141 TIFF_SLONG8 = 17, /* BigTIFF 64-bit signed integer */ enumerator
Dtif_dirwrite.c749 case TIFF_SLONG8: in TIFFWriteDirectorySec()
2143 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG8,1,8,&m)); in TIFFWriteDirectoryTagCheckedSlong8()
2155 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG8,count,count*8,value)); in TIFFWriteDirectoryTagCheckedSlong8Array()
2805 else if( in_datatype == TIFF_SLONG8 ) in _TIFFRewriteField()
2827 else if( datatype == TIFF_SLONG && in_datatype == TIFF_SLONG8 ) in _TIFFRewriteField()
Dtif_print.c108 else if(fip->field_type == TIFF_SLONG8) in _TIFFPrintField()
Dtif_dir.c679 case TIFF_SLONG8: in _TIFFVSetField()
1177 case TIFF_SLONG8: in _TIFFVGetField()