Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.c218 tif->tif_postdecode = _TIFFSwab32BitData; in _TIFFVSetField()
424 && tif->tif_postdecode == _TIFFSwab32BitData ) in _TIFFVSetField()
430 tif->tif_postdecode = _TIFFSwab32BitData; in _TIFFVSetField()
Dtiffiop.h332 extern void _TIFFSwab32BitData(TIFF* tif, uint8* buf, tmsize_t cc);
Dtif_read.c1490 _TIFFSwab32BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab32BitData() function