Searched refs:DecodeArith (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_PddProc.h | 23 std::unique_ptr<CJBig2_PatternDict> DecodeArith(
|
D | JBig2_SddProc.h | 27 std::unique_ptr<CJBig2_SymbolDict> DecodeArith(
|
D | JBig2_HtrdProc.h | 23 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_TrdProc.h | 56 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_GrdProc.h | 39 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_PddProc.cpp | 16 std::unique_ptr<CJBig2_PatternDict> CJBig2_PDDProc::DecodeArith( in DecodeArith() function in CJBig2_PDDProc
|
D | JBig2_SddProc.cpp | 30 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()
|
D | JBig2_HtrdProc.cpp | 17 std::unique_ptr<CJBig2_Image> CJBig2_HTRDProc::DecodeArith( in DecodeArith() function in CJBig2_HTRDProc
|
D | JBig2_Context.cpp | 539 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()
|
D | JBig2_TrdProc.cpp | 225 std::unique_ptr<CJBig2_Image> CJBig2_TRDProc::DecodeArith( in DecodeArith() function in CJBig2_TRDProc
|
D | JBig2_GrdProc.cpp | 62 std::unique_ptr<CJBig2_Image> CJBig2_GRDProc::DecodeArith( in DecodeArith() function in CJBig2_GRDProc
|