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()54 if (m_pFontCache == NULL) { in GetFontCache()55 m_pFontCache = new CFX_FontCache(); in GetFontCache()57 return m_pFontCache; in GetFontCache()
363 : m_pFontCache(pFontCache) in CFX_AutoFontCache()369 m_pFontCache->ReleaseCachedFace(m_pFont); in ~CFX_AutoFontCache()371 CFX_FontCache* m_pFontCache; variable
69 CFX_FontCache* m_pFontCache; variable
15 , m_pFontCache(NULL) in CPDF_DocRenderData()51 if (m_pFontCache) { in Clear()53 delete m_pFontCache; in Clear()54 m_pFontCache = NULL; in Clear()56 m_pFontCache->FreeCache(FALSE); in Clear()62 m_pFontCache = new CFX_FontCache; in Initialize()
66 return m_pFontCache; in GetFontCache()73 CFX_FontCache* m_pFontCache; variable