Searched refs:Jbig2Context (Results 1 – 5 of 5) sorted by relevance
22 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
22 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()
35 class Jbig2Context; variable158 std::unique_ptr<fxcodec::Jbig2Context> m_pJbig2Context;
314 m_pJbig2Context = pdfium::MakeUnique<Jbig2Context>(); in ContinueLoadDIBBase()
39 Jbig2Context jbig2_context; in LLVMFuzzerTestOneInput()