Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.c206 tif->tif_postdecode = _TIFFSwab32BitData; in _TIFFVSetField()
390 && tif->tif_postdecode == _TIFFSwab32BitData ) in _TIFFVSetField()
396 tif->tif_postdecode = _TIFFSwab32BitData; in _TIFFVSetField()
Dtiffiop.h328 extern void _TIFFSwab32BitData(TIFF* tif, uint8* buf, tmsize_t cc);
Dtif_read.c1075 _TIFFSwab32BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab32BitData() function