Searched refs:TIFFFdOpen (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_unix.c154 TIFFFdOpen(int fd, const char* name, const char* mode) function
197 tif = TIFFFdOpen((int)fd, name, mode);
246 tif = TIFFFdOpen((int)fd, (mbname != NULL) ? mbname : "<unknown>",
H A Dtif_win32.c199 * Note that TIFFFdOpen and TIFFOpen recognise the character 'u' in the mode
203 TIFFFdOpen(int ifd, const char* name, const char* mode) function
262 tif = TIFFFdOpen((int)fd, name, mode);
317 tif = TIFFFdOpen((int)fd,
H A Dtiffio.h434 extern TIFF* TIFFFdOpen(int, const char*, const char*);
/external/pdfium/third_party/libtiff/
H A Dtiffio.h441 extern TIFF* TIFFFdOpen(int, const char*, const char*);

Completed in 44 milliseconds