HomeSort by relevance Sort by last modified time
    Searched refs:TIFF_PERSAMPLE (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/libtiff/
tif_dir.c 276 if (tif->tif_flags & TIFF_PERSAMPLE)
282 if (tif->tif_flags & TIFF_PERSAMPLE)
451 tif->tif_flags |= TIFF_PERSAMPLE;
453 tif->tif_flags &= ~TIFF_PERSAMPLE;
892 if (tif->tif_flags & TIFF_PERSAMPLE)
906 if (tif->tif_flags & TIFF_PERSAMPLE)
    [all...]
tif_print.c 484 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1;
491 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1;
tiffiop.h 128 #define TIFF_PERSAMPLE 0x400000 /* get/set per sample tags as arrays */
tif_dirread.c     [all...]

Completed in 587 milliseconds