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

  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 130 tif->tif_decodetile = DumpModeDecode;
tif_next.c 175 tif->tif_decodetile = NeXTDecode;
tif_compress.c 144 tif->tif_decodetile = _TIFFNoTileDecode;
tif_packbits.c 283 tif->tif_decodetile = PackBitsDecode;
tif_predict.c 133 sp->decodetile = tif->tif_decodetile;
134 tif->tif_decodetile = PredictorDecodeTile;
167 sp->decodetile = tif->tif_decodetile;
168 tif->tif_decodetile = PredictorDecodeTile;
tif_fax3.c 540 tif->tif_decodetile = Fax3Decode2D;
    [all...]
tif_zip.c 445 tif->tif_decodetile = ZIPDecode;
tiffiop.h 168 TIFFCodeMethod tif_decodetile; /* tile decoding routine */ member in struct:tiff
tif_lzw.c 292 tif->tif_decodetile = LZWDecodeCompat;
1130 tif->tif_decodetile = LZWDecode;
tif_jpeg.c     [all...]
tif_read.c 668 if (TIFFFillTile(tif, tile) && (*tif->tif_decodetile)(tif,
    [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tif_ojpeg.c 464 tif->tif_decodetile=OJPEGDecode;
    [all...]

Completed in 226 milliseconds