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 287 tif->tif_encodestrip = PackBitsEncodeChunk;
tif_predict.c 210 sp->encodestrip = tif->tif_encodestrip;
211 tif->tif_encodestrip = PredictorEncodeTile;
244 sp->encodestrip = tif->tif_encodestrip;
245 tif->tif_encodestrip = PredictorEncodeTile;
tif_zip.c 450 tif->tif_encodestrip = ZIPEncode;
tiffiop.h 167 TIFFCodeMethod tif_encodestrip; /* strip encoding routine */ member in struct:tiff
tif_write.c 268 if (!(*tif->tif_encodestrip)(tif, (uint8*) data, cc, sample))
tif_fax3.c     [all...]
tif_jpeg.c     [all...]
tif_lzw.c 1135 tif->tif_encodestrip = LZWEncode;
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tif_ojpeg.c 469 tif->tif_encodestrip=OJPEGEncode;
    [all...]

Completed in 55 milliseconds