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

  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 132 tif->tif_encodestrip = DumpModeEncode;
tif_compress.c 150 tif->tif_encodestrip = _TIFFNoStripEncode;
tif_packbits.c 298 tif->tif_encodestrip = PackBitsEncodeChunk;
tif_predict.c 219 sp->encodestrip = tif->tif_encodestrip;
220 tif->tif_encodestrip = PredictorEncodeTile;
253 sp->encodestrip = tif->tif_encodestrip;
254 tif->tif_encodestrip = PredictorEncodeTile;
tif_zip.c 454 tif->tif_encodestrip = ZIPEncode;
tiffiop.h 167 TIFFCodeMethod tif_encodestrip; /* strip encoding routine */ member in struct:tiff
tif_write.c 285 if (!(*tif->tif_encodestrip)(tif, (uint8*) data, cc, sample))
tif_fax3.c     [all...]
tif_jpeg.c     [all...]
tif_lzw.c 1170 tif->tif_encodestrip = LZWEncode;
    [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tif_ojpeg.c 470 tif->tif_encodestrip=OJPEGEncode;
    [all...]

Completed in 149 milliseconds