Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_SymbolDict.h33 const std::vector<JBig2ArithCtx>& GrContext() const { return m_grContext; } in GrContext()
39 m_grContext = grContext; in SetGrContext()
44 std::vector<JBig2ArithCtx> m_grContext; variable
DJBig2_SymbolDict.cpp26 dst->m_grContext = src->m_grContext; in DeepCopy()