Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_gemodule.cpp50 if (!m_pFontCache) in GetFontCache()
51 m_pFontCache = pdfium::MakeUnique<CFX_FontCache>(); in GetFontCache()
52 return m_pFontCache.get(); in GetFontCache()
Dcfx_gemodule.h33 std::unique_ptr<CFX_FontCache> m_pFontCache; variable