Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_gemodule.h21 CFX_FontCache* GetFontCache();
Dcfx_gemodule.cpp49 CFX_FontCache* CFX_GEModule::GetFontCache() { in GetFontCache() function in CFX_GEModule
Dcfx_font.cpp491 m_FaceCache = CFX_GEModule::Get()->GetFontCache()->GetCachedFace(this); in GetFaceCache()
500 CFX_GEModule::Get()->GetFontCache()->ReleaseCachedFace(this); in ClearFaceCache()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp667 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText()