Searched refs:TIFF_SLONG (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirinfo.c | 115 …{ TIFFTAG_XCLIPPATHUNITS, 1, 1, TIFF_SLONG, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD… 117 …{ TIFFTAG_YCLIPPATHUNITS, 1, 1, TIFF_SLONG, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD… 452 case TIFF_SLONG: in TIFFDataWidth() 489 case TIFF_SLONG: in _TIFFDataSize() 682 case TIFF_SLONG: in _TIFFCreateAnonField() 760 case TIFF_SLONG: in _TIFFSetGetType() 796 case TIFF_SLONG: in _TIFFSetGetType() 832 case TIFF_SLONG: in _TIFFSetGetType() 868 case TIFF_SLONG: in _TIFFSetGetType()
|
D | tif_dirread.c | 254 case TIFF_SLONG: in TIFFReadDirEntryByte() 340 case TIFF_SLONG: in TIFFReadDirEntryShort() 423 case TIFF_SLONG: in TIFFReadDirEntryLong() 510 case TIFF_SLONG: in TIFFReadDirEntryLong8() 582 case TIFF_SLONG: in TIFFReadDirEntryFloat() 695 case TIFF_SLONG: in TIFFReadDirEntryDouble() 950 case TIFF_SLONG: in TIFFReadDirEntryByteArray() 1051 case TIFF_SLONG: in TIFFReadDirEntryByteArray() 1130 case TIFF_SLONG: in TIFFReadDirEntrySbyteArray() 1230 case TIFF_SLONG: in TIFFReadDirEntrySbyteArray() [all …]
|
D | tiff.h | 133 TIFF_SLONG = 9, /* !32-bit signed integer */ enumerator
|
D | tif_dirwrite.c | 786 case TIFF_SLONG: in TIFFWriteDirectorySec() 2242 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG,1,4,&m)); in TIFFWriteDirectoryTagCheckedSlong() 2253 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_SLONG,count,count*4,value)); in TIFFWriteDirectoryTagCheckedSlongArray() 3018 datatype = TIFF_SLONG; in _TIFFRewriteField() 3031 (entry_type == TIFF_SLONG || entry_type == TIFF_SLONG8 ) ) in _TIFFRewriteField() 3052 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 | 680 case TIFF_SLONG: in _TIFFVSetField() 1185 case TIFF_SLONG: in _TIFFVGetField()
|