Searched refs:TIFF_PERSAMPLE (Results 1 – 8 of 8) sorted by relevance
276 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()
484 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()
128 #define TIFF_PERSAMPLE 0x400000 /* get/set per sample tags as arrays */ macro
3708 tif->tif_flags |= TIFF_PERSAMPLE; in TIFFReadDirectory()
274 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()
482 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()
123 #define TIFF_PERSAMPLE 0x400000 /* get/set per sample tags as arrays */ macro
3725 tif->tif_flags |= TIFF_PERSAMPLE; in TIFFReadDirectory()