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

  /external/opencv3/3rdparty/libtiff/
tif_write.c 43 TIFFWriteBufferSetup((tif), NULL, (tmsize_t) -1))
321 * after the output buffer is setup in TIFFWriteBufferSetup.
560 TIFFWriteBufferSetup(TIFF* tif, void* bp, tmsize_t size)
562 static const char module[] = "TIFFWriteBufferSetup";
  /external/pdfium/third_party/libtiff/
tif_write.c 43 TIFFWriteBufferSetup((tif), NULL, (tmsize_t) -1))
247 if( !(TIFFWriteBufferSetup(tif, NULL,
345 * after the output buffer is setup in TIFFWriteBufferSetup.
398 if( !(TIFFWriteBufferSetup(tif, NULL,
604 TIFFWriteBufferSetup(TIFF* tif, void* bp, tmsize_t size)
606 static const char module[] = "TIFFWriteBufferSetup";

Completed in 61 milliseconds