Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_zip.c87 static int ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s);
153 ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) in ZIPDecode() function
447 tif->tif_decoderow = ZIPDecode; in TIFFInitZIP()
448 tif->tif_decodestrip = ZIPDecode; in TIFFInitZIP()
449 tif->tif_decodetile = ZIPDecode; in TIFFInitZIP()