Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_SymbolDict.h32 const std::vector<JBig2ArithCtx>& GbContext() const { return m_gbContext; } in GbContext()
36 m_gbContext = gbContext; in SetGbContext()
43 std::vector<JBig2ArithCtx> m_gbContext;
DJBig2_SymbolDict.cpp25 dst->m_gbContext = src->m_gbContext; in DeepCopy()
DJBig2_GrdProc.cpp608 m_gbContext = gbContext; in Start_decode_Arith()
621 m_gbContext, pPause); in decode_Arith()
624 m_gbContext, pPause); in decode_Arith()
629 m_gbContext, pPause); in decode_Arith()
632 m_gbContext, pPause); in decode_Arith()
637 m_gbContext, pPause); in decode_Arith()
640 m_gbContext, pPause); in decode_Arith()
645 m_gbContext, pPause); in decode_Arith()
648 m_gbContext, pPause); in decode_Arith()
DJBig2_Context.cpp69 m_gbContext(NULL), in CJBig2_Context()
84 FX_Free(m_gbContext); in ~CJBig2_Context()
85 m_gbContext = NULL; in ~CJBig2_Context()
1127 if (!m_gbContext) { in parseGenericRegion()
1129 m_gbContext = FX_Alloc(JBig2ArithCtx, size); in parseGenericRegion()
1130 JBIG2_memset(m_gbContext, 0, sizeof(JBig2ArithCtx) * size); in parseGenericRegion()
1135 &pSegment->m_Result.im, m_pArithDecoder.get(), m_gbContext, pPause); in parseGenericRegion()
1157 FX_Free(m_gbContext); in parseGenericRegion()
1158 m_gbContext = NULL; in parseGenericRegion()
DJBig2_Context.h125 JBig2ArithCtx* m_gbContext; variable
DJBig2_GrdProc.h118 JBig2ArithCtx* m_gbContext; variable