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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_Context.h 89 std::unique_ptr<CJBig2_Context> m_pGlobalContext;
JBig2_Context.cpp 64 m_pGlobalContext = pdfium::MakeUnique<CJBig2_Context>(
168 if (m_pGlobalContext) {
169 nRet = m_pGlobalContext->decode_EmbedOrgnazation(pPause);
218 if (m_pGlobalContext) {
219 CJBig2_Segment* pSeg = m_pGlobalContext->findSegmentByNumber(dwNumber);
    [all...]

Completed in 77 milliseconds