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.c324 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVSetField()
330 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVSetField()
491 tif->tif_flags |= TIFF_PERSAMPLE; in _TIFFVSetField()
493 tif->tif_flags &= ~TIFF_PERSAMPLE; in _TIFFVSetField()
960 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVGetField()
974 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVGetField()
Dtif_print.c484 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
492 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
Dtiffiop.h140 #define TIFF_PERSAMPLE 0x400000U /* get/set per sample tags as arrays */ macro
Dtif_dirread.c3903 tif->tif_flags |= TIFF_PERSAMPLE; in TIFFReadDirectory()