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