Searched refs:TIFF_SLONG (Results 1 – 12 of 12) sorted by relevance
/external/opencv3/3rdparty/libtiff/ |
D | tif_dirinfo.c | 109 …{ 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()
|
D | tif_dirread.c | 247 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 …]
|
D | tiff.h | 135 TIFF_SLONG = 9, /* !32-bit signed integer */ enumerator
|
D | tif_dirwrite.c | 726 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()
|
D | tif_print.c | 89 else if(fip->field_type == TIFF_SLONG) in _TIFFPrintField()
|
D | tif_dir.c | 624 case TIFF_SLONG: in _TIFFVSetField() 1086 case TIFF_SLONG: in _TIFFVGetField()
|
/external/pdfium/third_party/libtiff/ |
D | tif_dirinfo.c | 109 …{ 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()
|
D | tif_dirread.c | 247 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 …]
|
D | tiff.h | 135 TIFF_SLONG = 9, /* !32-bit signed integer */ enumerator
|
D | tif_dirwrite.c | 726 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()
|
D | tif_print.c | 91 else if(fip->field_type == TIFF_SLONG) in _TIFFPrintField()
|
D | tif_dir.c | 632 case TIFF_SLONG: in _TIFFVSetField() 1106 case TIFF_SLONG: in _TIFFVGetField()
|