HomeSort by relevance Sort by last modified time
    Searched refs:m_pFontCache (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge.cpp 12 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/
fx_font.h 360 : m_pFontCache(pFontCache)
366 m_pFontCache->ReleaseCachedFace(m_pFont);
368 CFX_FontCache* m_pFontCache;
fx_ge.h 70 CFX_FontCache* m_pFontCache;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 15 , 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;
    [all...]
render_int.h 64 return m_pFontCache;
71 CFX_FontCache* m_pFontCache;

Completed in 219 milliseconds