Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_open.c261 tif->tif_flags |= TIFF_HEADERONLY;
460 if (tif->tif_flags & TIFF_HEADERONLY)
Dtiffiop.h122 #define TIFF_HEADERONLY 0x10000U /* read header only, do not process the first directory */ macro