Home
last modified time | relevance | path

Searched refs:TIFF_PERSAMPLE (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dir.c310 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVSetField()
316 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVSetField()
477 tif->tif_flags |= TIFF_PERSAMPLE; in _TIFFVSetField()
479 tif->tif_flags &= ~TIFF_PERSAMPLE; in _TIFFVSetField()
944 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVGetField()
958 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVGetField()
Dtif_print.c486 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
494 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
Dtiffiop.h128 #define TIFF_PERSAMPLE 0x400000U /* get/set per sample tags as arrays */ macro
Dtif_dirread.c3735 tif->tif_flags |= TIFF_PERSAMPLE; in TIFFReadDirectory()