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.cpp24 CPDF_FontGlobals* g_FontGlobals = nullptr; variable
36 DCHECK(!g_FontGlobals); in Create()
37 g_FontGlobals = new CPDF_FontGlobals(); in Create()
42 DCHECK(g_FontGlobals); in Destroy()
43 delete g_FontGlobals; in Destroy()
44 g_FontGlobals = nullptr; in Destroy()
49 DCHECK(g_FontGlobals); in GetInstance()
50 return g_FontGlobals; in GetInstance()