Home
last modified time | relevance | path

Searched refs:_TIFFNoPostDecode (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_predict.c144 tif->tif_postdecode = _TIFFNoPostDecode; in PredictorSetupDecode()
147 tif->tif_postdecode = _TIFFNoPostDecode; in PredictorSetupDecode()
173 tif->tif_postdecode = _TIFFNoPostDecode; in PredictorSetupDecode()
223 tif->tif_postdecode = _TIFFNoPostDecode; in PredictorSetupEncode()
226 tif->tif_postdecode = _TIFFNoPostDecode; in PredictorSetupEncode()
Dtiffiop.h323 extern void _TIFFNoPostDecode(TIFF* tif, uint8* buf, tmsize_t cc);
Dtif_dir.c200 tif->tif_postdecode = _TIFFNoPostDecode; in _TIFFVSetField()
1318 tif->tif_postdecode = _TIFFNoPostDecode; in TIFFDefaultDirectory()
Dtif_read.c1050 _TIFFNoPostDecode(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFNoPostDecode() function
Dtif_luv.c1390 tif->tif_postdecode = _TIFFNoPostDecode; in LogLuvSetupDecode()
Dtif_pixarlog.c680 tif->tif_postdecode = _TIFFNoPostDecode; in PixarLogSetupDecode()
Dtif_jpeg.c1008 tif->tif_postdecode = _TIFFNoPostDecode; /* override byte swapping */ in JPEGSetupDecode()