Home
last modified time | relevance | path

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

/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/fxcodec/codec/
Dccodec_tiffmodule.cpp181 tif->tif_fd = (int)(intptr_t)context; in tiff_open()