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

  /external/pdfium/third_party/libtiff/
tif_write.c 124 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
127 tif->tif_flags |= TIFF_CODERSETUP;
233 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
236 tif->tif_flags |= TIFF_CODERSETUP;
428 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
431 tif->tif_flags |= TIFF_CODERSETUP;
tif_read.c 966 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
969 tif->tif_flags |= TIFF_CODERSETUP;
1003 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
1006 tif->tif_flags |= TIFF_CODERSETUP;
    [all...]
tiffiop.h 111 #define TIFF_CODERSETUP 0x00020 /* encoder/decoder setup done */
tif_dir.c 224 tif->tif_flags &= ~TIFF_CODERSETUP;
    [all...]

Completed in 60 milliseconds