Searched refs:TIFF_SLONG8 (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 273 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 …]
|
D | tif_dirinfo.c | 462 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()
|
D | tiff.h | 141 TIFF_SLONG8 = 17, /* BigTIFF 64-bit signed integer */ enumerator
|
D | tif_dirwrite.c | 749 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()
|
D | tif_print.c | 108 else if(fip->field_type == TIFF_SLONG8) in _TIFFPrintField()
|
D | tif_dir.c | 679 case TIFF_SLONG8: in _TIFFVSetField() 1177 case TIFF_SLONG8: in _TIFFVGetField()
|