Home
last modified time | relevance | path

Searched refs:Jbig2Context (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
Djbig2module.h22 class Jbig2Context {
24 Jbig2Context();
25 ~Jbig2Context();
44 Jbig2Context* pJbig2Context,
56 FXCODEC_STATUS ContinueDecode(Jbig2Context* pJbig2Context,
60 FXCODEC_STATUS Decode(Jbig2Context* pJbig2Context, bool decode_success);
65 using Jbig2Context = fxcodec::Jbig2Context; variable
Djbig2module.cpp22 Jbig2Context::Jbig2Context() = default;
24 Jbig2Context::~Jbig2Context() = default;
31 Jbig2Context* pJbig2Context, in StartDecode()
64 FXCODEC_STATUS Jbig2Module::ContinueDecode(Jbig2Context* pJbig2Context, in ContinueDecode()
70 FXCODEC_STATUS Jbig2Module::Decode(Jbig2Context* pJbig2Context, in Decode()
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.h35 class Jbig2Context; variable
158 std::unique_ptr<fxcodec::Jbig2Context> m_pJbig2Context;
Dcpdf_dib.cpp314 m_pJbig2Context = pdfium::MakeUnique<Jbig2Context>(); in ContinueLoadDIBBase()
/external/pdfium/testing/fuzzers/
Dpdf_codec_jbig2_fuzzer.cc39 Jbig2Context jbig2_context; in LLVMFuzzerTestOneInput()