Searched refs:TIFF_SSHORT (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 227 case TIFF_SSHORT: in TIFFReadDirEntryByte() 313 case TIFF_SSHORT: in TIFFReadDirEntryShort() 403 case TIFF_SSHORT: in TIFFReadDirEntryLong() 486 case TIFF_SSHORT: in TIFFReadDirEntryLong8() 561 case TIFF_SSHORT: in TIFFReadDirEntryFloat() 672 case TIFF_SSHORT: in TIFFReadDirEntryDouble() 847 case TIFF_SSHORT: in TIFFReadDirEntryByteArray() 914 case TIFF_SSHORT: in TIFFReadDirEntryByteArray() 1027 case TIFF_SSHORT: in TIFFReadDirEntrySbyteArray() 1093 case TIFF_SSHORT: in TIFFReadDirEntrySbyteArray() [all …]
|
D | tif_dirinfo.c | 443 case TIFF_SSHORT: in TIFFDataWidth() 480 case TIFF_SSHORT: in _TIFFDataSize() 672 case TIFF_SSHORT: in _TIFFCreateAnonField() 752 case TIFF_SSHORT: in _TIFFSetGetType() 788 case TIFF_SSHORT: in _TIFFSetGetType() 824 case TIFF_SSHORT: in _TIFFSetGetType() 860 case TIFF_SSHORT: in _TIFFSetGetType()
|
D | tiff.h | 134 TIFF_SSHORT = 8, /* !16-bit signed integer */ enumerator
|
D | tif_print.c | 86 else if(fip->field_type == TIFF_SSHORT) in _TIFFPrintField()
|
D | tif_dir.c | 619 case TIFF_SSHORT: in _TIFFVSetField() 1095 case TIFF_SSHORT: in _TIFFVGetField()
|
D | tif_dirwrite.c | 718 case TIFF_SSHORT: in TIFFWriteDirectorySec() 1972 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SSHORT,1,2,&m)); in TIFFWriteDirectoryTagCheckedSshort() 1983 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SSHORT,count,count*2,value)); in TIFFWriteDirectoryTagCheckedSshortArray()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_dirread.c | 227 case TIFF_SSHORT: in TIFFReadDirEntryByte() 313 case TIFF_SSHORT: in TIFFReadDirEntryShort() 403 case TIFF_SSHORT: in TIFFReadDirEntryLong() 486 case TIFF_SSHORT: in TIFFReadDirEntryLong8() 561 case TIFF_SSHORT: in TIFFReadDirEntryFloat() 672 case TIFF_SSHORT: in TIFFReadDirEntryDouble() 847 case TIFF_SSHORT: in TIFFReadDirEntryByteArray() 914 case TIFF_SSHORT: in TIFFReadDirEntryByteArray() 1027 case TIFF_SSHORT: in TIFFReadDirEntrySbyteArray() 1093 case TIFF_SSHORT: in TIFFReadDirEntrySbyteArray() [all …]
|
D | tif_dirinfo.c | 427 case TIFF_SSHORT: in TIFFDataWidth() 464 case TIFF_SSHORT: in _TIFFDataSize() 620 case TIFF_SSHORT: in _TIFFCreateAnonField() 700 case TIFF_SSHORT: in _TIFFSetGetType() 736 case TIFF_SSHORT: in _TIFFSetGetType() 772 case TIFF_SSHORT: in _TIFFSetGetType() 808 case TIFF_SSHORT: in _TIFFSetGetType()
|
D | tiff.h | 134 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 | 611 case TIFF_SSHORT: in _TIFFVSetField() 1075 case TIFF_SSHORT: in _TIFFVGetField()
|
D | tif_dirwrite.c | 718 case TIFF_SSHORT: in TIFFWriteDirectorySec() 1972 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SSHORT,1,2,&m)); in TIFFWriteDirectoryTagCheckedSshort() 1983 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SSHORT,count,count*2,value)); in TIFFWriteDirectoryTagCheckedSshortArray()
|