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.h34 const std::vector<JBig2ArithCtx>& GbContext() const { return m_gbContext; } in GbContext()
38 m_gbContext = gbContext; in SetGbContext()
45 std::vector<JBig2ArithCtx> m_gbContext;
DJBig2_SymbolDict.cpp23 dst->m_gbContext = m_gbContext; in DeepCopy()
DJBig2_GrdProc.cpp561 m_gbContext = gbContext; in Start_decode_Arith()
574 m_gbContext, pPause); in decode_Arith()
577 m_gbContext, pPause); in decode_Arith()
582 m_gbContext, pPause); in decode_Arith()
585 m_gbContext, pPause); in decode_Arith()
590 m_gbContext, pPause); in decode_Arith()
593 m_gbContext, pPause); in decode_Arith()
598 m_gbContext, pPause); in decode_Arith()
601 m_gbContext, pPause); in decode_Arith()
DJBig2_GrdProc.h118 JBig2ArithCtx* m_gbContext; variable
DJBig2_Context.h100 std::vector<JBig2ArithCtx> m_gbContext; variable
DJBig2_Context.cpp1093 if (m_gbContext.empty()) { in parseGenericRegion()
1095 m_gbContext.resize(size); in parseGenericRegion()
1102 &m_gbContext[0], pPause); in parseGenericRegion()
1124 m_gbContext.clear(); in parseGenericRegion()