Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SymbolDict.h32 const std::vector<JBig2ArithCtx>& GbContext() const { return m_gbContext; } in GbContext()
36 m_gbContext = std::move(gbContext); in SetGbContext()
43 std::vector<JBig2ArithCtx> m_gbContext;
DJBig2_SymbolDict.cpp22 dst->m_gbContext = m_gbContext; in DeepCopy()
DJBig2_Context.h100 std::vector<JBig2ArithCtx> m_gbContext; variable
DJBig2_Context.cpp965 if (m_gbContext.empty()) in ParseGenericRegion()
966 m_gbContext.resize(GetHuffContextSize(m_pGRD->GBTEMPLATE)); in ParseGenericRegion()
978 state.gbContext = m_gbContext.data(); in ParseGenericRegion()
1001 m_gbContext.clear(); in ParseGenericRegion()