Home
last modified time | relevance | path

Searched refs:m_grContext (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SymbolDict.h34 const std::vector<JBig2ArithCtx>& GrContext() const { return m_grContext; } in GrContext()
40 m_grContext = grContext; in SetGrContext()
45 std::vector<JBig2ArithCtx> m_grContext; variable
DJBig2_SymbolDict.cpp24 dst->m_grContext = m_grContext; in DeepCopy()