Searched refs:TIFF_PERSAMPLE (Results 1 – 4 of 4) sorted by relevance
310 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()
486 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()
128 #define TIFF_PERSAMPLE 0x400000U /* get/set per sample tags as arrays */ macro
3735 tif->tif_flags |= TIFF_PERSAMPLE; in TIFFReadDirectory()