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

  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 133 tif->tif_encodetile = DumpModeEncode;
tif_compress.c 151 tif->tif_encodetile = _TIFFNoTileEncode;
tif_packbits.c 288 tif->tif_encodetile = PackBitsEncodeChunk;
tif_predict.c 212 sp->encodetile = tif->tif_encodetile;
213 tif->tif_encodetile = PredictorEncodeTile;
246 sp->encodetile = tif->tif_encodetile;
247 tif->tif_encodetile = PredictorEncodeTile;
tif_zip.c 451 tif->tif_encodetile = ZIPEncode;
tiffiop.h 169 TIFFCodeMethod tif_encodetile; /* tile encoding routine */ member in struct:tiff
tif_write.c 448 if (!(*tif->tif_encodetile)(tif, (uint8*) data, cc, sample))
tif_fax3.c     [all...]
tif_jpeg.c     [all...]
tif_lzw.c 1136 tif->tif_encodetile = LZWEncode;
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tif_ojpeg.c 470 tif->tif_encodetile=OJPEGEncode;
    [all...]

Completed in 82 milliseconds