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

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge.cpp9 static CFX_GEModule* g_pGEModule = NULL;
10 CFX_GEModule::CFX_GEModule() function in class:CFX_GEModule
18 CFX_GEModule::~CFX_GEModule()
30 CFX_GEModule* CFX_GEModule::Get()
34 void CFX_GEModule::Create()
36 g_pGEModule = FX_NEW CFX_GEModule;
44 void CFX_GEModule
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_ge.h26 class CFX_GEModule : public CFX_Object class in inherits:CFX_Object
32 static void Use(CFX_GEModule* pMgr);
34 static CFX_GEModule* Get();
63 CFX_GEModule();
65 ~CFX_GEModule();

Completed in 170 milliseconds