HomeSort by relevance Sort by last modified time
    Searched refs:CCodec_Jbig2Context (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 9 CCodec_Jbig2Context::CCodec_Jbig2Context()
11 FXSYS_memset32(this, 0, sizeof(CCodec_Jbig2Context));
18 return FX_NEW CCodec_Jbig2Context();
23 CJBig2_Context::DestroyContext(((CCodec_Jbig2Context*)pJbig2Content)->m_pContext);
24 delete (CCodec_Jbig2Context*)pJbig2Content;
92 CCodec_Jbig2Context* m_pJbig2Context = (CCodec_Jbig2Context*)pJbig2Context;
131 CCodec_Jbig2Context* m_pJbig2Context = (CCodec_Jbig2Context*)pJbig2Context;
    [all...]
codec_int.h 232 class CCodec_Jbig2Context : public CFX_Object
235 CCodec_Jbig2Context();
236 ~CCodec_Jbig2Context() {};

Completed in 187 milliseconds