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.c127 tif->tif_decodestrip = DumpModeDecode; in TIFFInitDumpMode()
Dtif_predict.c138 sp->decodestrip = tif->tif_decodestrip; in PredictorSetupDecode()
139 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
172 sp->decodestrip = tif->tif_decodestrip; in PredictorSetupDecode()
173 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
Dtif_next.c174 tif->tif_decodestrip = NeXTDecode; in TIFFInitNeXT()
Dtif_thunder.c194 tif->tif_decodestrip = ThunderDecodeRow; in TIFFInitThunderScan()
Dtif_fax3.c567 tif->tif_decodestrip = Fax3Decode2D; in Fax3SetupState()
1385 tif->tif_decodestrip = Fax3Decode1D; in InitCCITTFax3()
1533 tif->tif_decodestrip = Fax4Decode; in TIFFInitCCITTFax4()
1610 tif->tif_decodestrip = Fax3DecodeRLE; in TIFFInitCCITTRLE()
1627 tif->tif_decodestrip = Fax3DecodeRLE; in TIFFInitCCITTRLEW()
Dtif_packbits.c291 tif->tif_decodestrip = PackBitsDecode; in TIFFInitPackBits()
Dtif_compress.c141 tif->tif_decodestrip = _TIFFNoStripDecode; in _TIFFSetDefaultCompressionState()
Dtif_read.c559 if ((*tif->tif_decodestrip)(tif,buf,stripsize,plane)<=0) in TIFFReadEncodedStrip()
602 if ((*tif->tif_decodestrip)(tif,*buf,this_stripsize,plane)<=0) in _TIFFReadEncodedStripAndAllocBuffer()
1578 !(*tif->tif_decodestrip)(tif, (uint8*) outbuf, outsize, in TIFFReadFromUserBuffer()
Dtif_zip.c428 tif->tif_decodestrip = ZIPDecode; in TIFFInitZIP()
Dtif_lzw.c293 tif->tif_decodestrip = LZWDecodeCompat; in LZWPreDecode()
1183 tif->tif_decodestrip = LZWDecode; in TIFFInitLZW()
Dtiffiop.h181 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */ member
Dtif_jpeg.c1300 tif->tif_decodestrip = JPEGDecodeRaw; in JPEGPreDecode()
1306 tif->tif_decodestrip = JPEGDecode; in JPEGPreDecode()
2542 tif->tif_decodestrip = JPEGDecode; in TIFFInitJPEG()
Dtif_luv.c1733 tif->tif_decodestrip = LogLuvDecodeStrip; in TIFFInitSGILog()
Dtif_pixarlog.c1431 tif->tif_decodestrip = PixarLogDecode; in TIFFInitPixarLog()
Dtif_ojpeg.c463 tif->tif_decodestrip=OJPEGDecode; in TIFFInitOJPEG()