HomeSort by relevance Sort by last modified time
    Searched refs:tif_mapproc (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libtiff/
tif_open.c 144 tif->tif_mapproc = mapproc;
146 tif->tif_mapproc = _tiffDummyMapProc;
706 return (tif->tif_mapproc);
tiffiop.h 188 TIFFMapFileProc tif_mapproc; /* map file method */ member in struct:tiff
228 ((*(tif)->tif_mapproc)((tif)->tif_clientdata,(paddr),(psize)))

Completed in 50 milliseconds