Home
last modified time | relevance | path

Searched refs:g_pGEModule (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge.cpp11 static CFX_GEModule* g_pGEModule = NULL; variable
28 return g_pGEModule; in Get()
31 g_pGEModule = new CFX_GEModule(userFontPaths); in Create()
32 g_pGEModule->m_pFontMgr = new CFX_FontMgr; in Create()
33 g_pGEModule->InitPlatform(); in Create()
34 g_pGEModule->SetTextGamma(2.2f); in Create()
37 g_pGEModule = pModule; in Use()
40 delete g_pGEModule; in Destroy()
41 g_pGEModule = NULL; in Destroy()