Home
last modified time | relevance | path

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

/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 0x00800U /* file is mapped into memory */ macro
214 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)