Searched defs:CCodec_ModuleMgr (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec.cpp9 CCodec_ModuleMgr::CCodec_ModuleMgr() function in class: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/
H A Dfx_codec.h25 class CCodec_ModuleMgr : public CFX_Object class in inherits:CFX_Object
29 static CCodec_ModuleMgr* Create();
42 CCodec_ModuleMgr();
43 ~CCodec_ModuleMgr();

Completed in 124 milliseconds