Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp64 TIFF* m_tif_ctx; member in CTiffContext
224 : m_io_in(nullptr), m_offset(0), m_tif_ctx(nullptr) {} in CTiffContext()
227 if (m_tif_ctx) in ~CTiffContext()
228 TIFFClose(m_tif_ctx); in ~CTiffContext()
234 m_tif_ctx = tiff_open(this, "r"); in InitDecoder()
235 return !!m_tif_ctx; in InitDecoder()
244 if (!TIFFSetDirectory(m_tif_ctx, (uint16)frame)) in LoadFrameInfo()
252 TIFFGetField(m_tif_ctx, TIFFTAG_IMAGEWIDTH, &tif_width); in LoadFrameInfo()
253 TIFFGetField(m_tif_ctx, TIFFTAG_IMAGELENGTH, &tif_height); in LoadFrameInfo()
254 TIFFGetField(m_tif_ctx, TIFFTAG_SAMPLESPERPIXEL, &tif_comps); in LoadFrameInfo()
[all …]