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

  /external/opencv3/3rdparty/libtiff/
tif_open.c 519 return (tif->tif_fd);
528 int old_fd = tif->tif_fd;
529 tif->tif_fd = fd;
tif_unix.c 164 tif->tif_fd = fd;
tif_win32.c 223 tif->tif_fd = ifd;
tiffiop.h 99 int tif_fd; /* open file descriptor */ member in struct:tiff
  /external/pdfium/third_party/libtiff/
tif_open.c 519 return (tif->tif_fd);
528 int old_fd = tif->tif_fd;
529 tif->tif_fd = fd;
tiffiop.h 104 int tif_fd; /* open file descriptor */ member in struct:tiff
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp 162 tif->tif_fd = (int)(intptr_t)context;

Completed in 511 milliseconds