Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_jbig2module.h51 FXCODEC_STATUS ContinueDecode(CCodec_Jbig2Context* pJbig2Context,
Dfx_codec_jbig.cpp89 FXCODEC_STATUS CCodec_Jbig2Module::ContinueDecode( in ContinueDecode() function in CCodec_Jbig2Module
Dccodec_progressivedecoder.h69 FXCODEC_STATUS ContinueDecode(IFX_Pause* pPause = nullptr);
Dfx_codec_progress.cpp2044 FXCODEC_STATUS CCodec_ProgressiveDecoder::ContinueDecode(IFX_Pause* pPause) { in ContinueDecode() function in CCodec_ProgressiveDecoder
/external/pdfium/testing/libfuzzer/
Dpdf_codec_jbig2_fuzzer.cc45 status = module.ContinueDecode(&jbig2_context, nullptr); in LLVMFuzzerTestOneInput()
Dxfa_codec_fuzzer.h46 status = decoder->ContinueDecode(); in Fuzz()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp356 ret = pJbig2Module->ContinueDecode(m_pJbig2Context.get(), pPause); in ContinueLoadDIBSource()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1164 pProgressiveDecoder->ContinueDecode(); in XFA_LoadImageFromBuffer()