Searched refs:tif_decoderow (Results 1 – 19 of 19) sorted by relevance
39 tif->tif_decoderow = JPEGDecode; in TIFFReInitJPEG_12()
136 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()138 sp->decoderow = tif->tif_decoderow; in PredictorSetupDecode()139 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()170 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()172 sp->decoderow = tif->tif_decoderow; in PredictorSetupDecode()173 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()
128 tif->tif_decoderow = DumpModeDecode; in TIFFInitDumpMode()
175 tif->tif_decoderow = NeXTDecode; in TIFFInitNeXT()
195 tif->tif_decoderow = ThunderDecodeRow; in TIFFInitThunderScan()
292 tif->tif_decoderow = PackBitsDecode; in TIFFInitPackBits()
568 tif->tif_decoderow = Fax3Decode2D; in Fax3SetupState()1386 tif->tif_decoderow = Fax3Decode1D; in InitCCITTFax3()1534 tif->tif_decoderow = Fax4Decode; in TIFFInitCCITTFax4()1611 tif->tif_decoderow = Fax3DecodeRLE; in TIFFInitCCITTRLE()1628 tif->tif_decoderow = Fax3DecodeRLE; in TIFFInitCCITTRLEW()
405 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s)) { in LogLuvDecodeStrip()426 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s)) { in LogLuvDecodeTile()1451 tif->tif_decoderow = LogLuvDecode24; in LogLuvSetupDecode()1464 tif->tif_decoderow = LogLuvDecode32; in LogLuvSetupDecode()1481 tif->tif_decoderow = LogL16Decode; in LogLuvSetupDecode()
142 tif->tif_decoderow = _TIFFNoRowDecode; in _TIFFSetDefaultCompressionState()
447 tif->tif_decoderow = ZIPDecode; in TIFFInitZIP()
473 tif->tif_decoderow = LZMADecode; in TIFFInitLZMA()
291 tif->tif_decoderow = LZWDecodeCompat; in LZWPreDecode()1174 tif->tif_decoderow = LZWDecode; in TIFFInitLZW()
165 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */ member
1296 tif->tif_decoderow = DecodeRowError; in JPEGPreDecode()1302 tif->tif_decoderow = JPEGDecode; in JPEGPreDecode()2538 tif->tif_decoderow = JPEGDecode; in TIFFInitJPEG()
450 e = (*tif->tif_decoderow) in TIFFReadScanline()
1438 tif->tif_decoderow = PixarLogDecode; in TIFFInitPixarLog()
454 tif->tif_decoderow=OJPEGDecode; in TIFFInitOJPEG()
399 ok = (*tifin->tif_decoderow)(tifin, (tdata_t) rowbuf, in copyFaxFile()
3114 reporting an error is used for tif_decoderow. We cannot meaningfully
Completed in 47 milliseconds