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

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge.cpp12 m_pFontCache = NULL;
20 if (m_pFontCache) {
21 delete m_pFontCache;
23 m_pFontCache = NULL;
57 if (m_pFontCache == NULL) {
58 m_pFontCache = FX_NEW CFX_FontCache();
60 return m_pFontCache;
/external/pdfium/core/include/fxge/
H A Dfx_font.h360 : m_pFontCache(pFontCache)
366 m_pFontCache->ReleaseCachedFace(m_pFont);
368 CFX_FontCache* m_pFontCache; member in class:CFX_AutoFontCache
H A Dfx_ge.h70 CFX_FontCache* m_pFontCache; member in class:CFX_GEModule
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp15 , m_pFontCache(NULL)
53 if (m_pFontCache) {
55 delete m_pFontCache;
56 m_pFontCache = NULL;
58 m_pFontCache->FreeCache(FALSE);
64 m_pFontCache = FX_NEW CFX_FontCache;
H A Drender_int.h64 return m_pFontCache;
71 CFX_FontCache* m_pFontCache; member in class:CPDF_DocRenderData

Completed in 79 milliseconds