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.cpp12 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()
/external/pdfium/core/include/fxge/
Dfx_font.h363 : m_pFontCache(pFontCache) in CFX_AutoFontCache()
369 m_pFontCache->ReleaseCachedFace(m_pFont); in ~CFX_AutoFontCache()
371 CFX_FontCache* m_pFontCache; variable
Dfx_ge.h69 CFX_FontCache* m_pFontCache; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp15 , 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()
Drender_int.h66 return m_pFontCache; in GetFontCache()
73 CFX_FontCache* m_pFontCache; variable