Home
last modified time | relevance | path

Searched refs:tif_fd (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_open.c519 return (tif->tif_fd);
528 int old_fd = tif->tif_fd;
529 tif->tif_fd = fd;
Dtif_unix.c164 tif->tif_fd = fd; in TIFFFdOpen()
Dtif_win32.c223 tif->tif_fd = ifd; in TIFFFdOpen()
Dtiffiop.h99 int tif_fd; /* open file descriptor */ member
/external/pdfium/third_party/libtiff/
Dtif_open.c519 return (tif->tif_fd);
528 int old_fd = tif->tif_fd;
529 tif->tif_fd = fd;
Dtiffiop.h104 int tif_fd; /* open file descriptor */ member
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp162 tif->tif_fd = (int)(intptr_t)context; in _tiff_open()