Searched refs:m_pFontCache (Results 1 – 5 of 5) sorted by relevance
13 m_pFontCache = NULL; in CFX_GEModule()21 delete m_pFontCache; in ~CFX_GEModule()22 m_pFontCache = NULL; in ~CFX_GEModule()44 if (!m_pFontCache) { in GetFontCache()45 m_pFontCache = new CFX_FontCache(); in GetFontCache()47 return m_pFontCache; in GetFontCache()
456 : m_pFontCache(pFontCache), m_pFont(pFont) {} in CFX_AutoFontCache()457 ~CFX_AutoFontCache() { m_pFontCache->ReleaseCachedFace(m_pFont); } in ~CFX_AutoFontCache()458 CFX_FontCache* m_pFontCache; variable
52 CFX_FontCache* m_pFontCache; variable
15 : m_pPDFDoc(pPDFDoc), m_pFontCache(new CFX_FontCache) {} in CPDF_DocRenderData()42 if (m_pFontCache) { in Clear()44 delete m_pFontCache; in Clear()45 m_pFontCache = NULL; in Clear()47 m_pFontCache->FreeCache(FALSE); in Clear()
78 CFX_FontCache* GetFontCache() { return m_pFontCache; } in GetFontCache()90 CFX_FontCache* m_pFontCache; variable