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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 9 CCodec_ModuleMgr::CCodec_ModuleMgr()
19 CCodec_ModuleMgr::~CCodec_ModuleMgr()
29 void CCodec_ModuleMgr::InitJbig2Decoder()
32 void CCodec_ModuleMgr::InitJpxDecoder()
35 void CCodec_ModuleMgr::InitIccDecoder()
245 CCodec_ModuleMgr* CCodec_ModuleMgr::Create()
247 return FX_NEW CCodec_ModuleMgr;
    [all...]
  /external/pdfium/core/include/fxcodec/
fx_codec.h 25 class CCodec_ModuleMgr : public CFX_Object
29 static CCodec_ModuleMgr* Create();
42 CCodec_ModuleMgr();
43 ~CCodec_ModuleMgr();

Completed in 57 milliseconds