Searched refs:TIFF_SLONG8 (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 276 case TIFF_SLONG8: in TIFFReadDirEntryByte() 362 case TIFF_SLONG8: in TIFFReadDirEntryShort() 445 case TIFF_SLONG8: in TIFFReadDirEntryLong() 523 case TIFF_SLONG8: in TIFFReadDirEntryLong8() 607 case TIFF_SLONG8: in TIFFReadDirEntryFloat() 720 case TIFF_SLONG8: in TIFFReadDirEntryDouble() 952 case TIFF_SLONG8: in TIFFReadDirEntryByteArray() 1087 case TIFF_SLONG8: in TIFFReadDirEntryByteArray() 1132 case TIFF_SLONG8: in TIFFReadDirEntrySbyteArray() 1266 case TIFF_SLONG8: in TIFFReadDirEntrySbyteArray() [all …]
|
D | tif_dirinfo.c | 460 case TIFF_SLONG8: in TIFFDataWidth() 497 case TIFF_SLONG8: in _TIFFDataSize() 699 case TIFF_SLONG8: in _TIFFCreateAnonField() 769 case TIFF_SLONG8: in _TIFFSetGetType() 805 case TIFF_SLONG8: in _TIFFSetGetType() 841 case TIFF_SLONG8: in _TIFFSetGetType() 877 case TIFF_SLONG8: in _TIFFSetGetType()
|
D | tiff.h | 139 TIFF_SLONG8 = 17, /* BigTIFF 64-bit signed integer */ enumerator
|
D | tif_dirwrite.c | 794 case TIFF_SLONG8: in TIFFWriteDirectorySec() 2300 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG8,1,8,&m)); in TIFFWriteDirectoryTagCheckedSlong8() 2315 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG8,count,count*8,value)); in TIFFWriteDirectoryTagCheckedSlong8Array() 3017 else if( in_datatype == TIFF_SLONG8 ) in _TIFFRewriteField() 3030 else if( in_datatype == TIFF_SLONG8 && in _TIFFRewriteField() 3031 (entry_type == TIFF_SLONG || entry_type == TIFF_SLONG8 ) ) in _TIFFRewriteField() 3052 else if( datatype == TIFF_SLONG && in_datatype == TIFF_SLONG8 ) in _TIFFRewriteField()
|
D | tif_print.c | 106 else if(fip->field_type == TIFF_SLONG8) in _TIFFPrintField()
|
D | tif_dir.c | 693 case TIFF_SLONG8: in _TIFFVSetField() 1196 case TIFF_SLONG8: in _TIFFVGetField()
|