Searched refs:m_pFontCache (Results 1 – 5 of 5) sorted by relevance
12 m_pFontCache = NULL; in CFX_GEModule()20 if (m_pFontCache) { in ~CFX_GEModule()21 delete m_pFontCache; in ~CFX_GEModule()23 m_pFontCache = NULL; in ~CFX_GEModule()57 if (m_pFontCache == NULL) { in GetFontCache()58 m_pFontCache = FX_NEW CFX_FontCache(); in GetFontCache()60 return m_pFontCache; in GetFontCache()
360 : m_pFontCache(pFontCache) in CFX_AutoFontCache()366 m_pFontCache->ReleaseCachedFace(m_pFont); in ~CFX_AutoFontCache()368 CFX_FontCache* m_pFontCache; variable
70 CFX_FontCache* m_pFontCache; variable
15 , m_pFontCache(NULL) in CPDF_DocRenderData()53 if (m_pFontCache) { in Clear()55 delete m_pFontCache; in Clear()56 m_pFontCache = NULL; in Clear()58 m_pFontCache->FreeCache(FALSE); in Clear()64 m_pFontCache = FX_NEW CFX_FontCache; in Initialize()
64 return m_pFontCache; in GetFontCache()71 CFX_FontCache* m_pFontCache; variable