Home
last modified time | relevance | path

Searched refs:m_pFontCache (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge.cpp13 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()
/external/pdfium/core/include/fxge/
Dfx_font.h456 : 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
Dfx_ge.h52 CFX_FontCache* m_pFontCache; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp15 : 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()
Drender_int.h78 CFX_FontCache* GetFontCache() { return m_pFontCache; } in GetFontCache()
90 CFX_FontCache* m_pFontCache; variable