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

  /external/pdfium/third_party/libtiff/
tif_read.c 75 if (!TIFFReadBufferSetup(tif, 0, read_ahead*2))
604 if (!TIFFReadBufferSetup(tif, 0, bytecountm))
609 if (!TIFFReadBufferSetup(tif, 0, bytecountm))
879 if (!TIFFReadBufferSetup(tif, 0, bytecountm))
884 if (!TIFFReadBufferSetup(tif, 0, bytecountm))
914 TIFFReadBufferSetup(TIFF* tif, void* bp, tmsize_t size)
916 static const char module[] = "TIFFReadBufferSetup";
    [all...]
tiffio.h 397 extern int TIFFReadBufferSetup(TIFF* tif, void* bp, tmsize_t size);

Completed in 720 milliseconds