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

  /external/pdfium/third_party/libtiff/
tif_flush.c 103 if (tif->tif_flags & TIFF_POSTENCODE) {
104 tif->tif_flags &= ~TIFF_POSTENCODE;
tif_write.c 144 tif->tif_flags |= TIFF_POSTENCODE;
260 tif->tif_flags &= ~TIFF_POSTENCODE;
450 tif->tif_flags &= ~TIFF_POSTENCODE;
tiffiop.h 118 #define TIFF_POSTENCODE 0x01000U /* need call to postencode routine */
tif_dir.c     [all...]
tif_dirwrite.c 384 if (tif->tif_flags & TIFF_POSTENCODE)
386 tif->tif_flags &= ~TIFF_POSTENCODE;
    [all...]

Completed in 1078 milliseconds