Searched refs:CCodec_Jbig2Context (Results 1 – 5 of 5) sorted by relevance
21 class CCodec_Jbig2Context {23 CCodec_Jbig2Context();24 ~CCodec_Jbig2Context();42 CCodec_Jbig2Context* pJbig2Context,51 FXCODEC_STATUS ContinueDecode(CCodec_Jbig2Context* pJbig2Context,
30 CCodec_Jbig2Context::CCodec_Jbig2Context() in CCodec_Jbig2Context() function in CCodec_Jbig2Context39 CCodec_Jbig2Context::~CCodec_Jbig2Context() {} in ~CCodec_Jbig2Context()44 CCodec_Jbig2Context* pJbig2Context, in StartDecode()90 CCodec_Jbig2Context* pJbig2Context, in ContinueDecode()
24 class CCodec_Jbig2Context; variable140 std::unique_ptr<CCodec_Jbig2Context> m_pJbig2Context;
321 m_pJbig2Context = pdfium::MakeUnique<CCodec_Jbig2Context>(); in ContinueLoadDIBSource()
38 CCodec_Jbig2Context jbig2_context; in LLVMFuzzerTestOneInput()