Searched refs:m_pFontCache (Results 1 – 2 of 2) sorted by relevance
29 CFX_FontCache* GetFontCache() const { return m_pFontCache.get(); } in GetFontCache()40 std::unique_ptr<CFX_FontCache> const m_pFontCache; variable
23 m_pFontCache(pdfium::MakeUnique<CFX_FontCache>()), in CFX_GEModule()