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