Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_dir.c325 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVSetField()
331 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVSetField()
492 tif->tif_flags |= TIFF_PERSAMPLE; in _TIFFVSetField()
494 tif->tif_flags &= ~TIFF_PERSAMPLE; in _TIFFVSetField()
961 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVGetField()
975 if (tif->tif_flags & TIFF_PERSAMPLE) in _TIFFVGetField()
H A 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()
H A Dtif_dirread.c3895 tif->tif_flags |= TIFF_PERSAMPLE; in TIFFReadDirectory()
/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiffiop.h141 #define TIFF_PERSAMPLE 0x400000U /* get/set per sample tags as arrays */ macro