Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.c276 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVSetField()
282 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVSetField()
443 tif->tif_flags |= TIFF_PERSAMPLE; in _TIFFVSetField()
445 tif->tif_flags &= ~TIFF_PERSAMPLE; in _TIFFVSetField()
884 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVGetField()
898 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVGetField()
Dtif_print.c484 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
491 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
Dtiffiop.h128 #define TIFF_PERSAMPLE 0x400000 /* get/set per sample tags as arrays */ macro
Dtif_dirread.c3708 tif->tif_flags |= TIFF_PERSAMPLE; in TIFFReadDirectory()
/external/opencv3/3rdparty/libtiff/
Dtif_dir.c274 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVSetField()
280 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVSetField()
435 tif->tif_flags |= TIFF_PERSAMPLE; in _TIFFVSetField()
437 tif->tif_flags &= ~TIFF_PERSAMPLE; in _TIFFVSetField()
864 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVGetField()
878 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVGetField()
Dtif_print.c482 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
489 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
Dtiffiop.h123 #define TIFF_PERSAMPLE 0x400000 /* get/set per sample tags as arrays */ macro
Dtif_dirread.c3725 tif->tif_flags |= TIFF_PERSAMPLE; in TIFFReadDirectory()