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_HtrdProc.h | 24 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_SddProc.h | 29 std::unique_ptr<CJBig2_SymbolDict> DecodeArith(
|
D | JBig2_TrdProc.h | 57 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_GrdProc.h | 40 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_PddProc.cpp | 15 std::unique_ptr<CJBig2_PatternDict> CJBig2_PDDProc::DecodeArith( in DecodeArith() function in CJBig2_PDDProc
|
D | JBig2_SddProc.cpp | 29 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SDDProc::DecodeArith( in DecodeArith() function in CJBig2_SDDProc 97 BS = pGRD->DecodeArith(pArithDecoder, gbContext->data()); in DecodeArith() 162 BS = pDecoder->DecodeArith(pArithDecoder, grContext->data(), &ids); in DecodeArith()
|
D | JBig2_HtrdProc.cpp | 16 std::unique_ptr<CJBig2_Image> CJBig2_HTRDProc::DecodeArith( in DecodeArith() function in CJBig2_HTRDProc
|
D | JBig2_Context.cpp | 544 pSegment->m_SymbolDict = pSymbolDictDecoder->DecodeArith( in ParseSymbolDict() 798 pTRD->DecodeArith(pArithDecoder.get(), grContext.get(), nullptr); in ParseTextRegion() 844 pPDD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParsePatternDict() 911 pHRD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParseHalftoneRegion()
|
D | JBig2_TrdProc.cpp | 223 std::unique_ptr<CJBig2_Image> CJBig2_TRDProc::DecodeArith( in DecodeArith() function in CJBig2_TRDProc
|
D | JBig2_GrdProc.cpp | 61 std::unique_ptr<CJBig2_Image> CJBig2_GRDProc::DecodeArith( in DecodeArith() function in CJBig2_GRDProc
|