Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_fontglobals.cpp20 CPDF_FontGlobals* g_FontGlobals = nullptr; variable
26 ASSERT(!g_FontGlobals); in Create()
27 g_FontGlobals = new CPDF_FontGlobals(); in Create()
32 ASSERT(g_FontGlobals); in Destroy()
33 delete g_FontGlobals; in Destroy()
34 g_FontGlobals = nullptr; in Destroy()
39 ASSERT(g_FontGlobals); in GetInstance()
40 return g_FontGlobals; in GetInstance()