TIFF_PERSAMPLE 274 3rdparty/libtiff/tif_dir.c if (tif->tif_flags & TIFF_PERSAMPLE) TIFF_PERSAMPLE 280 3rdparty/libtiff/tif_dir.c if (tif->tif_flags & TIFF_PERSAMPLE) TIFF_PERSAMPLE 435 3rdparty/libtiff/tif_dir.c tif->tif_flags |= TIFF_PERSAMPLE; TIFF_PERSAMPLE 437 3rdparty/libtiff/tif_dir.c tif->tif_flags &= ~TIFF_PERSAMPLE; TIFF_PERSAMPLE 864 3rdparty/libtiff/tif_dir.c if (tif->tif_flags & TIFF_PERSAMPLE) TIFF_PERSAMPLE 878 3rdparty/libtiff/tif_dir.c if (tif->tif_flags & TIFF_PERSAMPLE) TIFF_PERSAMPLE 3725 3rdparty/libtiff/tif_dirread.c tif->tif_flags |= TIFF_PERSAMPLE; TIFF_PERSAMPLE 482 3rdparty/libtiff/tif_print.c int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; TIFF_PERSAMPLE 489 3rdparty/libtiff/tif_print.c int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1;