Searched refs:tif_decodestrip (Results 1 – 16 of 16) sorted by relevance
140 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()
129 tif->tif_decodestrip = DumpModeDecode; in TIFFInitDumpMode()
176 tif->tif_decodestrip = NeXTDecode; in TIFFInitNeXT()
196 tif->tif_decodestrip = ThunderDecodeRow; in TIFFInitThunderScan()
569 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()
293 tif->tif_decodestrip = PackBitsDecode; in TIFFInitPackBits()
143 tif->tif_decodestrip = _TIFFNoStripDecode; in _TIFFSetDefaultCompressionState()
448 tif->tif_decodestrip = ZIPDecode; in TIFFInitZIP()
291 tif->tif_decodestrip = LZWDecodeCompat; in LZWPreDecode()1164 tif->tif_decodestrip = LZWDecode; in TIFFInitLZW()
166 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */ member
520 if ((*tif->tif_decodestrip)(tif,buf,stripsize,plane)<=0) in TIFFReadEncodedStrip()561 if ((*tif->tif_decodestrip)(tif,*buf,this_stripsize,plane)<=0) in _TIFFReadEncodedStripAndAllocBuffer()
1167 tif->tif_decodestrip = JPEGDecodeRaw; in JPEGPreDecode()1173 tif->tif_decodestrip = JPEGDecode; in JPEGPreDecode()2391 tif->tif_decodestrip = JPEGDecode; in TIFFInitJPEG()
345 + if ((*tif->tif_decodestrip)(tif,*buf,this_stripsize,plane)<=0)
1732 tif->tif_decodestrip = LogLuvDecodeStrip; in TIFFInitSGILog()
1434 tif->tif_decodestrip = PixarLogDecode; in TIFFInitPixarLog()
464 tif->tif_decodestrip=OJPEGDecode; in TIFFInitOJPEG()