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

  /external/pdfium/third_party/libtiff/
tif_close.c 125 TIFFCloseProc closeproc = tif->tif_closeproc;
tif_open.c 141 tif->tif_closeproc = closeproc;
688 return (tif->tif_closeproc);
tiffiop.h 195 TIFFCloseProc tif_closeproc; /* close method */ member in struct:tiff
224 ((*(tif)->tif_closeproc)((tif)->tif_clientdata))

Completed in 49 milliseconds