Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_jbig2module.h50 FXCODEC_STATUS ContinueDecode(CCodec_Jbig2Context* pJbig2Context,
Dfx_codec_jbig.cpp72 FXCODEC_STATUS CCodec_Jbig2Module::ContinueDecode( in ContinueDecode() function in CCodec_Jbig2Module
Dccodec_progressivedecoder.h67 FXCODEC_STATUS ContinueDecode();
Dfx_codec_progress.cpp2062 FXCODEC_STATUS CCodec_ProgressiveDecoder::ContinueDecode() { in ContinueDecode() function in CCodec_ProgressiveDecoder
/external/pdfium/testing/libfuzzer/
Dpdf_codec_jbig2_fuzzer.cc57 status = module.ContinueDecode(&jbig2_context, nullptr); in LLVMFuzzerTestOneInput()
Dxfa_codec_fuzzer.h61 status = decoder->ContinueDecode(); in Fuzz()
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp205 status = pProgressiveDecoder->ContinueDecode(); in XFA_LoadImageFromBuffer()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp340 iDecodeStatus = pJbig2Module->ContinueDecode(m_pJbig2Context.get(), pPause); in ContinueLoadDIBSource()