Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp182 TIFF* tiff_open(void* context, const char* mode) { in tiff_open() function
232 m_tif_ctx.reset(tiff_open(this, "r")); in InitDecoder()