Searched refs:m_gbContext (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_SymbolDict.h | 33 const std::vector<JBig2ArithCtx>& GbContext() const { return m_gbContext; } in GbContext() 37 m_gbContext = gbContext; in SetGbContext() 44 std::vector<JBig2ArithCtx> m_gbContext;
|
D | JBig2_SymbolDict.cpp | 23 dst->m_gbContext = m_gbContext; in DeepCopy()
|
D | JBig2_GrdProc.cpp | 661 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()
|
D | JBig2_Context.h | 100 std::vector<JBig2ArithCtx> m_gbContext; variable
|
D | JBig2_GrdProc.h | 129 JBig2ArithCtx* m_gbContext; variable
|
D | JBig2_Context.cpp | 1079 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()
|