Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirinfo.c117 …{ TIFFTAG_XCLIPPATHUNITS, 1, 1, TIFF_SLONG, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
119 …{ TIFFTAG_YCLIPPATHUNITS, 1, 1, TIFF_SLONG, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
454 case TIFF_SLONG: in TIFFDataWidth()
491 case TIFF_SLONG: in _TIFFDataSize()
684 case TIFF_SLONG: in _TIFFCreateAnonField()
762 case TIFF_SLONG: in _TIFFSetGetType()
798 case TIFF_SLONG: in _TIFFSetGetType()
834 case TIFF_SLONG: in _TIFFSetGetType()
870 case TIFF_SLONG: in _TIFFSetGetType()
Dtif_dirread.c251 case TIFF_SLONG: in TIFFReadDirEntryByte()
337 case TIFF_SLONG: in TIFFReadDirEntryShort()
420 case TIFF_SLONG: in TIFFReadDirEntryLong()
507 case TIFF_SLONG: in TIFFReadDirEntryLong8()
579 case TIFF_SLONG: in TIFFReadDirEntryFloat()
690 case TIFF_SLONG: in TIFFReadDirEntryDouble()
853 case TIFF_SLONG: in TIFFReadDirEntryByteArray()
954 case TIFF_SLONG: in TIFFReadDirEntryByteArray()
1033 case TIFF_SLONG: in TIFFReadDirEntrySbyteArray()
1133 case TIFF_SLONG: in TIFFReadDirEntrySbyteArray()
[all …]
Dtiff.h135 TIFF_SLONG = 9, /* !32-bit signed integer */ enumerator
Dtif_dirwrite.c741 case TIFF_SLONG: in TIFFWriteDirectorySec()
2094 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG,1,4,&m)); in TIFFWriteDirectoryTagCheckedSlong()
2105 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG,count,count*4,value)); in TIFFWriteDirectoryTagCheckedSlongArray()
2806 datatype = TIFF_SLONG; in _TIFFRewriteField()
2827 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.c666 case TIFF_SLONG: in _TIFFVSetField()
1166 case TIFF_SLONG: in _TIFFVGetField()