Searched refs:CFX_FontCache (Results 1 – 5 of 5) sorted by relevance
18 CFX_FontCache::CFX_FontCache() = default;20 CFX_FontCache::~CFX_FontCache() = default;22 RetainPtr<CFX_GlyphCache> CFX_FontCache::GetGlyphCache(const CFX_Font* pFont) { in GetGlyphCache()36 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache()
19 class CFX_FontCache {21 CFX_FontCache();22 ~CFX_FontCache();
12 class CFX_FontCache; variable29 CFX_FontCache* GetFontCache() const { return m_pFontCache.get(); } in GetFontCache()40 std::unique_ptr<CFX_FontCache> const m_pFontCache;
23 m_pFontCache(pdfium::MakeUnique<CFX_FontCache>()), in CFX_GEModule()
604 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText()