Searched refs:m_gbContext (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_SymbolDict.h | 32 const std::vector<JBig2ArithCtx>& GbContext() const { return m_gbContext; } in GbContext() 36 m_gbContext = gbContext; in SetGbContext() 43 std::vector<JBig2ArithCtx> m_gbContext;
|
D | JBig2_SymbolDict.cpp | 25 dst->m_gbContext = src->m_gbContext; in DeepCopy()
|
D | JBig2_GrdProc.cpp | 608 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()
|
D | JBig2_Context.cpp | 69 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()
|
D | JBig2_Context.h | 125 JBig2ArithCtx* m_gbContext; variable
|
D | JBig2_GrdProc.h | 118 JBig2ArithCtx* m_gbContext; variable
|