Home
last modified time | relevance | path

Searched refs:TIFF_SLONG (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_dirinfo.c109 …{ TIFFTAG_XCLIPPATHUNITS, 1, 1, TIFF_SLONG, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
111 …{ TIFFTAG_YCLIPPATHUNITS, 1, 1, TIFF_SLONG, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
430 case TIFF_SLONG: in TIFFDataWidth()
467 case TIFF_SLONG: in _TIFFDataSize()
624 case TIFF_SLONG: in _TIFFCreateAnonField()
702 case TIFF_SLONG: in _TIFFSetGetType()
738 case TIFF_SLONG: in _TIFFSetGetType()
774 case TIFF_SLONG: in _TIFFSetGetType()
810 case TIFF_SLONG: in _TIFFSetGetType()
Dtif_dirread.c247 case TIFF_SLONG: in TIFFReadDirEntryByte()
333 case TIFF_SLONG: in TIFFReadDirEntryShort()
416 case TIFF_SLONG: in TIFFReadDirEntryLong()
503 case TIFF_SLONG: in TIFFReadDirEntryLong8()
575 case TIFF_SLONG: in TIFFReadDirEntryFloat()
686 case TIFF_SLONG: in TIFFReadDirEntryDouble()
849 case TIFF_SLONG: in TIFFReadDirEntryByteArray()
950 case TIFF_SLONG: in TIFFReadDirEntryByteArray()
1029 case TIFF_SLONG: in TIFFReadDirEntrySbyteArray()
1129 case TIFF_SLONG: in TIFFReadDirEntrySbyteArray()
[all …]
Dtiff.h135 TIFF_SLONG = 9, /* !32-bit signed integer */ enumerator
Dtif_dirwrite.c726 case TIFF_SLONG: in TIFFWriteDirectorySec()
2016 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG,1,4,&m)); in TIFFWriteDirectoryTagCheckedSlong()
2027 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG,count,count*4,value)); in TIFFWriteDirectoryTagCheckedSlongArray()
2717 datatype = TIFF_SLONG; in _TIFFRewriteField()
2738 else if( datatype == TIFF_SLONG && in_datatype == TIFF_SLONG8 ) in _TIFFRewriteField()
Dtif_print.c89 else if(fip->field_type == TIFF_SLONG) in _TIFFPrintField()
Dtif_dir.c624 case TIFF_SLONG: in _TIFFVSetField()
1086 case TIFF_SLONG: in _TIFFVGetField()
/external/pdfium/third_party/libtiff/
Dtif_dirinfo.c109 …{ TIFFTAG_XCLIPPATHUNITS, 1, 1, TIFF_SLONG, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
111 …{ TIFFTAG_YCLIPPATHUNITS, 1, 1, TIFF_SLONG, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
446 case TIFF_SLONG: in TIFFDataWidth()
483 case TIFF_SLONG: in _TIFFDataSize()
676 case TIFF_SLONG: in _TIFFCreateAnonField()
754 case TIFF_SLONG: in _TIFFSetGetType()
790 case TIFF_SLONG: in _TIFFSetGetType()
826 case TIFF_SLONG: in _TIFFSetGetType()
862 case TIFF_SLONG: in _TIFFSetGetType()
Dtif_dirread.c247 case TIFF_SLONG: in TIFFReadDirEntryByte()
333 case TIFF_SLONG: in TIFFReadDirEntryShort()
416 case TIFF_SLONG: in TIFFReadDirEntryLong()
503 case TIFF_SLONG: in TIFFReadDirEntryLong8()
575 case TIFF_SLONG: in TIFFReadDirEntryFloat()
686 case TIFF_SLONG: in TIFFReadDirEntryDouble()
849 case TIFF_SLONG: in TIFFReadDirEntryByteArray()
950 case TIFF_SLONG: in TIFFReadDirEntryByteArray()
1029 case TIFF_SLONG: in TIFFReadDirEntrySbyteArray()
1129 case TIFF_SLONG: in TIFFReadDirEntrySbyteArray()
[all …]
Dtiff.h135 TIFF_SLONG = 9, /* !32-bit signed integer */ enumerator
Dtif_dirwrite.c726 case TIFF_SLONG: in TIFFWriteDirectorySec()
2016 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG,1,4,&m)); in TIFFWriteDirectoryTagCheckedSlong()
2027 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG,count,count*4,value)); in TIFFWriteDirectoryTagCheckedSlongArray()
2717 datatype = TIFF_SLONG; in _TIFFRewriteField()
2738 else if( datatype == TIFF_SLONG && in_datatype == TIFF_SLONG8 ) in _TIFFRewriteField()
Dtif_print.c91 else if(fip->field_type == TIFF_SLONG) in _TIFFPrintField()
Dtif_dir.c632 case TIFF_SLONG: in _TIFFVSetField()
1106 case TIFF_SLONG: in _TIFFVGetField()