Home
last modified time | relevance | path

Searched refs:TIFF_MAPPED (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_open.c159 tif->tif_flags |= TIFF_MAPPED;
246 tif->tif_flags |= TIFF_MAPPED;
250 tif->tif_flags &= ~TIFF_MAPPED;
443 if (tif->tif_flags & TIFF_MAPPED)
452 tif->tif_flags &= ~TIFF_MAPPED;
Dtif_jbig.c191 tif->tif_flags &= ~TIFF_MAPPED; in TIFFInitJBIG()
Dtiffiop.h112 #define TIFF_MAPPED 0x00800 /* file is mapped into memory */ macro
209 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)
/external/pdfium/third_party/libtiff/
Dtif_open.c159 tif->tif_flags |= TIFF_MAPPED;
246 tif->tif_flags |= TIFF_MAPPED;
250 tif->tif_flags &= ~TIFF_MAPPED;
443 if (tif->tif_flags & TIFF_MAPPED)
452 tif->tif_flags &= ~TIFF_MAPPED;
Dtiffiop.h117 #define TIFF_MAPPED 0x00800 /* file is mapped into memory */ macro
214 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)