Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SymbolDict.h33 const std::vector<JBig2ArithCtx>& GbContext() const { return m_gbContext; } in GbContext()
37 m_gbContext = gbContext; in SetGbContext()
44 std::vector<JBig2ArithCtx> m_gbContext;
DJBig2_SymbolDict.cpp23 dst->m_gbContext = m_gbContext; in DeepCopy()
DJBig2_GrdProc.cpp661 m_gbContext = gbContext; in Start_decode_Arith()
675 m_gbContext, pPause); in decode_Arith()
678 m_gbContext, pPause); in decode_Arith()
683 m_gbContext, pPause); in decode_Arith()
686 m_gbContext, pPause); in decode_Arith()
691 m_gbContext, pPause); in decode_Arith()
694 m_gbContext, pPause); in decode_Arith()
699 m_gbContext, pPause); in decode_Arith()
702 m_gbContext, pPause); in decode_Arith()
DJBig2_Context.h100 std::vector<JBig2ArithCtx> m_gbContext; variable
DJBig2_GrdProc.h129 JBig2ArithCtx* m_gbContext; variable
DJBig2_Context.cpp1079 if (m_gbContext.empty()) in parseGenericRegion()
1080 m_gbContext.resize(GetHuffContextSize(m_pGRD->GBTEMPLATE)); in parseGenericRegion()
1085 &pSegment->m_Image, m_pArithDecoder.get(), &m_gbContext[0], pPause); in parseGenericRegion()
1108 m_gbContext.clear(); in parseGenericRegion()