Home
last modified time | relevance | path

Searched refs:DecodeArith (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_PddProc.h23 std::unique_ptr<CJBig2_PatternDict> DecodeArith(
DJBig2_SddProc.h27 std::unique_ptr<CJBig2_SymbolDict> DecodeArith(
DJBig2_HtrdProc.h23 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_TrdProc.h56 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_GrdProc.h39 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_PddProc.cpp16 std::unique_ptr<CJBig2_PatternDict> CJBig2_PDDProc::DecodeArith( in DecodeArith() function in CJBig2_PDDProc
DJBig2_SddProc.cpp30 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SDDProc::DecodeArith( in DecodeArith() function in CJBig2_SDDProc
118 BS = pGRD->DecodeArith(pArithDecoder, gbContext->data()); in DecodeArith()
182 BS = pDecoder->DecodeArith(pArithDecoder, grContext->data(), &ids); in DecodeArith()
DJBig2_HtrdProc.cpp17 std::unique_ptr<CJBig2_Image> CJBig2_HTRDProc::DecodeArith( in DecodeArith() function in CJBig2_HTRDProc
DJBig2_Context.cpp539 pSegment->m_SymbolDict = pSymbolDictDecoder->DecodeArith( in ParseSymbolDict()
786 pTRD->DecodeArith(pArithDecoder.get(), grContext.get(), nullptr); in ParseTextRegion()
836 pPDD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParsePatternDict()
904 pHRD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParseHalftoneRegion()
DJBig2_TrdProc.cpp225 std::unique_ptr<CJBig2_Image> CJBig2_TRDProc::DecodeArith( in DecodeArith() function in CJBig2_TRDProc
DJBig2_GrdProc.cpp62 std::unique_ptr<CJBig2_Image> CJBig2_GRDProc::DecodeArith( in DecodeArith() function in CJBig2_GRDProc