Searched refs:decode_Arith (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.h | 28 std::unique_ptr<CJBig2_Image> decode_Arith(CJBig2_ArithDecoder* pArithDecoder, 55 FXCODEC_STATUS decode_Arith(IFX_PauseIndicator* pPause,
|
D | JBig2_PddProc.h | 22 std::unique_ptr<CJBig2_PatternDict> decode_Arith(
|
D | JBig2_SddProc.h | 23 std::unique_ptr<CJBig2_SymbolDict> decode_Arith(
|
D | JBig2_HtrdProc.h | 23 std::unique_ptr<CJBig2_Image> decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_TrdProc.h | 52 std::unique_ptr<CJBig2_Image> decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_PddProc.cpp | 16 std::unique_ptr<CJBig2_PatternDict> CJBig2_PDDProc::decode_Arith( in decode_Arith() function in CJBig2_PDDProc
|
D | JBig2_SddProc.cpp | 24 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SDDProc::decode_Arith( in decode_Arith() function in CJBig2_SDDProc 112 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data()); in decode_Arith() 183 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids); in decode_Arith()
|
D | JBig2_HtrdProc.cpp | 17 std::unique_ptr<CJBig2_Image> CJBig2_HTRDProc::decode_Arith( in decode_Arith() function in CJBig2_HTRDProc
|
D | JBig2_Context.cpp | 598 pSegment->m_SymbolDict = pSymbolDictDecoder->decode_Arith( in parseSymbolDict() 901 pTRD->decode_Arith(pArithDecoder.get(), grContext.get(), nullptr); in parseTextRegion() 952 pPDD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); in parsePatternDict() 1018 pHRD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); in parseHalftoneRegion()
|
D | JBig2_GrdProc.cpp | 46 std::unique_ptr<CJBig2_Image> CJBig2_GRDProc::decode_Arith( in decode_Arith() function in CJBig2_GRDProc 665 return decode_Arith(pPause, pArithDecoder); in Start_decode_Arith() 668 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith( in decode_Arith() function in CJBig2_GRDProc 746 return decode_Arith(pPause, pArithDecoder); in Continue_decode()
|
D | JBig2_TrdProc.cpp | 223 std::unique_ptr<CJBig2_Image> CJBig2_TRDProc::decode_Arith( in decode_Arith() function in CJBig2_TRDProc
|