Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_gemodule.h29 CFX_FontCache* GetFontCache() const { return m_pFontCache.get(); } in GetFontCache()
40 std::unique_ptr<CFX_FontCache> const m_pFontCache; variable
Dcfx_gemodule.cpp23 m_pFontCache(pdfium::MakeUnique<CFX_FontCache>()), in CFX_GEModule()