Searched refs:TIFF_SSHORT (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 234 case TIFF_SSHORT: in TIFFReadDirEntryByte() 320 case TIFF_SSHORT: in TIFFReadDirEntryShort() 410 case TIFF_SSHORT: in TIFFReadDirEntryLong() 493 case TIFF_SSHORT: in TIFFReadDirEntryLong8() 568 case TIFF_SSHORT: in TIFFReadDirEntryFloat() 681 case TIFF_SSHORT: in TIFFReadDirEntryDouble() 948 case TIFF_SSHORT: in TIFFReadDirEntryByteArray() 1015 case TIFF_SSHORT: in TIFFReadDirEntryByteArray() 1128 case TIFF_SSHORT: in TIFFReadDirEntrySbyteArray() 1194 case TIFF_SSHORT: in TIFFReadDirEntrySbyteArray() [all …]
|
D | tif_dirinfo.c | 449 case TIFF_SSHORT: in TIFFDataWidth() 486 case TIFF_SSHORT: in _TIFFDataSize() 678 case TIFF_SSHORT: in _TIFFCreateAnonField() 758 case TIFF_SSHORT: in _TIFFSetGetType() 794 case TIFF_SSHORT: in _TIFFSetGetType() 830 case TIFF_SSHORT: in _TIFFSetGetType() 866 case TIFF_SSHORT: in _TIFFSetGetType()
|
D | tiff.h | 132 TIFF_SSHORT = 8, /* !16-bit signed integer */ enumerator
|
D | tif_print.c | 84 else if(fip->field_type == TIFF_SSHORT) in _TIFFPrintField()
|
D | tif_dir.c | 667 case TIFF_SSHORT: in _TIFFVSetField() 1174 case TIFF_SSHORT: in _TIFFVGetField()
|
D | tif_dirwrite.c | 778 case TIFF_SSHORT: in TIFFWriteDirectorySec() 2198 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SSHORT,1,2,&m)); in TIFFWriteDirectoryTagCheckedSshort() 2209 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SSHORT,count,count*2,value)); in TIFFWriteDirectoryTagCheckedSshortArray()
|