Home
last modified time | relevance | path

Searched refs:_TIFFSwab64BitData (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiffiop.h358 extern void _TIFFSwab64BitData(TIFF* tif, uint8* buf, tmsize_t cc);
Dtif_dir.c222 tif->tif_postdecode = _TIFFSwab64BitData; in _TIFFVSetField()
224 tif->tif_postdecode = _TIFFSwab64BitData; in _TIFFVSetField()
443 && tif->tif_postdecode == _TIFFSwab64BitData ) in _TIFFVSetField()
Dtif_read.c1635 _TIFFSwab64BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab64BitData() function