Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dumpmode.c115 tif->tif_decodestrip = DumpModeDecode; in TIFFInitDumpMode()
Dtif_predict.c159 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()
Dtif_next.c190 tif->tif_decodestrip = NeXTDecode; in TIFFInitNeXT()
Dtif_thunder.c195 tif->tif_decodestrip = ThunderDecodeRow; in TIFFInitThunderScan()
Dtif_fax3.c567 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()
Dtif_packbits.c314 tif->tif_decodestrip = PackBitsDecode; in TIFFInitPackBits()
Dtif_compress.c149 tif->tif_decodestrip = _TIFFNoStripDecode; in _TIFFSetDefaultCompressionState()
Dtif_read.c548 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()
Dtif_lzw.c277 tif->tif_decodestrip = LZWDecodeCompat; in LZWPreDecode()
1414 tif->tif_decodestrip = LZWDecode; in TIFFInitLZW()
Dtiffiop.h189 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */ member
Dtif_jpeg.c1438 tif->tif_decodestrip = JPEGDecodeRaw; in JPEGPreDecode()
1446 tif->tif_decodestrip = JPEGDecode; in JPEGPreDecode()
2816 tif->tif_decodestrip = JPEGDecode; in TIFFInitJPEGCommon()
Dtif_luv.c1809 tif->tif_decodestrip = LogLuvDecodeStrip; in TIFFInitSGILog()
Dtif_pixarlog.c1634 tif->tif_decodestrip = PixarLogDecode; in TIFFInitPixarLog()