Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.h150 std::unique_ptr<CCodec_Jbig2Context> m_pJbig2Context; variable
Dcpdf_dibsource.cpp325 if (!m_pJbig2Context) { in ContinueLoadDIBSource()
326 m_pJbig2Context = pdfium::MakeUnique<CCodec_Jbig2Context>(); in ContinueLoadDIBSource()
336 m_pJbig2Context.get(), m_pDocument->CodecContext(), m_Width, m_Height, in ContinueLoadDIBSource()
340 iDecodeStatus = pJbig2Module->ContinueDecode(m_pJbig2Context.get(), pPause); in ContinueLoadDIBSource()
346 m_pJbig2Context.reset(); in ContinueLoadDIBSource()