Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffiop.h357 extern void _TIFFSwab32BitData(TIFF* tif, uint8* buf, tmsize_t cc);
Dtif_dir.c220 tif->tif_postdecode = _TIFFSwab32BitData; in _TIFFVSetField()
438 && tif->tif_postdecode == _TIFFSwab32BitData ) in _TIFFVSetField()
444 tif->tif_postdecode = _TIFFSwab32BitData; in _TIFFVSetField()
Dtif_read.c1627 _TIFFSwab32BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab32BitData() function