Home
last modified time | relevance | path

Searched refs:CFX_FontCache (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontcache.cpp18 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()
Dcfx_fontcache.h19 class CFX_FontCache {
21 CFX_FontCache();
22 ~CFX_FontCache();
Dcfx_gemodule.h12 class CFX_FontCache; variable
29 CFX_FontCache* GetFontCache() const { return m_pFontCache.get(); } in GetFontCache()
40 std::unique_ptr<CFX_FontCache> const m_pFontCache;
Dcfx_gemodule.cpp23 m_pFontCache(pdfium::MakeUnique<CFX_FontCache>()), in CFX_GEModule()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp604 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText()