Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.c208 tif->tif_postdecode = _TIFFSwab64BitData; in _TIFFVSetField()
210 tif->tif_postdecode = _TIFFSwab64BitData; in _TIFFVSetField()
395 && tif->tif_postdecode == _TIFFSwab64BitData ) in _TIFFVSetField()
Dtiffiop.h329 extern void _TIFFSwab64BitData(TIFF* tif, uint8* buf, tmsize_t cc);
Dtif_read.c1083 _TIFFSwab64BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab64BitData() function