Lines Matching refs:tif_postdecode
200 tif->tif_postdecode = _TIFFNoPostDecode; in _TIFFVSetField()
202 tif->tif_postdecode = _TIFFSwab16BitData; in _TIFFVSetField()
204 tif->tif_postdecode = _TIFFSwab24BitData; in _TIFFVSetField()
206 tif->tif_postdecode = _TIFFSwab32BitData; in _TIFFVSetField()
208 tif->tif_postdecode = _TIFFSwab64BitData; in _TIFFVSetField()
210 tif->tif_postdecode = _TIFFSwab64BitData; in _TIFFVSetField()
390 && tif->tif_postdecode == _TIFFSwab32BitData ) in _TIFFVSetField()
391 tif->tif_postdecode = _TIFFSwab16BitData; in _TIFFVSetField()
395 && tif->tif_postdecode == _TIFFSwab64BitData ) in _TIFFVSetField()
396 tif->tif_postdecode = _TIFFSwab32BitData; in _TIFFVSetField()
1326 tif->tif_postdecode = _TIFFNoPostDecode; in TIFFDefaultDirectory()