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

  /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/fxcodec/codec/
ccodec_tiffmodule.cpp 176 tif->tif_fd = (int)(intptr_t)context;

Completed in 57 milliseconds