Searched refs:TIFF_SLONG (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirinfo.c | 117 …{ 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()
|
D | tif_dirread.c | 251 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 …]
|
D | tiff.h | 135 TIFF_SLONG = 9, /* !32-bit signed integer */ enumerator
|
D | tif_dirwrite.c | 741 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()
|
D | tif_print.c | 91 else if(fip->field_type == TIFF_SLONG) in _TIFFPrintField()
|
D | tif_dir.c | 666 case TIFF_SLONG: in _TIFFVSetField() 1166 case TIFF_SLONG: in _TIFFVGetField()
|