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

  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 129 tif->tif_decodestrip = DumpModeDecode;
tif_next.c 176 tif->tif_decodestrip = NeXTDecode;
tif_thunder.c 196 tif->tif_decodestrip = ThunderDecodeRow;
tif_compress.c 143 tif->tif_decodestrip = _TIFFNoStripDecode;
tif_packbits.c 293 tif->tif_decodestrip = PackBitsDecode;
tif_predict.c 140 sp->decodestrip = tif->tif_decodestrip;
141 tif->tif_decodestrip = PredictorDecodeTile;
174 sp->decodestrip = tif->tif_decodestrip;
175 tif->tif_decodestrip = PredictorDecodeTile;
tif_fax3.c 569 tif->tif_decodestrip = Fax3Decode2D;
    [all...]
tif_zip.c 448 tif->tif_decodestrip = ZIPDecode;
tiffiop.h 166 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */ member in struct:tiff
tif_lzw.c 291 tif->tif_decodestrip = LZWDecodeCompat;
1164 tif->tif_decodestrip = LZWDecode;
    [all...]
tif_read.c 520 if ((*tif->tif_decodestrip)(tif,buf,stripsize,plane)<=0)
561 if ((*tif->tif_decodestrip)(tif,*buf,this_stripsize,plane)<=0)
    [all...]
tif_jpeg.c     [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tif_ojpeg.c 464 tif->tif_decodestrip=OJPEGDecode;
    [all...]

Completed in 86 milliseconds