Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c234 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 …]
Dtif_dirinfo.c449 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()
Dtiff.h132 TIFF_SSHORT = 8, /* !16-bit signed integer */ enumerator
Dtif_print.c84 else if(fip->field_type == TIFF_SSHORT) in _TIFFPrintField()
Dtif_dir.c667 case TIFF_SSHORT: in _TIFFVSetField()
1174 case TIFF_SSHORT: in _TIFFVGetField()
Dtif_dirwrite.c778 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()