Searched refs:g_FontGlobals (Results 1 – 1 of 1) sorted by relevance
24 CPDF_FontGlobals* g_FontGlobals = nullptr; variable36 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()