Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_open.c158 tif->tif_flags |= TIFF_MAPPED;
247 tif->tif_flags |= TIFF_MAPPED;
251 tif->tif_flags &= ~TIFF_MAPPED;
459 if (tif->tif_flags & TIFF_MAPPED)
468 tif->tif_flags &= ~TIFF_MAPPED;
H A Dtif_jbig.c210 tif->tif_flags &= ~TIFF_MAPPED; in TIFFInitJBIG()
/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiffiop.h130 #define TIFF_MAPPED 0x00800U /* file is mapped into memory */ macro
230 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)