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

  /external/opencv3/3rdparty/libtiff/
tif_open.c 142 tif->tif_sizeproc = sizeproc;
697 return (tif->tif_sizeproc);
tiffiop.h 191 TIFFSizeProc tif_sizeproc; /* filesize method */ member in struct:tiff
221 ((*(tif)->tif_sizeproc)((tif)->tif_clientdata))
  /external/pdfium/third_party/libtiff/
tif_open.c 142 tif->tif_sizeproc = sizeproc;
697 return (tif->tif_sizeproc);
tiffiop.h 196 TIFFSizeProc tif_sizeproc; /* filesize method */ member in struct:tiff
226 ((*(tif)->tif_sizeproc)((tif)->tif_clientdata))

Completed in 242 milliseconds