Home
last modified time | relevance | path

Searched refs:ContinueDecode (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdf_codec_jbig2_fuzzer.cc46 status = module.ContinueDecode(&jbig2_context, nullptr); in LLVMFuzzerTestOneInput()
Dxfa_codec_fuzzer.h55 status = decoder->ContinueDecode(); in Fuzz()
/external/pdfium/core/fxcodec/
Dprogressivedecoder_unittest.cpp399 status = decoder->ContinueDecode(); in TEST()
Dprogressivedecoder.h94 FXCODEC_STATUS ContinueDecode();
Dprogressivedecoder.cpp2281 FXCODEC_STATUS ProgressiveDecoder::ContinueDecode() { in ContinueDecode() function in fxcodec::ProgressiveDecoder
/external/pdfium/core/fxcodec/jbig2/
Djbig2module.h56 FXCODEC_STATUS ContinueDecode(Jbig2Context* pJbig2Context,
DJBig2_GrdProc.h45 FXCODEC_STATUS ContinueDecode(ProgressiveArithDecodeState* pState);
Djbig2module.cpp64 FXCODEC_STATUS Jbig2Module::ContinueDecode(Jbig2Context* pJbig2Context, in ContinueDecode() function in fxcodec::Jbig2Module
DJBig2_PddProc.cpp48 status = pGRD->ContinueDecode(&state); in DecodeArith()
DJBig2_HtrdProc.cpp75 status = GRD.ContinueDecode(&state); in DecodeArith()
DJBig2_GrdProc.cpp472 FXCODEC_STATUS CJBig2_GRDProc::ContinueDecode( in ContinueDecode() function in CJBig2_GRDProc
DJBig2_Context.cpp981 : m_pGRD->ContinueDecode(&state); in ParseGenericRegion()
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp209 status = pProgressiveDecoder->ContinueDecode(); in XFA_LoadImageFromBuffer()
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp342 iDecodeStatus = pJbig2Module->ContinueDecode(m_pJbig2Context.get(), pPause); in ContinueLoadDIBBase()