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

  /external/opencv3/3rdparty/libtiff/
tif_flush.c 103 if (tif->tif_flags & TIFF_POSTENCODE) {
104 tif->tif_flags &= ~TIFF_POSTENCODE;
tif_write.c 140 tif->tif_flags |= TIFF_POSTENCODE;
240 tif->tif_flags &= ~TIFF_POSTENCODE;
389 tif->tif_flags &= ~TIFF_POSTENCODE;
tiffiop.h 113 #define TIFF_POSTENCODE 0x01000 /* need call to postencode routine */
tif_dir.c     [all...]
tif_dirwrite.c 383 if (tif->tif_flags & TIFF_POSTENCODE)
385 tif->tif_flags &= ~TIFF_POSTENCODE;
    [all...]
  /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;
433 tif->tif_flags &= ~TIFF_POSTENCODE;
tiffiop.h 118 #define TIFF_POSTENCODE 0x01000 /* need call to postencode routine */
tif_dir.c     [all...]
tif_dirwrite.c 383 if (tif->tif_flags & TIFF_POSTENCODE)
385 tif->tif_flags &= ~TIFF_POSTENCODE;
    [all...]

Completed in 49 milliseconds