Home | History | Annotate | Download | only in src

Lines Matching refs:CPDF_ModuleMgr

96 	CPDF_ModuleMgr*	g_pModuleMgr = NULL;

133 CPDF_ModuleMgr::Create();
134 g_pModuleMgr = CPDF_ModuleMgr::Get();
172 CPDF_ModuleMgr::Create();
173 CPDF_ModuleMgr::Get()->SetCodecModule(g_pCodecModule);
174 CPDF_ModuleMgr::Get()->InitPageModule();
175 CPDF_ModuleMgr::Get()->InitRenderModule();
177 CPDF_ModuleMgr * pModuleMgr = CPDF_ModuleMgr::Get();
201 CPDF_ModuleMgr::Get()->SetModulePath(NULL, CFX_ByteString::FromUnicode(app_path));
205 CPDF_ModuleMgr::Get()->SetModulePath(NULL, app_path);
221 CPDF_ModuleMgr::Destroy();
512 CPDF_ModuleMgr::Get()->ReportError(999, str);
530 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, str);
532 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, NULL);
539 CPDF_ModuleMgr::Get()->ReportError(999, "DIBSection created");
550 CPDF_ModuleMgr::Get()->ReportError(999, "Ready for PDF rendering");
564 CPDF_ModuleMgr::Get()->ReportError(999, "Finished PDF rendering");
573 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, str);
575 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, NULL);
582 CPDF_ModuleMgr::Get()->ReportError(999, "Ready for screen rendering");
590 CPDF_ModuleMgr::Get()->ReportError(999, "Finished screen rendering");