Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c156 tif->tif_postdecode = _TIFFNoPostDecode; in PredictorSetupDecode()
159 tif->tif_postdecode = _TIFFNoPostDecode; in PredictorSetupDecode()
185 tif->tif_postdecode = _TIFFNoPostDecode; in PredictorSetupDecode()
235 tif->tif_postdecode = _TIFFNoPostDecode; in PredictorSetupEncode()
238 tif->tif_postdecode = _TIFFNoPostDecode; in PredictorSetupEncode()
Dtiffiop.h327 extern void _TIFFNoPostDecode(TIFF* tif, uint8* buf, tmsize_t cc);
Dtif_dir.c212 tif->tif_postdecode = _TIFFNoPostDecode; in _TIFFVSetField()
1378 tif->tif_postdecode = _TIFFNoPostDecode; in TIFFDefaultDirectory()
Dtif_read.c1468 _TIFFNoPostDecode(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFNoPostDecode() function
Dtif_luv.c1443 tif->tif_postdecode = _TIFFNoPostDecode; in LogLuvSetupDecode()
Dtif_pixarlog.c687 tif->tif_postdecode = _TIFFNoPostDecode; in PixarLogSetupDecode()
Dtif_jpeg.c1010 tif->tif_postdecode = _TIFFNoPostDecode; /* override byte swapping */ in JPEGSetupDecode()