Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c140 sp->decodestrip = tif->tif_decodestrip; in PredictorSetupDecode()
141 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
174 sp->decodestrip = tif->tif_decodestrip; in PredictorSetupDecode()
175 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
Dtif_dumpmode.c129 tif->tif_decodestrip = DumpModeDecode; in TIFFInitDumpMode()
Dtif_next.c176 tif->tif_decodestrip = NeXTDecode; in TIFFInitNeXT()
Dtif_thunder.c196 tif->tif_decodestrip = ThunderDecodeRow; in TIFFInitThunderScan()
Dtif_fax3.c569 tif->tif_decodestrip = Fax3Decode2D; in Fax3SetupState()
1383 tif->tif_decodestrip = Fax3Decode1D; in InitCCITTFax3()
1531 tif->tif_decodestrip = Fax4Decode; in TIFFInitCCITTFax4()
1608 tif->tif_decodestrip = Fax3DecodeRLE; in TIFFInitCCITTRLE()
1625 tif->tif_decodestrip = Fax3DecodeRLE; in TIFFInitCCITTRLEW()
Dtif_packbits.c293 tif->tif_decodestrip = PackBitsDecode; in TIFFInitPackBits()
Dtif_compress.c143 tif->tif_decodestrip = _TIFFNoStripDecode; in _TIFFSetDefaultCompressionState()
Dtif_zip.c448 tif->tif_decodestrip = ZIPDecode; in TIFFInitZIP()
Dtif_lzw.c291 tif->tif_decodestrip = LZWDecodeCompat; in LZWPreDecode()
1164 tif->tif_decodestrip = LZWDecode; in TIFFInitLZW()
Dtiffiop.h166 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */ member
Dtif_read.c520 if ((*tif->tif_decodestrip)(tif,buf,stripsize,plane)<=0) in TIFFReadEncodedStrip()
561 if ((*tif->tif_decodestrip)(tif,*buf,this_stripsize,plane)<=0) in _TIFFReadEncodedStripAndAllocBuffer()
Dtif_jpeg.c1167 tif->tif_decodestrip = JPEGDecodeRaw; in JPEGPreDecode()
1173 tif->tif_decodestrip = JPEGDecode; in JPEGPreDecode()
2391 tif->tif_decodestrip = JPEGDecode; in TIFFInitJPEG()
D0025-upstream-OOM-gtTileContig.patch345 + if ((*tif->tif_decodestrip)(tif,*buf,this_stripsize,plane)<=0)
Dtif_luv.c1732 tif->tif_decodestrip = LogLuvDecodeStrip; in TIFFInitSGILog()
Dtif_pixarlog.c1434 tif->tif_decodestrip = PixarLogDecode; in TIFFInitPixarLog()
Dtif_ojpeg.c464 tif->tif_decodestrip=OJPEGDecode; in TIFFInitOJPEG()