Home
last modified time | relevance | path

Searched refs:tif_decodetile (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dumpmode.c128 tif->tif_decodetile = DumpModeDecode; in TIFFInitDumpMode()
Dtif_predict.c140 sp->decodetile = tif->tif_decodetile; in PredictorSetupDecode()
141 tif->tif_decodetile = PredictorDecodeTile; in PredictorSetupDecode()
174 sp->decodetile = tif->tif_decodetile; in PredictorSetupDecode()
175 tif->tif_decodetile = PredictorDecodeTile; in PredictorSetupDecode()
Dtif_next.c175 tif->tif_decodetile = NeXTDecode; in TIFFInitNeXT()
Dtif_fax3.c568 tif->tif_decodetile = Fax3Decode2D; in Fax3SetupState()
1386 tif->tif_decodetile = Fax3Decode1D; in InitCCITTFax3()
1534 tif->tif_decodetile = Fax4Decode; in TIFFInitCCITTFax4()
1611 tif->tif_decodetile = Fax3DecodeRLE; in TIFFInitCCITTRLE()
1628 tif->tif_decodetile = Fax3DecodeRLE; in TIFFInitCCITTRLEW()
Dtif_packbits.c292 tif->tif_decodetile = PackBitsDecode; in TIFFInitPackBits()
Dtif_compress.c142 tif->tif_decodetile = _TIFFNoTileDecode; in _TIFFSetDefaultCompressionState()
Dtif_read.c1016 if (TIFFFillTile(tif, tile) && (*tif->tif_decodetile)(tif, in TIFFReadEncodedTile()
1087 if( (*tif->tif_decodetile)(tif, in _TIFFReadEncodedTileAndAllocBuffer()
1564 !(*tif->tif_decodetile)(tif, (uint8*) outbuf, outsize, in TIFFReadFromUserBuffer()
Dtif_zip.c429 tif->tif_decodetile = ZIPDecode; in TIFFInitZIP()
Dtif_lzw.c294 tif->tif_decodetile = LZWDecodeCompat; in LZWPreDecode()
1184 tif->tif_decodetile = LZWDecode; in TIFFInitLZW()
Dtiffiop.h183 TIFFCodeMethod tif_decodetile; /* tile decoding routine */ member
Dtif_jpeg.c1301 tif->tif_decodetile = JPEGDecodeRaw; in JPEGPreDecode()
1307 tif->tif_decodetile = JPEGDecode; in JPEGPreDecode()
2543 tif->tif_decodetile = JPEGDecode; in TIFFInitJPEG()
Dtif_luv.c1734 tif->tif_decodetile = LogLuvDecodeTile; in TIFFInitSGILog()
Dtif_pixarlog.c1432 tif->tif_decodetile = PixarLogDecode; in TIFFInitPixarLog()
Dtif_ojpeg.c464 tif->tif_decodetile=OJPEGDecode; in TIFFInitOJPEG()