Home
last modified time | relevance | path

Searched refs:GetFontCache (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_gemodule.h29 CFX_FontCache* GetFontCache() const { return m_pFontCache.get(); } in GetFontCache() function
Dcfx_font.cpp579 m_GlyphCache = CFX_GEModule::Get()->GetFontCache()->GetGlyphCache(this); in GetOrCreateGlyphCache()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp604 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText()