Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffio.h299 typedef int (*TIFFMapFileProc)(thandle_t, void **base, toff_t *size); typedef
420 extern TIFFMapFileProc TIFFGetMapFileProc(TIFF *);
532 TIFFMapFileProc, TIFFUnmapFileProc);
536 TIFFMapFileProc, TIFFUnmapFileProc,
Dtif_open.c171 TIFFSizeProc sizeproc, TIFFMapFileProc mapproc, in TIFFClientOpen()
183 TIFFMapFileProc mapproc, TIFFUnmapFileProc unmapproc,
800 TIFFMapFileProc TIFFGetMapFileProc(TIFF *tif) { return (tif->tif_mapproc); }
Dtiffiop.h210 TIFFMapFileProc tif_mapproc; /* map file method */