Home
last modified time | relevance | path

Searched refs:TIFF_SWAB (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_open.c224 tif->tif_flags |= TIFF_SWAB;
230 tif->tif_flags |= TIFF_SWAB;
298 tif->tif_header.common.tiff_magic = (tif->tif_flags & TIFF_SWAB)
301 tif->tif_header.common.tiff_magic = (tif->tif_flags & TIFF_SWAB)
308 if (tif->tif_flags & TIFF_SWAB)
318 if (tif->tif_flags & TIFF_SWAB)
343 tif->tif_flags |= TIFF_SWAB;
347 tif->tif_flags |= TIFF_SWAB;
387 tif->tif_flags |= TIFF_SWAB;
391 tif->tif_flags |= TIFF_SWAB;
[all …]
Dtif_dirread.c891 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryArrayWithLimit()
912 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryArrayWithLimit()
1006 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryByteArray()
1024 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryByteArray()
1042 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryByteArray()
1060 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryByteArray()
1078 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryByteArray()
1096 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryByteArray()
1185 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntrySbyteArray()
1203 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntrySbyteArray()
[all …]
Dtif_dirwrite.c302 if (tif->tif_flags & TIFF_SWAB) in TIFFRewriteDirectory()
311 if (tif->tif_flags & TIFF_SWAB) in TIFFRewriteDirectory()
361 if (tif->tif_flags & TIFF_SWAB) in TIFFRewriteDirectory()
377 if (tif->tif_flags & TIFF_SWAB) in TIFFRewriteDirectory()
897 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectorySec()
904 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectorySec()
908 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectorySec()
913 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectorySec()
923 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectorySec()
933 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectorySec()
[all …]
Dtif_dir.c212 if (tif->tif_flags & TIFF_SWAB) { in _TIFFVSetField()
1463 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()
1475 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()
1492 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()
1510 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()
1527 if (tif->tif_flags & TIFF_SWAB) in TIFFAdvanceDirectory()
1540 if (tif->tif_flags & TIFF_SWAB) in TIFFAdvanceDirectory()
1554 if (tif->tif_flags & TIFF_SWAB) in TIFFAdvanceDirectory()
1574 if (tif->tif_flags & TIFF_SWAB) in TIFFAdvanceDirectory()
1736 if (tif->tif_flags & TIFF_SWAB) in TIFFUnlinkDirectory()
[all …]
Dtif_predict.c151 if (tif->tif_flags & TIFF_SWAB) { in PredictorSetupDecode()
182 if (tif->tif_flags & TIFF_SWAB) { in PredictorSetupDecode()
230 if (tif->tif_flags & TIFF_SWAB) { in PredictorSetupEncode()
Dtiffiop.h125 #define TIFF_SWAB 0x00080U /* byte swap file information */ macro
Dtif_pixarlog.c838 if (tif->tif_flags & TIFF_SWAB) in PixarLogDecode()