Home
last modified time | relevance | path

Searched refs:tif_decodestrip (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dumpmode.c129 tif->tif_decodestrip = DumpModeDecode; in TIFFInitDumpMode()
Dtif_next.c168 tif->tif_decodestrip = NeXTDecode; in TIFFInitNeXT()
Dtif_predict.c128 sp->decodestrip = tif->tif_decodestrip; in PredictorSetupDecode()
129 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
162 sp->decodestrip = tif->tif_decodestrip; in PredictorSetupDecode()
163 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
Dtif_thunder.c195 tif->tif_decodestrip = ThunderDecodeRow; in TIFFInitThunderScan()
Dtif_fax3.c539 tif->tif_decodestrip = Fax3Decode2D; in Fax3SetupState()
1335 tif->tif_decodestrip = Fax3Decode1D; in InitCCITTFax3()
1483 tif->tif_decodestrip = Fax4Decode; in TIFFInitCCITTFax4()
1560 tif->tif_decodestrip = Fax3DecodeRLE; in TIFFInitCCITTRLE()
1577 tif->tif_decodestrip = Fax3DecodeRLE; in TIFFInitCCITTRLEW()
Dtif_packbits.c282 tif->tif_decodestrip = PackBitsDecode; in TIFFInitPackBits()
Dtif_compress.c143 tif->tif_decodestrip = _TIFFNoStripDecode; in _TIFFSetDefaultCompressionState()
Dtif_zip.c444 tif->tif_decodestrip = ZIPDecode; in TIFFInitZIP()
Dtif_lzw.c291 tif->tif_decodestrip = LZWDecodeCompat; in LZWPreDecode()
1129 tif->tif_decodestrip = LZWDecode; in TIFFInitLZW()
Dtiffiop.h166 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */ member
Dtif_jpeg.c1165 tif->tif_decodestrip = JPEGDecodeRaw; in JPEGPreDecode()
1171 tif->tif_decodestrip = JPEGDecode; in JPEGPreDecode()
2367 tif->tif_decodestrip = JPEGDecode; in TIFFInitJPEG()
Dtif_read.c357 if ((*tif->tif_decodestrip)(tif,buf,stripsize,plane)<=0) in TIFFReadEncodedStrip()
Dtif_luv.c1666 tif->tif_decodestrip = LogLuvDecodeStrip; in TIFFInitSGILog()
Dtif_pixarlog.c1396 tif->tif_decodestrip = PixarLogDecode; in TIFFInitPixarLog()
Dtif_ojpeg.c463 tif->tif_decodestrip=OJPEGDecode; in TIFFInitOJPEG()