Searched refs:tif_decodestrip (Results 1 – 13 of 13) sorted by relevance
115 tif->tif_decodestrip = DumpModeDecode; in TIFFInitDumpMode()
159 sp->decodestrip = tif->tif_decodestrip; in PredictorSetupDecode()160 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()203 sp->decodestrip = tif->tif_decodestrip; in PredictorSetupDecode()204 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
190 tif->tif_decodestrip = NeXTDecode; in TIFFInitNeXT()
195 tif->tif_decodestrip = ThunderDecodeRow; in TIFFInitThunderScan()
567 tif->tif_decodestrip = Fax3Decode2D; in Fax3SetupState()1455 tif->tif_decodestrip = Fax3Decode1D; in InitCCITTFax3()1625 tif->tif_decodestrip = Fax4Decode; in TIFFInitCCITTFax4()1706 tif->tif_decodestrip = Fax3DecodeRLE; in TIFFInitCCITTRLE()1724 tif->tif_decodestrip = Fax3DecodeRLE; in TIFFInitCCITTRLEW()
314 tif->tif_decodestrip = PackBitsDecode; in TIFFInitPackBits()
149 tif->tif_decodestrip = _TIFFNoStripDecode; in _TIFFSetDefaultCompressionState()
548 if ((*tif->tif_decodestrip)(tif, buf, stripsize, plane) <= 0) in TIFFReadEncodedStrip()590 if ((*tif->tif_decodestrip)(tif, *buf, this_stripsize, plane) <= 0) in _TIFFReadEncodedStripAndAllocBuffer()1564 !(*tif->tif_decodestrip)(tif, (uint8_t *)outbuf, outsize, in TIFFReadFromUserBuffer()
277 tif->tif_decodestrip = LZWDecodeCompat; in LZWPreDecode()1414 tif->tif_decodestrip = LZWDecode; in TIFFInitLZW()
189 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */ member
1438 tif->tif_decodestrip = JPEGDecodeRaw; in JPEGPreDecode()1446 tif->tif_decodestrip = JPEGDecode; in JPEGPreDecode()2816 tif->tif_decodestrip = JPEGDecode; in TIFFInitJPEGCommon()
1809 tif->tif_decodestrip = LogLuvDecodeStrip; in TIFFInitSGILog()
1634 tif->tif_decodestrip = PixarLogDecode; in TIFFInitPixarLog()